summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2025-11-15 15:04:03 -0600
committerCraig Jennings <c@cjennings.net>2025-11-15 15:04:03 -0600
commit26a20f3df2a0d566c3d696032991987ddb518d8e (patch)
treea985e28d76d3c3efdcd66e5edbd0576d045525bf
parent947f1c386ab2bd955f9ed6f3d16d5b19f6799ef7 (diff)
feat(archsetup): add firmware management and console font configuration
- Install mkinitcpio-firmware to silence firmware warnings during upgrades - Configure lat0-16 console font for better TTY readability - Add firmware cleanup task to TODO.org (Method 3: System Hygiene) - Remove old archsetup log file Changes: - archsetup:589 - Add mkinitcpio-firmware AUR package installation - archsetup:963-964 - Configure console font in boot_ux function - TODO.org:419-441 - Add task to remove unnecessary firmware (~600MB savings) Technical details: - Framework laptop only needs intel and atheros firmware packages - mkinitcpio-firmware provides enterprise hardware firmware - lat0-16 font chosen for 2256x1504 high-res display - Eliminates firmware and consolefont warnings during mkinitcpio 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
-rw-r--r--TODO.org24
-rwxr-xr-xarchsetup4
-rw-r--r--archsetup-2025-06-08-13-54-34.log20935
3 files changed, 28 insertions, 20935 deletions
diff --git a/TODO.org b/TODO.org
index 90e3f03..2b99c75 100644
--- a/TODO.org
+++ b/TODO.org
@@ -416,6 +416,30 @@ Make package diff a runnable script instead of manual process
**** TODO [#B] Check dotfiles for uninstalled packages - remove orphaned configs
**** TODO [#B] Verify all stowed files are actually used
+*** TODO [#B] Remove unnecessary linux-firmware packages
+Remove firmware packages for hardware not present on Framework laptop.
+
+Only needed:
+- linux-firmware-intel (CPU/GPU/Audio)
+- linux-firmware-atheros (WiFi)
+
+Can remove:
+- linux-firmware (meta-package)
+- linux-firmware-amdgpu
+- linux-firmware-broadcom
+- linux-firmware-cirrus
+- linux-firmware-mediatek
+- linux-firmware-nvidia
+- linux-firmware-other
+- linux-firmware-radeon
+- linux-firmware-realtek
+
+Disk space savings: ~600 MB
+
+See [[file:docs/firmware-cleanup.org][docs/firmware-cleanup.org]] for full analysis and removal commands.
+
+After removal, update archsetup script to install only needed firmware packages.
+
*** TODO [#C] Review and reorganize dotfiles for unused applications
Review all dotfiles by application and remove unused application configurations.
diff --git a/archsetup b/archsetup
index bfcc077..60ead05 100755
--- a/archsetup
+++ b/archsetup
@@ -586,6 +586,7 @@ desktop_environment() {
aur_install downgrade
aur_install duf
aur_install inxi
+ aur_install mkinitcpio-firmware # suppresses missing firmware warnings during mkinitcpio
# File Associations
@@ -959,6 +960,9 @@ boot_ux() {
(echo "kernel.printk = 3 3 3 3" >/etc/sysctl.d/20-quiet-printk.conf) || \
error "error" "$action" "$?"
+ action="configuring console font" && display "task" "$action"
+ (echo "FONT=lat0-16" >>/etc/vconsole.conf) || error "error" "$action" "$?"
+
action="delegating fsck messages from udev to systemd" && display "task" "$action"
sed -i "s/.*HOOKS=(base udev autodetect keyboard keymap modconf block filesystems fsck).*/HOOKS=(base systemd autodetect keyboard keymap modconf block filesystems fsck)/" /etc/mkinitcpio.conf || error "error" "running sed on mkinitcpio.conf to hide fsck messages" "$?"
mkinitcpio -P >> "$logfile" 2>&1 || error "error" "running mkinitcpio -P to silence fsck messages" "$?"
diff --git a/archsetup-2025-06-08-13-54-34.log b/archsetup-2025-06-08-13-54-34.log
deleted file mode 100644
index d0d3844..0000000
--- a/archsetup-2025-06-08-13-54-34.log
+++ /dev/null
@@ -1,20935 +0,0 @@
-
-##### Prerequisites
-
-Bootstrapping
-...ensuring current Arch Linux keyring @ 13:54:34
-:: Synchronizing package databases...
- core downloading...
- extra downloading...
-warning: archlinux-keyring-20250430.1-1 is up to date -- reinstalling
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (1) archlinux-keyring-20250430.1-1
-
-Total Installed Size: 1.68 MiB
-Net Upgrade Size: 0.00 MiB
-
-:: Proceed with installation? [Y/n]
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-reinstalling archlinux-keyring...
-==> Appending keys from archlinux.gpg...
-==> Updating trust database...
-gpg: next trustdb check due at 2025-07-01
-:: Running post-transaction hooks...
-(1/3) Reloading system manager configuration...
-(2/3) Restarting marked services...
-(3/3) Arming ConditionNeedsUpdate...
-...verifying Arch Linux keys @ 13:54:44
-==> Appending keys from archlinux.gpg...
-==> Updating trust database...
-gpg: next trustdb check due at 2025-07-01
-...refreshing the package cache @ 13:54:47
-:: Synchronizing package databases...
- core downloading...
- extra downloading...
-:: Starting full system upgrade...
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (33) alsa-card-profiles-1:1.4.5-1 audit-4.0.5-1 automake-1.18-1 bluez-libs-5.83-1 curl-8.14.1-1 gnupg-2.4.7-3 gpgme-2.0.0-1 gst-plugin-pipewire-1:1.4.5-1 gst-plugins-base-libs-1.26.2-1 gstreamer-1.26.2-1 hwdata-0.396-1 iputils-20250605-1 kbd-2.8.0-1 leancrypto-1.4.0-1 libarchive-3.8.1-1 libpipewire-1:1.4.5-1 libusb-1.0.29-1 linux-6.14.10.arch1-1 linux-lts-6.12.32-1 lua-5.4.8-1 mesa-1:25.1.3-2 mpg123-1.33.0-1 pacman-7.0.0.r6.gc685ae6-6 pipewire-1:1.4.5-1 pipewire-alsa-1:1.4.5-1 pipewire-audio-1:1.4.5-1 pipewire-jack-1:1.4.5-1 pipewire-pulse-1:1.4.5-1 readline-8.2.013-2 sqlite-3.50.1-1 vulkan-intel-1:25.1.3-2 vulkan-nouveau-1:25.1.3-2 vulkan-radeon-1:25.1.3-2
-
-Total Download Size: 319.16 MiB
-Total Installed Size: 477.10 MiB
-Net Upgrade Size: 0.59 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- linux-6.14.10.arch1-1-x86_64 downloading...
- linux-lts-6.12.32-1-x86_64 downloading...
- mesa-1:25.1.3-2-x86_64 downloading...
- vulkan-intel-1:25.1.3-2-x86_64 downloading...
- vulkan-radeon-1:25.1.3-2-x86_64 downloading...
- gnupg-2.4.7-3-x86_64 downloading...
- vulkan-nouveau-1:25.1.3-2-x86_64 downloading...
- gst-plugins-base-libs-1.26.2-1-x86_64 downloading...
- sqlite-3.50.1-1-x86_64 downloading...
- gstreamer-1.26.2-1-x86_64 downloading...
- hwdata-0.396-1-any downloading...
- pipewire-audio-1:1.4.5-1-x86_64 downloading...
- leancrypto-1.4.0-1-x86_64 downloading...
- kbd-2.8.0-1-x86_64 downloading...
- curl-8.14.1-1-x86_64 downloading...
- pacman-7.0.0.r6.gc685ae6-6-x86_64 downloading...
- pipewire-1:1.4.5-1-x86_64 downloading...
- automake-1.18-1-any downloading...
- libarchive-3.8.1-1-x86_64 downloading...
- libpipewire-1:1.4.5-1-x86_64 downloading...
- mpg123-1.33.0-1-x86_64 downloading...
- audit-4.0.5-1-x86_64 downloading...
- lua-5.4.8-1-x86_64 downloading...
- readline-8.2.013-2-x86_64 downloading...
- gpgme-2.0.0-1-x86_64 downloading...
- pipewire-pulse-1:1.4.5-1-x86_64 downloading...
- pipewire-jack-1:1.4.5-1-x86_64 downloading...
- iputils-20250605-1-x86_64 downloading...
- bluez-libs-5.83-1-x86_64 downloading...
- libusb-1.0.29-1-x86_64 downloading...
- gst-plugin-pipewire-1:1.4.5-1-x86_64 downloading...
- alsa-card-profiles-1:1.4.5-1-x86_64 downloading...
- pipewire-alsa-1:1.4.5-1-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Running pre-transaction hooks...
-(1/1) Removing linux initcpios...
-:: Processing package changes...
-upgrading alsa-card-profiles...
-upgrading readline...
-upgrading sqlite...
-upgrading audit...
-upgrading automake...
-upgrading bluez-libs...
-upgrading curl...
-upgrading libusb...
-upgrading leancrypto...
-upgrading gnupg...
-upgrading gpgme...
-upgrading libpipewire...
-upgrading pipewire...
-upgrading mpg123...
-upgrading pipewire-audio...
-upgrading gstreamer...
-upgrading mesa...
-upgrading gst-plugins-base-libs...
-upgrading lua...
-upgrading gst-plugin-pipewire...
-upgrading hwdata...
-upgrading iputils...
-upgrading kbd...
-upgrading libarchive...
-upgrading linux...
-upgrading linux-lts...
-upgrading pacman...
-upgrading pipewire-alsa...
-upgrading pipewire-jack...
-upgrading pipewire-pulse...
-upgrading vulkan-intel...
-upgrading vulkan-nouveau...
-upgrading vulkan-radeon...
-:: Running post-transaction hooks...
-( 1/11) Creating system user accounts...
-( 2/11) Reloading system manager configuration...
-( 3/11) Reloading user manager configuration...
-( 4/11) Restarting marked services...
-( 5/11) Creating temporary files...
-( 6/11) Reloading device manager configuration...
-( 7/11) Arming ConditionNeedsUpdate...
-( 8/11) Updating module dependencies...
-( 9/11) Updating linux initcpios...
-==> Building image from preset: /etc/mkinitcpio.d/linux-lts.preset: 'default'
-==> Using default configuration file: '/etc/mkinitcpio.conf'
- -> -k /boot/vmlinuz-linux-lts -g /boot/initramfs-linux-lts.img
-==> Starting build: '6.12.32-1-lts'
- -> Running build hook: [base]
- -> Running build hook: [udev]
- -> Running build hook: [autodetect]
- -> Running build hook: [microcode]
- -> Running build hook: [modconf]
- -> Running build hook: [kms]
- -> Running build hook: [keyboard]
- -> Running build hook: [keymap]
- -> Running build hook: [consolefont]
-==> WARNING: consolefont: no font found in configuration
- -> Running build hook: [block]
- -> Running build hook: [filesystems]
- -> Running build hook: [fsck]
-==> Generating module dependencies
-==> Creating zstd-compressed initcpio image: '/boot/initramfs-linux-lts.img'
- -> Early uncompressed CPIO image generation successful
-==> Initcpio image generation successful
-==> Building image from preset: /etc/mkinitcpio.d/linux-lts.preset: 'fallback'
-==> Using default configuration file: '/etc/mkinitcpio.conf'
- -> -k /boot/vmlinuz-linux-lts -g /boot/initramfs-linux-lts-fallback.img -S autodetect
-==> Starting build: '6.12.32-1-lts'
- -> Running build hook: [base]
- -> Running build hook: [udev]
- -> Running build hook: [microcode]
- -> Running build hook: [modconf]
- -> Running build hook: [kms]
-==> WARNING: Possibly missing firmware for module: 'ast'
- -> Running build hook: [keyboard]
-==> WARNING: Possibly missing firmware for module: 'xhci_pci_renesas'
- -> Running build hook: [keymap]
- -> Running build hook: [consolefont]
-==> WARNING: consolefont: no font found in configuration
- -> Running build hook: [block]
-==> WARNING: Possibly missing firmware for module: 'aic94xx'
-==> WARNING: Possibly missing firmware for module: 'bfa'
-==> WARNING: Possibly missing firmware for module: 'qed'
-==> WARNING: Possibly missing firmware for module: 'qla1280'
-==> WARNING: Possibly missing firmware for module: 'qla2xxx'
-==> WARNING: Possibly missing firmware for module: 'wd719x'
- -> Running build hook: [filesystems]
- -> Running build hook: [fsck]
-==> Generating module dependencies
-==> Creating zstd-compressed initcpio image: '/boot/initramfs-linux-lts-fallback.img'
- -> Early uncompressed CPIO image generation successful
-==> Initcpio image generation successful
-==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
-==> Using default configuration file: '/etc/mkinitcpio.conf'
- -> -k /boot/vmlinuz-linux -g /boot/initramfs-linux.img
-==> Starting build: '6.14.10-arch1-1'
- -> Running build hook: [base]
- -> Running build hook: [udev]
- -> Running build hook: [autodetect]
- -> Running build hook: [microcode]
- -> Running build hook: [modconf]
- -> Running build hook: [kms]
- -> Running build hook: [keyboard]
- -> Running build hook: [keymap]
- -> Running build hook: [consolefont]
-==> WARNING: consolefont: no font found in configuration
- -> Running build hook: [block]
- -> Running build hook: [filesystems]
- -> Running build hook: [fsck]
-==> Generating module dependencies
-==> Creating zstd-compressed initcpio image: '/boot/initramfs-linux.img'
- -> Early uncompressed CPIO image generation successful
-==> Initcpio image generation successful
-==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
-==> Using default configuration file: '/etc/mkinitcpio.conf'
- -> -k /boot/vmlinuz-linux -g /boot/initramfs-linux-fallback.img -S autodetect
-==> Starting build: '6.14.10-arch1-1'
- -> Running build hook: [base]
- -> Running build hook: [udev]
- -> Running build hook: [microcode]
- -> Running build hook: [modconf]
- -> Running build hook: [kms]
-==> WARNING: Possibly missing firmware for module: 'ast'
- -> Running build hook: [keyboard]
-==> WARNING: Possibly missing firmware for module: 'xhci_pci_renesas'
- -> Running build hook: [keymap]
- -> Running build hook: [consolefont]
-==> WARNING: consolefont: no font found in configuration
- -> Running build hook: [block]
-==> WARNING: Possibly missing firmware for module: 'aic94xx'
-==> WARNING: Possibly missing firmware for module: 'bfa'
-==> WARNING: Possibly missing firmware for module: 'qed'
-==> WARNING: Possibly missing firmware for module: 'qla1280'
-==> WARNING: Possibly missing firmware for module: 'qla2xxx'
-==> WARNING: Possibly missing firmware for module: 'wd719x'
- -> Running build hook: [filesystems]
- -> Running build hook: [fsck]
-==> Generating module dependencies
-==> Creating zstd-compressed initcpio image: '/boot/initramfs-linux-fallback.img'
- -> Early uncompressed CPIO image generation successful
-==> Initcpio image generation successful
-(10/11) Compiling GSettings XML schema files...
-(11/11) Updating the info directory file...
-
-Required Software
-...installing linux-firmware via pacman @ 13:57:28
-warning: linux-firmware-20250508.788aadc8-2 is up to date -- skipping
- there is nothing to do
-...installing base-devel via pacman @ 13:57:28
-warning: base-devel-1-2 is up to date -- skipping
- there is nothing to do
-...installing ca-certificates via pacman @ 13:57:28
-warning: ca-certificates-20240618-1 is up to date -- skipping
- there is nothing to do
-...installing coreutils via pacman @ 13:57:28
-warning: coreutils-9.7-1 is up to date -- skipping
- there is nothing to do
-...installing curl via pacman @ 13:57:28
-warning: curl-8.14.1-1 is up to date -- skipping
- there is nothing to do
-...installing git via pacman @ 13:57:28
-warning: git-2.49.0-2 is up to date -- skipping
- there is nothing to do
-...installing go via pacman @ 13:57:28
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (1) go-2:1.24.4-1
-
-Total Download Size: 43.03 MiB
-Total Installed Size: 237.84 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- go-2:1.24.4-1-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing go...
-:: Running post-transaction hooks...
-(1/1) Arming ConditionNeedsUpdate...
-...installing ntp via pacman @ 13:57:43
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (1) ntp-4.2.8.p18-3
-
-Total Download Size: 1.78 MiB
-Total Installed Size: 4.03 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- ntp-4.2.8.p18-3-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing ntp...
-:: Running post-transaction hooks...
-(1/3) Creating system user accounts...
-Creating group 'ntp' with GID 87.
-Creating user 'ntp' (Network Time Protocol) with UID 87 and GID 87.
-(2/3) Reloading system manager configuration...
-(3/3) Arming ConditionNeedsUpdate...
-...installing openssh via pacman @ 13:57:48
-warning: openssh-10.0p1-3 is up to date -- skipping
- there is nothing to do
-...installing python via pacman @ 13:57:48
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (2) mpdecimal-4.0.1-1 python-3.13.3-1
-
-Total Download Size: 12.35 MiB
-Total Installed Size: 67.74 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- python-3.13.3-1-x86_64 downloading...
- mpdecimal-4.0.1-1-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing mpdecimal...
-installing python...
-Optional dependencies for python
- python-setuptools: for building Python packages using tooling that is usually bundled with Python
- python-pip: for installing Python packages using tooling that is usually bundled with Python
- python-pipx: for installing Python software not packaged on Arch Linux
- sqlite: for a default database integration [installed]
- xz: for lzma [installed]
- tk: for tkinter
-:: Running post-transaction hooks...
-(1/1) Arming ConditionNeedsUpdate...
-...installing stow via pacman @ 13:57:52
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (1) stow-2.4.1-1
-
-Total Download Size: 0.13 MiB
-Total Installed Size: 0.63 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- stow-2.4.1-1-any downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing stow...
-:: Running post-transaction hooks...
-(1/2) Arming ConditionNeedsUpdate...
-(2/2) Updating the info directory file...
-...installing tar via pacman @ 13:57:54
-warning: tar-1.35-2 is up to date -- skipping
- there is nothing to do
-...installing vi via pacman @ 13:57:54
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (1) vi-1:070224-6
-
-Total Download Size: 0.16 MiB
-Total Installed Size: 0.31 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- vi-1:070224-6-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing vi...
-Optional dependencies for vi
- s-nail: used by the preserve command for notification
-:: Running post-transaction hooks...
-(1/1) Arming ConditionNeedsUpdate...
-...installing zsh via pacman @ 13:57:55
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (1) zsh-5.9-5
-
-Total Download Size: 2.22 MiB
-Total Installed Size: 6.56 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- zsh-5.9-5-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing zsh...
-:: Running post-transaction hooks...
-(1/1) Arming ConditionNeedsUpdate...
-
-Environment Configuration
-...synchronizing system time @ 13:57:59
- 8 Jun 13:58:07 ntpdate[21839]: adjust time server 23.150.40.242 offset -0.042473 sec
-...configuring compiler to use all processor cores @ 13:58:07
-...enabling concurrent downloads @ 13:58:07
-
-Package Mirrors
-...installing reflector via pacman @ 13:58:07
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (1) reflector-2023-3
-
-Total Download Size: 0.04 MiB
-Total Installed Size: 0.15 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- reflector-2023-3-any downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing reflector...
-Optional dependencies for reflector
- rsync: rate rsync mirrors
-:: Running post-transaction hooks...
-(1/2) Reloading system manager configuration...
-(2/2) Arming ConditionNeedsUpdate...
-...configuring reflector @ 13:58:10
-
- --connection-timeout 3 \
- --download-timeout 3 \
- --protocol https \
- --age 12 \
- --latest 20 \
- --score 10 \
- --fastest 5 \
- --sort score \
- --save /etc/pacman.d/mirrorlist
- ...updating repository mirrors @ 13:58:10
-...enabling the reflector timer @ 13:58:54
-Created symlink '/etc/systemd/system/timers.target.wants/reflector.timer' → '/usr/lib/systemd/system/reflector.timer'.
-...replacing sudoers file if new package version exists @ 13:58:55
-
-##### User Creation
-...checking if user exists @ 13:58:55
-...creating user and home directory @ 13:58:55
-useradd: warning: the home directory /home/cjennings already exists.
-useradd: Not copying any file from skel directory into it.
-...assigning the password @ 13:58:55
-...adding to appropriate groups @ 13:58:55
-...configuring shell @ 13:58:55
-...granting permissions @ 13:58:55
-
-##### User Customizations
-...linking dotfiles into place @ 13:58:55
-...restoring dotfile versions @ 13:58:55
-...creating common directories @ 13:58:56
-
-##### AUR Installer
-...fetching source code for yay @ 13:58:56
-Cloning into '/home/cjennings/.local/src/yay'...
-hint: Using 'master' as the name for the initial branch. This default branch name
-hint: is subject to change. To configure the initial branch name to use in all
-hint: of your new repositories, which will suppress this warning, call:
-hint:
-hint: git config --global init.defaultBranch <name>
-hint:
-hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
-hint: 'development'. The just-created branch can be renamed via this command:
-hint:
-hint: git branch -m <name>
-hint: Using 'master' as the name for the initial branch. This default branch name
-hint: is subject to change. To configure the initial branch name to use in all
-hint: of your new repositories, which will suppress this warning, call:
-hint:
-hint: git config --global init.defaultBranch <name>
-hint:
-hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
-hint: 'development'. The just-created branch can be renamed via this command:
-hint:
-hint: git branch -m <name>
-...packaging and installing yay @ 13:59:03
-==> Making package: yay 12.5.0-1 (Sun 08 Jun 2025 01:59:10 PM CDT)
-==> Checking runtime dependencies...
-==> Checking buildtime dependencies...
-==> Retrieving sources...
- -> Downloading yay-12.5.0.tar.gz...
- % Total % Received % Xferd Average Speed Time Time Time Current
- Dload Upload Total Spent Left Speed
- 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
- 46 448k 46 206k 0 0 151k 0 0:00:02 0:00:01 0:00:01 151k 100 448k 100 448k 0 0 285k 0 0:00:01 0:00:01 --:--:-- 1194k
-==> Validating source files with sha256sums...
- yay-12.5.0.tar.gz ... Passed
-==> Extracting sources...
- -> Extracting yay-12.5.0.tar.gz with bsdtar
-==> Starting build()...
-go build -trimpath -mod=readonly -modcacherw -ldflags '-X "main.yayVersion=12.5.0" -X "main.localePath=/usr/share/locale/" -linkmode=external -compressdwarf=false' -buildmode=pie -o yay
-go: downloading github.com/Jguer/aur v1.2.3
-go: downloading github.com/Jguer/go-alpm/v2 v2.2.2
-go: downloading github.com/Jguer/votar v1.0.0
-go: downloading github.com/Morganamilo/go-srcinfo v1.0.0
-go: downloading github.com/leonelquinteros/gotext v1.7.1
-go: downloading github.com/deckarep/golang-set/v2 v2.7.0
-go: downloading golang.org/x/sys v0.31.0
-go: downloading github.com/Morganamilo/go-pacmanconf v0.0.0-20210502114700-cff030e927a5
-go: downloading github.com/adrg/strutil v0.3.1
-go: downloading github.com/hashicorp/go-multierror v1.1.1
-go: downloading golang.org/x/net v0.38.0
-go: downloading golang.org/x/term v0.30.0
-go: downloading github.com/itchyny/gojq v0.12.17
-go: downloading github.com/mitchellh/mapstructure v1.5.0
-go: downloading github.com/ohler55/ojg v1.26.1
-go: downloading github.com/hashicorp/errwrap v1.1.0
-go: downloading github.com/itchyny/timefmt-go v0.1.6
-==> Entering fakeroot environment...
-==> Starting package()...
-msgfmt po/ca.po -o po/ca.mo
-msgfmt po/cs.po -o po/cs.mo
-msgfmt po/de.po -o po/de.mo
-msgfmt po/en.po -o po/en.mo
-msgfmt po/es.po -o po/es.mo
-msgfmt po/eu.po -o po/eu.mo
-msgfmt po/fr_FR.po -o po/fr_FR.mo
-msgfmt po/he.po -o po/he.mo
-msgfmt po/id.po -o po/id.mo
-msgfmt po/it_IT.po -o po/it_IT.mo
-msgfmt po/ja.po -o po/ja.mo
-msgfmt po/ko.po -o po/ko.mo
-msgfmt po/pl_PL.po -o po/pl_PL.mo
-msgfmt po/pt_BR.po -o po/pt_BR.mo
-msgfmt po/pt.po -o po/pt.mo
-msgfmt po/ru_RU.po -o po/ru_RU.mo
-msgfmt po/ru.po -o po/ru.mo
-msgfmt po/sv.po -o po/sv.mo
-msgfmt po/tr.po -o po/tr.mo
-msgfmt po/uk.po -o po/uk.mo
-msgfmt po/zh_CN.po -o po/zh_CN.mo
-msgfmt po/zh_TW.po -o po/zh_TW.mo
-install -Dm755 yay /home/cjennings/.local/src/yay/pkg/yay/usr/bin/yay
-install -Dm644 doc/yay.8 /home/cjennings/.local/src/yay/pkg/yay/usr/share/man/man8/yay.8
-install -Dm644 completions/bash /home/cjennings/.local/src/yay/pkg/yay/usr/share/bash-completion/completions/yay
-install -Dm644 completions/zsh /home/cjennings/.local/src/yay/pkg/yay/usr/share/zsh/site-functions/_yay
-install -Dm644 completions/fish /home/cjennings/.local/src/yay/pkg/yay/usr/share/fish/vendor_completions.d/yay.fish
-for lang in ca cs de en es eu fr_FR he id it_IT ja ko pl_PL pt_BR pt ru_RU ru sv tr uk zh_CN zh_TW; do \
- install -Dm644 po/${lang}.mo /home/cjennings/.local/src/yay/pkg/yay/usr/share/locale/$lang/LC_MESSAGES/yay.mo; \
-done
-==> Tidying install...
- -> Removing libtool files...
- -> Purging unwanted files...
- -> Removing static library files...
- -> Stripping unneeded symbols from binaries and libraries...
- -> Compressing man and info pages...
-==> Checking for packaging issues...
-==> Creating package "yay"...
- -> Generating .PKGINFO file...
- -> Generating .BUILDINFO file...
- -> Generating .MTREE file...
- -> Compressing package...
-==> Creating package "yay-debug"...
- -> Generating .PKGINFO file...
- -> Generating .BUILDINFO file...
- -> Generating .MTREE file...
- -> Compressing package...
-==> Leaving fakeroot environment.
-==> Finished making: yay 12.5.0-1 (Sun 08 Jun 2025 01:59:38 PM CDT)
-==> Installing package yay with pacman -U...
-loading packages...
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (2) yay-12.5.0-1 yay-debug-12.5.0-1
-
-Total Installed Size: 23.10 MiB
-
-:: Proceed with installation? [Y/n]
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing yay...
-Optional dependencies for yay
- sudo: privilege elevation [installed]
- doas: privilege elevation
-installing yay-debug...
-:: Running post-transaction hooks...
-(1/1) Arming ConditionNeedsUpdate...
-
-##### Essential Services
-
-Randomness
-...installing rng-tools via pacman @ 13:59:38
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (5) jitterentropy-3.6.3-1 libp11-0.4.14-2 rtl-sdr-1:2.0.2-1 sysfsutils-2.1.1-2 rng-tools-6.17-3
-
-Total Download Size: 0.27 MiB
-Total Installed Size: 0.89 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- rtl-sdr-1:2.0.2-1-x86_64 downloading...
- libp11-0.4.14-2-x86_64 downloading...
- rng-tools-6.17-3-x86_64 downloading...
- jitterentropy-3.6.3-1-x86_64 downloading...
- sysfsutils-2.1.1-2-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing sysfsutils...
-installing jitterentropy...
-installing libp11...
-installing rtl-sdr...
->>> RTL-SDR-compatible DVB stick cannot be used for both DVB and SDR at once (driver conflict). This package provides /usr/lib/modprobe.d/rtlsdr.conf to blacklist the DVB drivers.
-installing rng-tools...
-Optional dependencies for rng-tools
- opensc: PKCS11 entropy engine to gather entropy from smart card readers
-:: Running post-transaction hooks...
-(1/4) Creating system user accounts...
-Creating group 'rtlsdr' with GID 969.
-(2/4) Reloading system manager configuration...
-(3/4) Reloading device manager configuration...
-(4/4) Arming ConditionNeedsUpdate...
-Created symlink '/etc/systemd/system/sysinit.target.wants/rngd.service' → '/usr/lib/systemd/system/rngd.service'.
-
-Networking
-...installing networkmanager via pacman @ 13:59:43
-warning: networkmanager-1.52.0-1 is up to date -- skipping
- there is nothing to do
-
-Power
-...installing upower via pacman @ 13:59:43
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (5) libimobiledevice-1.3.0-16 libimobiledevice-glue-1.3.1-1 libplist-2.6.0-2 libusbmuxd-2.1.0-1 upower-1.90.9-1
-
-Total Download Size: 1.04 MiB
-Total Installed Size: 7.54 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- libimobiledevice-1.3.0-16-x86_64 downloading...
- libplist-2.6.0-2-x86_64 downloading...
- upower-1.90.9-1-x86_64 downloading...
- libimobiledevice-glue-1.3.1-1-x86_64 downloading...
- libusbmuxd-2.1.0-1-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing libplist...
-Optional dependencies for libplist
- python: Python bindings [installed]
-installing libimobiledevice-glue...
-installing libusbmuxd...
-installing libimobiledevice...
-Optional dependencies for libimobiledevice
- python: Python bindings [installed]
-installing upower...
-Optional dependencies for upower
- usbmuxd: Read charge status of iOS devices
-:: Running post-transaction hooks...
-(1/5) Reloading system manager configuration...
-(2/5) Updating udev hardware database...
-(3/5) Reloading device manager configuration...
-(4/5) Arming ConditionNeedsUpdate...
-(5/5) Reloading system bus configuration...
-Created symlink '/etc/systemd/system/graphical.target.wants/upower.service' → '/usr/lib/systemd/system/upower.service'.
-
-Secure Shell
-...installing openssh via pacman @ 13:59:49
-warning: openssh-10.0p1-3 is up to date -- skipping
- there is nothing to do
-...enabling the openssh service to run at boot @ 13:59:49
-Created symlink '/etc/systemd/system/multi-user.target.wants/sshd.service' → '/usr/lib/systemd/system/sshd.service'.
-...starting the openssh service @ 13:59:49
-
-Firewall
-...installing ufw via pacman @ 13:59:50
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (1) ufw-0.36.2-5
-
-Total Download Size: 0.14 MiB
-Total Installed Size: 0.50 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- ufw-0.36.2-5-any downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing ufw...
-:: Running post-transaction hooks...
-(1/2) Reloading system manager configuration...
-(2/2) Arming ConditionNeedsUpdate...
-...configuring ufw to deny by default @ 13:59:51
-Default incoming policy changed to 'deny'
-(be sure to update your rules accordingly)
-...adding ufw rule to allow 80,443,8080/tcp @ 13:59:52
-WARN: initcaps
-[Errno 2] iptables v1.8.11 (legacy): can't initialize iptables table `filter': Table does not exist (do you need to insmod?)
-Perhaps iptables or your kernel needs to be upgraded.
-
-Rules updated
-Rules updated (v6)
-...adding ufw rule to allow 9040,9050,9051,9053,9119/tcp @ 13:59:52
-WARN: initcaps
-[Errno 2] iptables v1.8.11 (legacy): can't initialize iptables table `filter': Table does not exist (do you need to insmod?)
-Perhaps iptables or your kernel needs to be upgraded.
-
-Rules updated
-Rules updated (v6)
-...adding ufw rule to allow IMAP @ 13:59:52
-WARN: initcaps
-[Errno 2] iptables v1.8.11 (legacy): can't initialize iptables table `filter': Table does not exist (do you need to insmod?)
-Perhaps iptables or your kernel needs to be upgraded.
-
-Rules updated
-Rules updated (v6)
-...adding ufw rule to allow IMAPS @ 13:59:52
-WARN: initcaps
-[Errno 2] iptables v1.8.11 (legacy): can't initialize iptables table `filter': Table does not exist (do you need to insmod?)
-Perhaps iptables or your kernel needs to be upgraded.
-
-Rules updated
-Rules updated (v6)
-...adding ufw rule to allow 55353/udp @ 13:59:52
-WARN: initcaps
-[Errno 2] iptables v1.8.11 (legacy): can't initialize iptables table `filter': Table does not exist (do you need to insmod?)
-Perhaps iptables or your kernel needs to be upgraded.
-
-Rules updated
-Rules updated (v6)
-...adding ufw rule to allow ssh @ 13:59:52
-WARN: initcaps
-[Errno 2] iptables v1.8.11 (legacy): can't initialize iptables table `filter': Table does not exist (do you need to insmod?)
-Perhaps iptables or your kernel needs to be upgraded.
-
-Rules updated
-Rules updated (v6)
-...adding ufw rule to allow 22000/tcp @ 13:59:52
-WARN: initcaps
-[Errno 2] iptables v1.8.11 (legacy): can't initialize iptables table `filter': Table does not exist (do you need to insmod?)
-Perhaps iptables or your kernel needs to be upgraded.
-
-Rules updated
-Rules updated (v6)
-...adding ufw rule to allow 22000/udp @ 13:59:53
-WARN: initcaps
-[Errno 2] iptables v1.8.11 (legacy): can't initialize iptables table `filter': Table does not exist (do you need to insmod?)
-Perhaps iptables or your kernel needs to be upgraded.
-
-Rules updated
-Rules updated (v6)
-...adding ufw rule to allow 21027/udp @ 13:59:53
-WARN: initcaps
-[Errno 2] iptables v1.8.11 (legacy): can't initialize iptables table `filter': Table does not exist (do you need to insmod?)
-Perhaps iptables or your kernel needs to be upgraded.
-
-Rules updated
-Rules updated (v6)
-...adding ufw rule to allow 42001/tcp @ 13:59:53
-WARN: initcaps
-[Errno 2] iptables v1.8.11 (legacy): can't initialize iptables table `filter': Table does not exist (do you need to insmod?)
-Perhaps iptables or your kernel needs to be upgraded.
-
-Rules updated
-Rules updated (v6)
-...adding ufw rule to allow 42001/udp @ 13:59:53
-WARN: initcaps
-[Errno 2] iptables v1.8.11 (legacy): can't initialize iptables table `filter': Table does not exist (do you need to insmod?)
-Perhaps iptables or your kernel needs to be upgraded.
-
-Rules updated
-Rules updated (v6)
-...adding ufw rule to allow 42000/tcp @ 13:59:53
-WARN: initcaps
-[Errno 2] iptables v1.8.11 (legacy): can't initialize iptables table `filter': Table does not exist (do you need to insmod?)
-Perhaps iptables or your kernel needs to be upgraded.
-
-Rules updated
-Rules updated (v6)
-...adding ufw rule to allow 42000/udp @ 13:59:53
-WARN: initcaps
-[Errno 2] iptables v1.8.11 (legacy): can't initialize iptables table `filter': Table does not exist (do you need to insmod?)
-Perhaps iptables or your kernel needs to be upgraded.
-
-Rules updated
-Rules updated (v6)
-...adding ufw rule to allow 5353/tcp @ 13:59:54
-WARN: initcaps
-[Errno 2] iptables v1.8.11 (legacy): can't initialize iptables table `filter': Table does not exist (do you need to insmod?)
-Perhaps iptables or your kernel needs to be upgraded.
-
-Rules updated
-Rules updated (v6)
-...adding ufw rule to allow 5353/udp @ 13:59:54
-WARN: initcaps
-[Errno 2] iptables v1.8.11 (legacy): can't initialize iptables table `filter': Table does not exist (do you need to insmod?)
-Perhaps iptables or your kernel needs to be upgraded.
-
-Rules updated
-Rules updated (v6)
-...adding ufw rule to allow transmission @ 13:59:54
-WARN: initcaps
-[Errno 2] iptables v1.8.11 (legacy): can't initialize iptables table `filter': Table does not exist (do you need to insmod?)
-Perhaps iptables or your kernel needs to be upgraded.
-
-Rules updated
-Rules updated (v6)
-...adding limits to protect from brute force attacks @ 13:59:54
-WARN: initcaps
-[Errno 2] iptables v1.8.11 (legacy): can't initialize iptables table `filter': Table does not exist (do you need to insmod?)
-Perhaps iptables or your kernel needs to be upgraded.
-
-Rules updated
-Skipping unsupported IPv6 'limit' rule
-WARN: initcaps
-[Errno 2] iptables v1.8.11 (legacy): can't initialize iptables table `filter': Table does not exist (do you need to insmod?)
-Perhaps iptables or your kernel needs to be upgraded.
-
-Rules updated
-Skipping unsupported IPv6 'limit' rule
-...enabling firewall service to launch on boot @ 13:59:54
-Created symlink '/etc/systemd/system/multi-user.target.wants/ufw.service' → '/usr/lib/systemd/system/ufw.service'.
-...starting firewall service @ 13:59:55
-
-Network Service Discovery
-...installing nss-mdns via pacman @ 13:59:55
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (1) nss-mdns-0.15.1-2
-
-Total Download Size: 0.01 MiB
-Total Installed Size: 0.11 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- nss-mdns-0.15.1-2-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing nss-mdns...
-:: Running post-transaction hooks...
-(1/1) Arming ConditionNeedsUpdate...
-...installing avahi via pacman @ 13:59:56
-warning: avahi-1:0.8+r194+g3f79789-3 is up to date -- skipping
- there is nothing to do
-...configuring avahi @ 13:59:57
-Created symlink '/etc/systemd/system/dbus-org.freedesktop.Avahi.service' → '/usr/lib/systemd/system/avahi-daemon.service'.
-Created symlink '/etc/systemd/system/multi-user.target.wants/avahi-daemon.service' → '/usr/lib/systemd/system/avahi-daemon.service'.
-Created symlink '/etc/systemd/system/sockets.target.wants/avahi-daemon.socket' → '/usr/lib/systemd/system/avahi-daemon.socket'.
-
-Job Scheduling
-...installing cronie via pacman @ 13:59:57
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (2) run-parts-5.22-1 cronie-1.7.2-1
-
-Total Download Size: 0.12 MiB
-Total Installed Size: 0.27 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- cronie-1.7.2-1-x86_64 downloading...
- run-parts-5.22-1-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing run-parts...
-installing cronie...
-Optional dependencies for cronie
- smtp-server: send job output via email
- smtp-forwarder: forward job output to email server
-:: Running post-transaction hooks...
-(1/2) Reloading system manager configuration...
-(2/2) Arming ConditionNeedsUpdate...
-...enabling cronie to launch at boot @ 14:00:00
-Created symlink '/etc/systemd/system/multi-user.target.wants/cronie.service' → '/usr/lib/systemd/system/cronie.service'.
-...installing at via pacman @ 14:00:01
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (1) at-3.2.5-4
-
-Total Download Size: 0.04 MiB
-Total Installed Size: 0.09 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- at-3.2.5-4-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing at...
-:: Running post-transaction hooks...
-(1/2) Reloading system manager configuration...
-(2/2) Arming ConditionNeedsUpdate...
-...enabling the batch delayed command scheduler @ 14:00:04
-Created symlink '/etc/systemd/system/multi-user.target.wants/atd.service' → '/usr/lib/systemd/system/atd.service'.
-
-Package Repository Cache Maintenance
-...installing pacman-contrib via pacman @ 14:00:05
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (1) pacman-contrib-1.11.0-1
-
-Total Download Size: 0.05 MiB
-Total Installed Size: 0.13 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- pacman-contrib-1.11.0-1-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing pacman-contrib...
-Optional dependencies for pacman-contrib
- diffutils: for pacdiff [installed]
- fakeroot: for checkupdates [installed]
- findutils: for pacdiff --find [installed]
- mlocate: for pacdiff --locate
- perl: for pacsearch [installed]
- sudo: privilege elevation for several scripts [installed]
- vim: default merge program for pacdiff
-:: Running post-transaction hooks...
-(1/2) Reloading system manager configuration...
-(2/2) Arming ConditionNeedsUpdate...
-...enabling the package cache cleanup timer @ 14:00:06
-Created symlink '/etc/systemd/system/timers.target.wants/paccache.timer' → '/usr/lib/systemd/system/paccache.timer'.
-
-Snapshot Service
-...installing timeshift-autosnap via the AUR @ 14:00:06
-AUR Explicit (1): timeshift-autosnap-0.9-1
-Sync Dependency (1): timeshift-24.06.6-1
-:: (1/1) Downloaded PKGBUILD: timeshift-autosnap
- 1 timeshift-autosnap (Build Files Exist)
-==> Packages to cleanBuild?
-==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
-==>
- 1 timeshift-autosnap (Build Files Exist)
-==> Diffs to show?
-==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
-==>
-==> Making package: timeshift-autosnap 0.9-1 (Sun 08 Jun 2025 02:00:10 PM CDT)
-==> Retrieving sources...
- -> Downloading timeshift-autosnap-0.9.tar.gz...
- % Total % Received % Xferd Average Speed Time Time Time Current
- Dload Upload Total Spent Left Speed
- 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 2879 0 2879 0 0 5075 0 --:--:-- --:--:-- --:--:-- 5068
-==> WARNING: Skipping verification of source file PGP signatures.
-==> Validating source files with md5sums...
- timeshift-autosnap-0.9.tar.gz ... Passed
-:: (1/1) Parsing SRCINFO: timeshift-autosnap
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (51) adwaita-cursors-48.1-1 adwaita-fonts-48.2-1 adwaita-icon-theme-48.1-1 adwaita-icon-theme-legacy-46.2-3 at-spi2-core-2.56.2-1 cairo-1.18.4-1 dav1d-1.5.1-1 desktop-file-utils-0.28-1 fontconfig-2:2.16.2-1 fribidi-1.0.16-2 gdk-pixbuf2-2.42.12-2 glib-networking-1:2.80.1-1 gsettings-desktop-schemas-48.0-1 gsettings-system-schemas-48.0-1 gtk-update-icon-cache-1:4.18.5-2 gtk3-1:3.24.49-2 hicolor-icon-theme-0.18-1 jbigkit-2.1-8 json-glib-1.10.6-1 lcms2-2.17-1 libcloudproviders-0.3.6-1 libcolord-1.4.7-2 libcups-2:2.4.12-2 libdatrie-0.2.13-4 libdbusmenu-glib-16.04.0.r498-2 libdbusmenu-gtk3-16.04.0.r498-2 libgee-0.20.8-1 libgnomekbd-1:3.28.1-1 libproxy-0.5.9-1 librsvg-2:2.60.0-2 libsoup3-3.6.5-1 libstemmer-3.0.1-1 libthai-0.1.29-3 libtiff-4.7.0-1 libxcomposite-0.4.6-2 libxcursor-1.2.3-1 libxdamage-1.1.6-2 libxft-2.3.9-1 libxinerama-1.1.5-2 libxkbcommon-1.10.0-1 libxklavier-5.4-6 libxtst-1.2.5-1 pango-1:1.56.3-1 rsync-3.4.1-2 shared-mime-info-2.4-2 tinysparql-3.9.2-2 vte-common-0.80.2-1 vte3-0.80.2-1 xapp-2.8.9-1 xorg-xprop-1.2.8-1 timeshift-24.06.6-1
-
-Total Download Size: 26.59 MiB
-Total Installed Size: 136.98 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- gtk3-1:3.24.49-2-x86_64 downloading...
- librsvg-2:2.60.0-2-x86_64 downloading...
- adwaita-icon-theme-legacy-46.2-3-any downloading...
- adwaita-fonts-48.2-1-any downloading...
- tinysparql-3.9.2-2-x86_64 downloading...
- timeshift-24.06.6-1-x86_64 downloading...
- gsettings-desktop-schemas-48.0-1-any downloading...
- dav1d-1.5.1-1-x86_64 downloading...
- cairo-1.18.4-1-x86_64 downloading...
- shared-mime-info-2.4-2-x86_64 downloading...
- at-spi2-core-2.56.2-1-x86_64 downloading...
- gdk-pixbuf2-2.42.12-2-x86_64 downloading...
- libtiff-4.7.0-1-x86_64 downloading...
- pango-1:1.56.3-1-x86_64 downloading...
- libsoup3-3.6.5-1-x86_64 downloading...
- vte3-0.80.2-1-x86_64 downloading...
- fontconfig-2:2.16.2-1-x86_64 downloading...
- rsync-3.4.1-2-x86_64 downloading...
- adwaita-cursors-48.1-1-any downloading...
- libgee-0.20.8-1-x86_64 downloading...
- libthai-0.1.29-3-x86_64 downloading...
- libcups-2:2.4.12-2-x86_64 downloading...
- libxkbcommon-1.10.0-1-x86_64 downloading...
- lcms2-2.17-1-x86_64 downloading...
- xapp-2.8.9-1-x86_64 downloading...
- adwaita-icon-theme-48.1-1-any downloading...
- libcolord-1.4.7-2-x86_64 downloading...
- json-glib-1.10.6-1-x86_64 downloading...
- libgnomekbd-1:3.28.1-1-x86_64 downloading...
- glib-networking-1:2.80.1-1-x86_64 downloading...
- libstemmer-3.0.1-1-x86_64 downloading...
- libdatrie-0.2.13-4-x86_64 downloading...
- libdbusmenu-glib-16.04.0.r498-2-x86_64 downloading...
- fribidi-1.0.16-2-x86_64 downloading...
- libxklavier-5.4-6-x86_64 downloading...
- libcloudproviders-0.3.6-1-x86_64 downloading...
- libxft-2.3.9-1-x86_64 downloading...
- vte-common-0.80.2-1-x86_64 downloading...
- jbigkit-2.1-8-x86_64 downloading...
- libdbusmenu-gtk3-16.04.0.r498-2-x86_64 downloading...
- desktop-file-utils-0.28-1-x86_64 downloading...
- libxcursor-1.2.3-1-x86_64 downloading...
- libproxy-0.5.9-1-x86_64 downloading...
- libxtst-1.2.5-1-x86_64 downloading...
- xorg-xprop-1.2.8-1-x86_64 downloading...
- gtk-update-icon-cache-1:4.18.5-2-x86_64 downloading...
- hicolor-icon-theme-0.18-1-any downloading...
- libxcomposite-0.4.6-2-x86_64 downloading...
- libxinerama-1.1.5-2-x86_64 downloading...
- libxdamage-1.1.6-2-x86_64 downloading...
- gsettings-system-schemas-48.0-1-any downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing libgee...
-installing json-glib...
-installing adwaita-fonts...
-installing hicolor-icon-theme...
-installing adwaita-icon-theme-legacy...
-installing adwaita-cursors...
-installing adwaita-icon-theme...
-installing gsettings-system-schemas...
-installing gsettings-desktop-schemas...
-installing libxtst...
-installing xorg-xprop...
-installing at-spi2-core...
-installing fontconfig...
-Creating fontconfig configuration...
-Rebuilding fontconfig cache...
-installing cairo...
-installing desktop-file-utils...
-installing fribidi...
-installing jbigkit...
-installing libtiff...
-Optional dependencies for libtiff
- freeglut: for using tiffgt
-installing shared-mime-info...
-installing gdk-pixbuf2...
-Optional dependencies for gdk-pixbuf2
- libwmf: Load .wmf and .apm
- libopenraw: Load .dng, .cr2, .crw, .nef, .orf, .pef, .arw, .erf, .mrw, and .raf
- libavif: Load .avif
- libheif: Load .heif, .heic, and .avif
- libjxl: Load .jxl
- librsvg: Load .svg, .svgz, and .svg.gz [pending]
- webp-pixbuf-loader: Load .webp
-installing libcloudproviders...
-installing lcms2...
-installing libcolord...
-installing libcups...
-installing dav1d...
-Optional dependencies for dav1d
- dav1d-doc: HTML documentation
-installing libdatrie...
-installing libthai...
-installing libxft...
-installing pango...
-installing librsvg...
-installing libxcomposite...
-installing libxcursor...
-installing libxdamage...
-installing libxinerama...
-installing libxkbcommon...
-Optional dependencies for libxkbcommon
- libxkbcommon-x11: xkbcli interactive-x11
- wayland: xkbcli interactive-wayland [installed]
-installing libproxy...
-installing glib-networking...
-installing libsoup3...
-Optional dependencies for libsoup3
- samba: Windows Domain SSO
-installing libstemmer...
-installing tinysparql...
-installing gtk-update-icon-cache...
-installing gtk3...
-Optional dependencies for gtk3
- evince: Default print preview command
-installing vte-common...
-installing vte3...
-installing rsync...
-Optional dependencies for rsync
- python: for rrsync [installed]
-installing libdbusmenu-glib...
-installing libdbusmenu-gtk3...
-installing libxklavier...
-installing libgnomekbd...
-installing xapp...
-Optional dependencies for xapp
- python: for mate-desktop status applet [installed]
-installing timeshift...
-Optional dependencies for timeshift
- btrfs-progs: For BTRFS support [installed]
- grub-btrfs: For BTRFS snapshots in GRUB
- xorg-xhost: For authorization on Wayland
-:: Running post-transaction hooks...
-( 1/12) Reloading system manager configuration...
-( 2/12) Reloading user manager configuration...
-( 3/12) Arming ConditionNeedsUpdate...
-( 4/12) Updating the MIME type database...
-( 5/12) Updating fontconfig configuration...
-( 6/12) Updating fontconfig cache...
-( 7/12) Probing GDK-Pixbuf loader modules...
-( 8/12) Updating GIO module cache...
-( 9/12) Compiling GSettings XML schema files...
-(10/12) Probing GTK3 input method modules...
-(11/12) Updating icon theme caches...
-(12/12) Updating the desktop file MIME type cache...
-==> Making package: timeshift-autosnap 0.9-1 (Sun 08 Jun 2025 02:00:27 PM CDT)
-==> Checking runtime dependencies...
-==> Checking buildtime dependencies...
-==> Retrieving sources...
- -> Found timeshift-autosnap-0.9.tar.gz
-==> Validating source files with md5sums...
- timeshift-autosnap-0.9.tar.gz ... Passed
-==> Removing existing $srcdir/ directory...
-==> Extracting sources...
- -> Extracting timeshift-autosnap-0.9.tar.gz with bsdtar
-==> Sources are ready.
-==> Making package: timeshift-autosnap 0.9-1 (Sun 08 Jun 2025 02:00:29 PM CDT)
-==> Checking runtime dependencies...
-==> Checking buildtime dependencies...
-==> WARNING: Using existing $srcdir/ tree
-==> Entering fakeroot environment...
-==> Starting package()...
-==> Tidying install...
- -> Removing libtool files...
- -> Purging unwanted files...
- -> Removing static library files...
- -> Stripping unneeded symbols from binaries and libraries...
- -> Compressing man and info pages...
-==> Checking for packaging issues...
-==> Creating package "timeshift-autosnap"...
- -> Generating .PKGINFO file...
- -> Generating .BUILDINFO file...
- -> Generating .MTREE file...
- -> Compressing package...
-==> Leaving fakeroot environment.
-==> Finished making: timeshift-autosnap 0.9-1 (Sun 08 Jun 2025 02:00:31 PM CDT)
-==> Cleaning up...
-loading packages...
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (1) timeshift-autosnap-0.9-1
-
-Total Installed Size: 0.00 MiB
-
-:: Proceed with installation? [Y/n]
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing timeshift-autosnap...
-Optional dependencies for timeshift-autosnap
- grub-btrfs
-:: Running post-transaction hooks...
-(1/1) Arming ConditionNeedsUpdate...
-...installing grub-btrfs via pacman @ 14:00:31
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (1) grub-btrfs-4.13-2
-
-Total Download Size: 0.03 MiB
-Total Installed Size: 0.10 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- grub-btrfs-4.13-2-any downloading...
-error: failed retrieving file 'grub-btrfs-4.13-2-any.pkg.tar.zst' from losangeles.mirror.pkgbuild.com : Failed to connect to losangeles.mirror.pkgbuild.com port 443 after 2050 ms: Could not connect to server
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing grub-btrfs...
-Optional dependencies for grub-btrfs
- snapper: For snapper support
- inotify-tools: For grub-btrfsd daemon
-:: Running post-transaction hooks...
-(1/3) Reloading system manager configuration...
-(2/3) Arming ConditionNeedsUpdate...
-(3/3) Updating linux initcpios...
-==> Building image from preset: /etc/mkinitcpio.d/linux-lts.preset: 'default'
-==> Using default configuration file: '/etc/mkinitcpio.conf'
- -> -k /boot/vmlinuz-linux-lts -g /boot/initramfs-linux-lts.img
-==> Starting build: '6.12.32-1-lts'
- -> Running build hook: [base]
- -> Running build hook: [udev]
- -> Running build hook: [autodetect]
- -> Running build hook: [microcode]
- -> Running build hook: [modconf]
- -> Running build hook: [kms]
- -> Running build hook: [keyboard]
- -> Running build hook: [keymap]
- -> Running build hook: [consolefont]
-==> WARNING: consolefont: no font found in configuration
- -> Running build hook: [block]
- -> Running build hook: [filesystems]
- -> Running build hook: [fsck]
-==> Generating module dependencies
-==> Creating zstd-compressed initcpio image: '/boot/initramfs-linux-lts.img'
- -> Early uncompressed CPIO image generation successful
-==> Initcpio image generation successful
-==> Building image from preset: /etc/mkinitcpio.d/linux-lts.preset: 'fallback'
-==> Using default configuration file: '/etc/mkinitcpio.conf'
- -> -k /boot/vmlinuz-linux-lts -g /boot/initramfs-linux-lts-fallback.img -S autodetect
-==> Starting build: '6.12.32-1-lts'
- -> Running build hook: [base]
- -> Running build hook: [udev]
- -> Running build hook: [microcode]
- -> Running build hook: [modconf]
- -> Running build hook: [kms]
-==> WARNING: Possibly missing firmware for module: 'ast'
- -> Running build hook: [keyboard]
-==> WARNING: Possibly missing firmware for module: 'xhci_pci_renesas'
- -> Running build hook: [keymap]
- -> Running build hook: [consolefont]
-==> WARNING: consolefont: no font found in configuration
- -> Running build hook: [block]
-==> WARNING: Possibly missing firmware for module: 'aic94xx'
-==> WARNING: Possibly missing firmware for module: 'bfa'
-==> WARNING: Possibly missing firmware for module: 'qed'
-==> WARNING: Possibly missing firmware for module: 'qla1280'
-==> WARNING: Possibly missing firmware for module: 'qla2xxx'
-==> WARNING: Possibly missing firmware for module: 'wd719x'
- -> Running build hook: [filesystems]
- -> Running build hook: [fsck]
-==> Generating module dependencies
-==> Creating zstd-compressed initcpio image: '/boot/initramfs-linux-lts-fallback.img'
- -> Early uncompressed CPIO image generation successful
-==> Initcpio image generation successful
-==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
-==> Using default configuration file: '/etc/mkinitcpio.conf'
- -> -k /boot/vmlinuz-linux -g /boot/initramfs-linux.img
-==> Starting build: '6.14.10-arch1-1'
- -> Running build hook: [base]
- -> Running build hook: [udev]
- -> Running build hook: [autodetect]
- -> Running build hook: [microcode]
- -> Running build hook: [modconf]
- -> Running build hook: [kms]
- -> Running build hook: [keyboard]
- -> Running build hook: [keymap]
- -> Running build hook: [consolefont]
-==> WARNING: consolefont: no font found in configuration
- -> Running build hook: [block]
- -> Running build hook: [filesystems]
- -> Running build hook: [fsck]
-==> Generating module dependencies
-==> Creating zstd-compressed initcpio image: '/boot/initramfs-linux.img'
- -> Early uncompressed CPIO image generation successful
-==> Initcpio image generation successful
-==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
-==> Using default configuration file: '/etc/mkinitcpio.conf'
- -> -k /boot/vmlinuz-linux -g /boot/initramfs-linux-fallback.img -S autodetect
-==> Starting build: '6.14.10-arch1-1'
- -> Running build hook: [base]
- -> Running build hook: [udev]
- -> Running build hook: [microcode]
- -> Running build hook: [modconf]
- -> Running build hook: [kms]
-==> WARNING: Possibly missing firmware for module: 'ast'
- -> Running build hook: [keyboard]
-==> WARNING: Possibly missing firmware for module: 'xhci_pci_renesas'
- -> Running build hook: [keymap]
- -> Running build hook: [consolefont]
-==> WARNING: consolefont: no font found in configuration
- -> Running build hook: [block]
-==> WARNING: Possibly missing firmware for module: 'aic94xx'
-==> WARNING: Possibly missing firmware for module: 'bfa'
-==> WARNING: Possibly missing firmware for module: 'qed'
-==> WARNING: Possibly missing firmware for module: 'qla1280'
-==> WARNING: Possibly missing firmware for module: 'qla2xxx'
-==> WARNING: Possibly missing firmware for module: 'wd719x'
- -> Running build hook: [filesystems]
- -> Running build hook: [fsck]
-==> Generating module dependencies
-==> Creating zstd-compressed initcpio image: '/boot/initramfs-linux-fallback.img'
- -> Early uncompressed CPIO image generation successful
-==> Initcpio image generation successful
-...enabling snapshot boot menu updates @ 14:01:32
-Created symlink '/etc/systemd/system/multi-user.target.wants/grub-btrfsd.service' → '/usr/lib/systemd/system/grub-btrfsd.service'.
-...starting snapshot boot menu updates @ 14:01:33
-...regenerating boot menu @ 14:01:33
-Generating grub configuration file ...
-Found linux image: /boot/vmlinuz-linux-lts
-Found initrd image: /boot/initramfs-linux-lts.img
-Found fallback initrd image(s) in /boot: initramfs-linux-lts-fallback.img
-Found linux image: /boot/vmlinuz-linux
-Found initrd image: /boot/initramfs-linux.img
-Found fallback initrd image(s) in /boot: initramfs-linux-fallback.img
-Warning: os-prober will not be executed to detect other bootable partitions.
-Systems on them will not be added to the GRUB boot configuration.
-Check GRUB_DISABLE_OS_PROBER documentation entry.
-Adding boot menu entry for UEFI Firmware Settings ...
-Detecting snapshots ...
-No snapshots found.
-If you think an error has occurred, please file a bug report at "https://github.com/Antynea/grub-btrfs"
-Unmount /tmp/grub-btrfs.ARheIiGmW2 .. Success
-done
-
-Xorg Display Server Dependencies
-...installing libglvnd via pacman @ 14:01:34
-warning: libglvnd-1.7.0-1 is up to date -- skipping
- there is nothing to do
-
-Xorg Display Server
-...installing xorg-server via pacman @ 14:01:34
-warning: xorg-server-21.1.16-1 is up to date -- skipping
- there is nothing to do
-...installing xorg-xinit via pacman @ 14:01:34
-warning: xorg-xinit-1.4.4-1 is up to date -- skipping
- there is nothing to do
-...installing xorg-xsetroot via pacman @ 14:01:35
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (1) xorg-xsetroot-1.1.3-2
-
-Total Download Size: 0.01 MiB
-Total Installed Size: 0.02 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- xorg-xsetroot-1.1.3-2-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing xorg-xsetroot...
-:: Running post-transaction hooks...
-(1/1) Arming ConditionNeedsUpdate...
-...installing xsel via pacman @ 14:01:41
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (1) xsel-1.2.1-2
-
-Total Download Size: 0.02 MiB
-Total Installed Size: 0.04 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- xsel-1.2.1-2-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing xsel...
-:: Running post-transaction hooks...
-(1/1) Arming ConditionNeedsUpdate...
-...installing xorg-xbacklight via pacman @ 14:01:43
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (2) xcb-util-0.4.1-2 xorg-xbacklight-1.2.4-1
-
-Total Download Size: 0.02 MiB
-Total Installed Size: 0.05 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- xcb-util-0.4.1-2-x86_64 downloading...
- xorg-xbacklight-1.2.4-1-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing xcb-util...
-installing xorg-xbacklight...
-:: Running post-transaction hooks...
-(1/1) Arming ConditionNeedsUpdate...
-...installing xorg-xev via pacman @ 14:01:44
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (1) xorg-xev-1.2.6-1
-
-Total Download Size: 0.01 MiB
-Total Installed Size: 0.03 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- xorg-xev-1.2.6-1-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing xorg-xev...
-:: Running post-transaction hooks...
-(1/1) Arming ConditionNeedsUpdate...
-...installing xf86-input-libinput via pacman @ 14:01:45
-warning: xf86-input-libinput-1.5.0-1 is up to date -- skipping
- there is nothing to do
-...installing xorg-xeyes via pacman @ 14:01:46
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (1) xorg-xeyes-1.3.0-2
-
-Total Download Size: 0.01 MiB
-Total Installed Size: 0.03 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- xorg-xeyes-1.3.0-2-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing xorg-xeyes...
-:: Running post-transaction hooks...
-(1/1) Arming ConditionNeedsUpdate...
-...installing xorg-xdpyinfo via pacman @ 14:01:47
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (1) xorg-xdpyinfo-1.3.4-2
-
-Total Download Size: 0.02 MiB
-Total Installed Size: 0.03 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- xorg-xdpyinfo-1.3.4-2-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing xorg-xdpyinfo...
-:: Running post-transaction hooks...
-(1/1) Arming ConditionNeedsUpdate...
-...installing xorg-xprop via pacman @ 14:01:48
-warning: xorg-xprop-1.2.8-1 is up to date -- skipping
- there is nothing to do
-...installing xorg-xwininfo via pacman @ 14:01:49
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (1) xorg-xwininfo-1.1.6-2
-
-Total Download Size: 0.02 MiB
-Total Installed Size: 0.05 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- xorg-xwininfo-1.1.6-2-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing xorg-xwininfo...
-:: Running post-transaction hooks...
-(1/1) Arming ConditionNeedsUpdate...
-...installing xorg-xhost via pacman @ 14:01:50
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (1) xorg-xhost-1.0.10-1
-
-Total Download Size: 0.01 MiB
-Total Installed Size: 0.02 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- xorg-xhost-1.0.10-1-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing xorg-xhost...
-:: Running post-transaction hooks...
-(1/1) Arming ConditionNeedsUpdate...
-...installing xorg-xinput via pacman @ 14:01:52
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (2) xorg-xrandr-1.5.3-1 xorg-xinput-1.6.4-2
-
-Total Download Size: 0.06 MiB
-Total Installed Size: 0.13 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- xorg-xrandr-1.5.3-1-x86_64 downloading...
- xorg-xinput-1.6.4-2-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing xorg-xrandr...
-installing xorg-xinput...
-:: Running post-transaction hooks...
-(1/1) Arming ConditionNeedsUpdate...
-...installing xorg-xkill via pacman @ 14:01:53
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (1) xorg-xkill-1.0.6-2
-
-Total Download Size: 0.01 MiB
-Total Installed Size: 0.02 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- xorg-xkill-1.0.6-2-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing xorg-xkill...
-:: Running post-transaction hooks...
-(1/1) Arming ConditionNeedsUpdate...
-...configuring xorg server @ 14:01:55
-
-DWM Window Manager Dependencies
-...installing coreutils via pacman @ 14:01:55
-warning: coreutils-9.7-1 is up to date -- skipping
- there is nothing to do
-...installing fontconfig via pacman @ 14:01:55
-warning: fontconfig-2:2.16.2-1 is up to date -- skipping
- there is nothing to do
-...installing freetype2 via pacman @ 14:01:55
-warning: freetype2-2.13.3-3 is up to date -- skipping
- there is nothing to do
-...installing glibc via pacman @ 14:01:56
-warning: glibc-2.41+r48+g5cb575ca9a3d-1 is up to date -- skipping
- there is nothing to do
-...installing libx11 via pacman @ 14:01:56
-warning: libx11-1.8.12-1 is up to date -- skipping
- there is nothing to do
-...installing libxft via pacman @ 14:01:56
-warning: libxft-2.3.9-1 is up to date -- skipping
- there is nothing to do
-...installing libxinerama via pacman @ 14:01:56
-warning: libxinerama-1.1.5-2 is up to date -- skipping
- there is nothing to do
-
-DWM Window Manager
-...building & installing dwm from source @ 14:01:57
-Cloning into '/home/cjennings/.local/src/dwm'...
-remote: warning: unable to access '/var/git/.config/git/attributes': Permission denied
-dwm build options:
-CFLAGS = -std=c99 -pedantic -Wall -Wno-deprecated-declarations -Os -I/usr/X11R6/include -I/usr/include/freetype2 -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_POSIX_C_SOURCE=200809L -DVERSION="6.2" -DXINERAMA
-LDFLAGS = -L/usr/X11R6/lib -lX11 -lXinerama -lfontconfig -lXft -lX11-xcb -lxcb -lxcb-res
-CC = cc
-cp config.def.h config.h
-cc -c -std=c99 -pedantic -Wall -Wno-deprecated-declarations -Os -I/usr/X11R6/include -I/usr/include/freetype2 -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_POSIX_C_SOURCE=200809L -DVERSION=\"6.2\" -DXINERAMA drw.c
-cc -c -std=c99 -pedantic -Wall -Wno-deprecated-declarations -Os -I/usr/X11R6/include -I/usr/include/freetype2 -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_POSIX_C_SOURCE=200809L -DVERSION=\"6.2\" -DXINERAMA dwm.c
-cc -c -std=c99 -pedantic -Wall -Wno-deprecated-declarations -Os -I/usr/X11R6/include -I/usr/include/freetype2 -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_POSIX_C_SOURCE=200809L -DVERSION=\"6.2\" -DXINERAMA util.c
-cc -o dwm drw.o dwm.o util.o -L/usr/X11R6/lib -lX11 -lXinerama -lfontconfig -lXft -lX11-xcb -lxcb -lxcb-res
-mkdir -p /usr/local/bin
-cp -f dwm /usr/local/bin
-chmod 755 /usr/local/bin/dwm
-mkdir -p /usr/local/share/man/man1
-sed "s/VERSION/6.2/g" < dwm.1 > /usr/local/share/man/man1/dwm.1
-chmod 644 /usr/local/share/man/man1/dwm.1
-mkdir -p /root/.local/share/applications
-cp dwm.desktop /root/.local/share/applications
-...building & installing dmenu from source @ 14:02:00
-Cloning into '/home/cjennings/.local/src/dmenu'...
-remote: warning: unable to access '/var/git/.config/git/attributes': Permission denied
-dmenu build options:
-CFLAGS = -std=c99 -pedantic -Wall -Os -I/usr/X11R6/include -I/usr/include/freetype2 -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700 -D_POSIX_C_SOURCE=200809L -DVERSION="5.1" -DXINERAMA
-LDFLAGS = -L/usr/X11R6/lib -lX11 -lXinerama -lfontconfig -lXft
-CC = cc
-cp config.def.h config.h
-cc -c -std=c99 -pedantic -Wall -Os -I/usr/X11R6/include -I/usr/include/freetype2 -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700 -D_POSIX_C_SOURCE=200809L -DVERSION=\"5.1\" -DXINERAMA dmenu.c
-cc -c -std=c99 -pedantic -Wall -Os -I/usr/X11R6/include -I/usr/include/freetype2 -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700 -D_POSIX_C_SOURCE=200809L -DVERSION=\"5.1\" -DXINERAMA drw.c
-cc -c -std=c99 -pedantic -Wall -Os -I/usr/X11R6/include -I/usr/include/freetype2 -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700 -D_POSIX_C_SOURCE=200809L -DVERSION=\"5.1\" -DXINERAMA util.c
-cc -o dmenu dmenu.o drw.o util.o -L/usr/X11R6/lib -lX11 -lXinerama -lfontconfig -lXft
-cc -c -std=c99 -pedantic -Wall -Os -I/usr/X11R6/include -I/usr/include/freetype2 -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700 -D_POSIX_C_SOURCE=200809L -DVERSION=\"5.1\" -DXINERAMA stest.c
-cc -o stest stest.o -L/usr/X11R6/lib -lX11 -lXinerama -lfontconfig -lXft
-mkdir -p /usr/local/bin
-cp -f dmenu dmenu_path dmenu_run stest /usr/local/bin
-chmod 755 /usr/local/bin/dmenu
-chmod 755 /usr/local/bin/dmenu_path
-chmod 755 /usr/local/bin/dmenu_run
-chmod 755 /usr/local/bin/stest
-mkdir -p /usr/local/share/man/man1
-sed "s/VERSION/5.1/g" < dmenu.1 > /usr/local/share/man/man1/dmenu.1
-sed "s/VERSION/5.1/g" < stest.1 > /usr/local/share/man/man1/stest.1
-chmod 644 /usr/local/share/man/man1/dmenu.1
-chmod 644 /usr/local/share/man/man1/stest.1
-...building & installing st from source @ 14:02:02
-Cloning into '/home/cjennings/.local/src/st'...
-remote: warning: unable to access '/var/git/.config/git/attributes': Permission denied
-cp config.def.h config.h
-c99 -I/usr/X11R6/include `pkg-config --cflags fontconfig` `pkg-config --cflags freetype2` `pkg-config --cflags harfbuzz` -DVERSION=\"0.9\" -D_XOPEN_SOURCE=600 -O1 -c st.c
-c99 -I/usr/X11R6/include `pkg-config --cflags fontconfig` `pkg-config --cflags freetype2` `pkg-config --cflags harfbuzz` -DVERSION=\"0.9\" -D_XOPEN_SOURCE=600 -O1 -c x.c
-c99 -I/usr/X11R6/include `pkg-config --cflags fontconfig` `pkg-config --cflags freetype2` `pkg-config --cflags harfbuzz` -DVERSION=\"0.9\" -D_XOPEN_SOURCE=600 -O1 -c hb.c
-c99 -o st st.o x.o hb.o -L/usr/X11R6/lib -lm -lrt -lX11 -lutil -lXft `pkg-config --libs fontconfig` `pkg-config --libs freetype2` `pkg-config --libs harfbuzz`
-mkdir -p /usr/local/bin
-cp -f st /usr/local/bin
-chmod 755 /usr/local/bin/st
-mkdir -p /usr/local/share/man/man1
-sed "s/VERSION/0.9/g" < st.1 > /usr/local/share/man/man1/st.1
-chmod 644 /usr/local/share/man/man1/st.1
-tic -sx st.info
-7 entries written to /usr/share/terminfo
-Please see the README file regarding the terminfo entry of st.
-mkdir -p /usr/local/share/applications
-cp -f st.desktop /usr/local/share/applications
-...building & installing slock from source @ 14:02:05
-Cloning into '/home/cjennings/.local/src/slock'...
-remote: warning: unable to access '/var/git/.config/git/attributes': Permission denied
-slock build options:
-CFLAGS = -std=c99 -pedantic -Wall -Os -I. -I/usr/include -I/usr/X11R6/include -DVERSION="1.5" -D_DEFAULT_SOURCE -DHAVE_SHADOW_H
-LDFLAGS = -s -L/usr/lib -lc -lcrypt -L/usr/X11R6/lib -lX11 -lXext -lXrandr
-CC = cc
-creating config.h from config.def.h
-CC slock.c
-CC explicit_bzero.c
-CC -o slock
-installing executable file to /usr/local/bin
-installing manual page to /usr/local/share/man/man1
-...installing pinentry-dmenu via the AUR @ 14:02:06
-AUR Explicit (1): pinentry-dmenu-0.2.2-2
-Sync Dependency (1): libconfig-1.8.1-1
-:: (1/1) Downloaded PKGBUILD: pinentry-dmenu
- 1 pinentry-dmenu (Build Files Exist)
-==> Packages to cleanBuild?
-==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
-==>
- 1 pinentry-dmenu (Build Files Exist)
-==> Diffs to show?
-==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
-==>
-==> Making package: pinentry-dmenu 0.2.2-2 (Sun 08 Jun 2025 02:02:10 PM CDT)
-==> Retrieving sources...
- -> Downloading 0.2.2.tar.gz...
- % Total % Received % Xferd Average Speed Time Time Time Current
- Dload Upload Total Spent Left Speed
- 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
- 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 54746 0 54746 0 0 48834 0 --:--:-- 0:00:01 --:--:-- 300k
-==> WARNING: Skipping verification of source file PGP signatures.
-==> Validating source files with sha256sums...
- 0.2.2.tar.gz ... Passed
-:: (1/1) Parsing SRCINFO: pinentry-dmenu
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (1) libconfig-1.8.1-1
-
-Total Download Size: 0.09 MiB
-Total Installed Size: 0.27 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- libconfig-1.8.1-1-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing libconfig...
-:: Running post-transaction hooks...
-(1/2) Arming ConditionNeedsUpdate...
-(2/2) Updating the info directory file...
-==> Making package: pinentry-dmenu 0.2.2-2 (Sun 08 Jun 2025 02:02:15 PM CDT)
-==> Checking runtime dependencies...
-==> Checking buildtime dependencies...
-==> Retrieving sources...
- -> Found 0.2.2.tar.gz
-==> Validating source files with sha256sums...
- 0.2.2.tar.gz ... Passed
-==> Removing existing $srcdir/ directory...
-==> Extracting sources...
- -> Extracting 0.2.2.tar.gz with bsdtar
-==> Starting prepare()...
-==> Sources are ready.
-==> Making package: pinentry-dmenu 0.2.2-2 (Sun 08 Jun 2025 02:02:19 PM CDT)
-==> Checking runtime dependencies...
-==> Checking buildtime dependencies...
-==> WARNING: Using existing $srcdir/ tree
-==> Starting build()...
-make -C pinentry
-pinentry-dmenu build options:
-CC drw.c
-CC pinentry-dmenu.c
-make[1]: Entering directory '/home/cjennings/.cache/yay/pinentry-dmenu/src/pinentry-dmenu-0.2.2/pinentry'
-CC pinentry.c
-CFLAGS = -std=c99 -pedantic -Wall -Os -I/usr/include/X11 -I/usr/include/freetype2 -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -DVERSION="0.1" -DXINERAMA -DPACKAGE_VERSION="0.1" -DPACKAGE_BUGREPORT="https:\/\/github.com\/ritze\/pinentry-dmenu"
-LDFLAGS = -s -L/usr/lib/X11 -lX11 -lXinerama -lfontconfig -lXft
-CC = cc
-CC util.c
-pinentry.c:157:12: warning: ‘lc_ctype_unknown_warning’ defined but not used [-Wunused-variable]
- 157 | static int lc_ctype_unknown_warning = 0;
- | ^~~~~~~~~~~~~~~~~~~~~~~~
-CC argparse.c
-CC password-cache.c
-CC secmem.c
-secmem.c: In function ‘init_pool’:
-secmem.c:193:12: warning: variable ‘pgsize’ set but not used [-Wunused-but-set-variable]
- 193 | size_t pgsize;
- | ^~~~~~
-In file included from secmem.c:44:
-secmem.c: In function ‘secmem_free’:
-util.h:53:37: warning: overflow in conversion from ‘int’ to ‘char’ changes value from ‘255’ to ‘-1’ [-Woverflow]
- 53 | while(_vlen) { *_vptr=(_set); _vptr++; _vlen--; } \
- | ^
-secmem.c:405:5: note: in expansion of macro ‘wipememory2’
- 405 | wipememory2(mb, 0xff, size );
- | ^~~~~~~~~~~
-util.h:53:37: warning: overflow in conversion from ‘int’ to ‘char’ changes value from ‘170’ to ‘-86’ [-Woverflow]
- 53 | while(_vlen) { *_vptr=(_set); _vptr++; _vlen--; } \
- | ^
-secmem.c:406:5: note: in expansion of macro ‘wipememory2’
- 406 | wipememory2(mb, 0xaa, size );
- | ^~~~~~~~~~~
-secmem.c: In function ‘secmem_term’:
-util.h:53:37: warning: overflow in conversion from ‘int’ to ‘char’ changes value from ‘255’ to ‘-1’ [-Woverflow]
- 53 | while(_vlen) { *_vptr=(_set); _vptr++; _vlen--; } \
- | ^
-secmem.c:428:5: note: in expansion of macro ‘wipememory2’
- 428 | wipememory2( pool, 0xff, poolsize);
- | ^~~~~~~~~~~
-util.h:53:37: warning: overflow in conversion from ‘int’ to ‘char’ changes value from ‘170’ to ‘-86’ [-Woverflow]
- 53 | while(_vlen) { *_vptr=(_set); _vptr++; _vlen--; } \
- | ^
-secmem.c:429:5: note: in expansion of macro ‘wipememory2’
- 429 | wipememory2( pool, 0xaa, poolsize);
- | ^~~~~~~~~~~
-secmem.c: At top level:
-secmem.c:103:14: warning: ‘pool_is_mmapped’ defined but not used [-Wunused-variable]
- 103 | static int pool_is_mmapped;
- | ^~~~~~~~~~~~~~~
-CC util.c
-make[1]: Leaving directory '/home/cjennings/.cache/yay/pinentry-dmenu/src/pinentry-dmenu-0.2.2/pinentry'
-CC -o pinentry-dmenu
-==> Entering fakeroot environment...
-==> Starting package()...
-make -C pinentry
-pinentry-dmenu build options:
-make[1]: Entering directory '/home/cjennings/.cache/yay/pinentry-dmenu/src/pinentry-dmenu-0.2.2/pinentry'
-make[1]: Nothing to be done for 'all'.
-make[1]: Leaving directory '/home/cjennings/.cache/yay/pinentry-dmenu/src/pinentry-dmenu-0.2.2/pinentry'
-CC -o pinentry-dmenu
-CFLAGS = -std=c99 -pedantic -Wall -Os -I/usr/X11R6/include -I/usr/include/freetype2 -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -DVERSION="0.1" -DXINERAMA -DPACKAGE_VERSION="0.1" -DPACKAGE_BUGREPORT="https:\/\/github.com\/ritze\/pinentry-dmenu"
-LDFLAGS = -s -L/usr/X11R6/lib -lX11 -lXinerama -lfontconfig -lXft
-CC = cc
-installing executable to /home/cjennings/.cache/yay/pinentry-dmenu/pkg/pinentry-dmenu/usr/bin
-installing manual page to /home/cjennings/.cache/yay/pinentry-dmenu/pkg/pinentry-dmenu/usr/share/man/man1
-==> Tidying install...
- -> Removing libtool files...
- -> Purging unwanted files...
- -> Removing static library files...
- -> Stripping unneeded symbols from binaries and libraries...
- -> Compressing man and info pages...
-==> Checking for packaging issues...
-==> Creating package "pinentry-dmenu"...
- -> Generating .PKGINFO file...
- -> Generating .BUILDINFO file...
- -> Generating .MTREE file...
- -> Compressing package...
-==> Creating package "pinentry-dmenu-debug"...
- -> Generating .PKGINFO file...
- -> Generating .BUILDINFO file...
- -> Generating .MTREE file...
- -> Compressing package...
-==> Leaving fakeroot environment.
-==> Finished making: pinentry-dmenu 0.2.2-2 (Sun 08 Jun 2025 02:02:23 PM CDT)
-==> Cleaning up...
-loading packages...
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (2) pinentry-dmenu-0.2.2-2 pinentry-dmenu-debug-0.2.2-2
-
-Total Installed Size: 0.07 MiB
-
-:: Proceed with installation? [Y/n]
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing pinentry-dmenu...
-installing pinentry-dmenu-debug...
-:: Running post-transaction hooks...
-(1/1) Arming ConditionNeedsUpdate...
-
-##### Desktop Environment
-
-Fonts
-...installing noto-fonts-emoji via pacman @ 14:02:23
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (1) noto-fonts-emoji-1:2.047-1
-
-Total Download Size: 9.18 MiB
-Total Installed Size: 10.15 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- noto-fonts-emoji-1:2.047-1-any downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing noto-fonts-emoji...
-:: Running post-transaction hooks...
-(1/2) Arming ConditionNeedsUpdate...
-(2/2) Updating fontconfig cache...
-...installing ttf-firacode-nerd via pacman @ 14:02:27
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (1) ttf-firacode-nerd-3.4.0-1
-
-Total Download Size: 3.18 MiB
-Total Installed Size: 45.57 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- ttf-firacode-nerd-3.4.0-1-any downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing ttf-firacode-nerd...
-:: Running post-transaction hooks...
-(1/2) Arming ConditionNeedsUpdate...
-(2/2) Updating fontconfig cache...
-...installing ttf-hack-nerd via pacman @ 14:02:30
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (1) ttf-hack-nerd-3.4.0-1
-
-Total Download Size: 2.79 MiB
-Total Installed Size: 30.75 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- ttf-hack-nerd-3.4.0-1-any downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing ttf-hack-nerd...
-:: Running post-transaction hooks...
-(1/2) Arming ConditionNeedsUpdate...
-(2/2) Updating fontconfig cache...
-...installing ttf-jetbrains-mono-nerd via pacman @ 14:02:32
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (1) ttf-jetbrains-mono-nerd-3.4.0-1
-
-Total Download Size: 10.48 MiB
-Total Installed Size: 222.51 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- ttf-jetbrains-mono-nerd-3.4.0-1-any downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing ttf-jetbrains-mono-nerd...
-:: Running post-transaction hooks...
-(1/2) Arming ConditionNeedsUpdate...
-(2/2) Updating fontconfig cache...
-...installing ttf-meslo-nerd via pacman @ 14:02:36
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (1) ttf-meslo-nerd-3.4.0-1
-
-Total Download Size: 5.52 MiB
-Total Installed Size: 194.60 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- ttf-meslo-nerd-3.4.0-1-any downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing ttf-meslo-nerd...
-:: Running post-transaction hooks...
-(1/2) Arming ConditionNeedsUpdate...
-(2/2) Updating fontconfig cache...
-...installing ttf-nerd-fonts-symbols-mono via pacman @ 14:02:40
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (2) ttf-nerd-fonts-symbols-common-3.4.0-1 ttf-nerd-fonts-symbols-mono-3.4.0-1
-
-Total Download Size: 1.34 MiB
-Total Installed Size: 2.44 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- ttf-nerd-fonts-symbols-mono-3.4.0-1-any downloading...
- ttf-nerd-fonts-symbols-common-3.4.0-1-any downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing ttf-nerd-fonts-symbols-common...
-
-Note: For ttf-nerd-fonts-symbols-mono, use the "Symbols Nerd Font Mono" family
-in your font config.
-
-Symlink /usr/share/fontconfig/conf.avail/10-nerd-font-symbols.conf to
-/etc/fonts/conf.d/, or see `man 5 fonts-conf` for other options.
-installing ttf-nerd-fonts-symbols-mono...
-
-Note: For ttf-nerd-fonts-symbols-mono, use the "Symbols Nerd Font Mono" family
-in your font config.
-
-Symlink /usr/share/fontconfig/conf.avail/10-nerd-font-symbols.conf to
-/etc/fonts/conf.d/, or see `man 5 fonts-conf` for other options.
-:: Running post-transaction hooks...
-(1/2) Arming ConditionNeedsUpdate...
-(2/2) Updating fontconfig cache...
-...installing ttf-all-the-icons via the AUR @ 14:02:43
-AUR Explicit (1): ttf-all-the-icons-5.0.0-1
-:: (1/1) Downloaded PKGBUILD: ttf-all-the-icons
- 1 ttf-all-the-icons (Build Files Exist)
-==> Packages to cleanBuild?
-==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
-==>
- 1 ttf-all-the-icons (Build Files Exist)
-==> Diffs to show?
-==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
-==>
-==> Making package: ttf-all-the-icons 5.0.0-1 (Sun 08 Jun 2025 02:02:47 PM CDT)
-==> Retrieving sources...
- -> Downloading ttf-all-the-icons-5.0.0.tar.gz...
- % Total % Received % Xferd Average Speed Time Time Time Current
- Dload Upload Total Spent Left Speed
- 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
- 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 533k 0 533k 0 0 271k 0 --:--:-- 0:00:01 --:--:-- 541k 100 786k 0 786k 0 0 375k 0 --:--:-- 0:00:02 --:--:-- 706k
-==> WARNING: Skipping verification of source file PGP signatures.
-==> Validating source files with sha256sums...
- ttf-all-the-icons-5.0.0.tar.gz ... Passed
-:: (1/1) Parsing SRCINFO: ttf-all-the-icons
-==> Making package: ttf-all-the-icons 5.0.0-1 (Sun 08 Jun 2025 02:02:50 PM CDT)
-==> Checking runtime dependencies...
-==> Checking buildtime dependencies...
-==> Retrieving sources...
- -> Found ttf-all-the-icons-5.0.0.tar.gz
-==> Validating source files with sha256sums...
- ttf-all-the-icons-5.0.0.tar.gz ... Passed
-==> Removing existing $srcdir/ directory...
-==> Extracting sources...
- -> Extracting ttf-all-the-icons-5.0.0.tar.gz with bsdtar
-==> Sources are ready.
-==> Making package: ttf-all-the-icons 5.0.0-1 (Sun 08 Jun 2025 02:02:53 PM CDT)
-==> Checking runtime dependencies...
-==> Checking buildtime dependencies...
-==> WARNING: Using existing $srcdir/ tree
-==> Entering fakeroot environment...
-==> Starting package()...
-==> Tidying install...
- -> Removing libtool files...
- -> Purging unwanted files...
- -> Removing static library files...
- -> Stripping unneeded symbols from binaries and libraries...
- -> Compressing man and info pages...
-libfakeroot internal error: payload not recognized!
-==> Checking for packaging issues...
-==> Creating package "ttf-all-the-icons"...
- -> Generating .PKGINFO file...
- -> Generating .BUILDINFO file...
- -> Generating .MTREE file...
- -> Compressing package...
-==> Leaving fakeroot environment.
-==> Finished making: ttf-all-the-icons 5.0.0-1 (Sun 08 Jun 2025 02:02:55 PM CDT)
-==> Cleaning up...
-loading packages...
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (1) ttf-all-the-icons-5.0.0-1
-
-Total Installed Size: 0.92 MiB
-
-:: Proceed with installation? [Y/n]
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing ttf-all-the-icons...
-:: Running post-transaction hooks...
-(1/2) Arming ConditionNeedsUpdate...
-(2/2) Updating fontconfig cache...
-...installing ttf-lato via the AUR @ 14:02:55
-Sync Explicit (1): ttf-lato-2.015-5
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (1) ttf-lato-2.015-5
-
-Total Download Size: 3.09 MiB
-Total Installed Size: 11.32 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- ttf-lato-2.015-5-any downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing ttf-lato...
-:: Running post-transaction hooks...
-(1/2) Arming ConditionNeedsUpdate...
-(2/2) Updating fontconfig cache...
-...installing ttf-ms-fonts via the AUR @ 14:02:58
-AUR Explicit (1): ttf-ms-fonts-2.0-12
-:: (1/1) Downloaded PKGBUILD: ttf-ms-fonts
- 1 ttf-ms-fonts (Build Files Exist)
-==> Packages to cleanBuild?
-==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
-==>
- 1 ttf-ms-fonts (Build Files Exist)
-==> Diffs to show?
-==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
-==>
-==> Making package: ttf-ms-fonts 2.0-12 (Sun 08 Jun 2025 02:03:01 PM CDT)
-==> Retrieving sources...
- -> Downloading andale32.exe...
- % Total % Received % Xferd Average Speed Time Time Time Current
- Dload Upload Total Spent Left Speed
- 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 363 100 363 0 0 1273 0 --:--:-- --:--:-- --:--:-- 1278
- 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 193k 100 193k 0 0 232k 0 --:--:-- --:--:-- --:--:-- 725k
- -> Downloading arial32.exe...
- % Total % Received % Xferd Average Speed Time Time Time Current
- Dload Upload Total Spent Left Speed
- 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 369 100 369 0 0 1119 0 --:--:-- --:--:-- --:--:-- 1121
- 8 541k 8 48907 0 0 64175 0 0:00:08 --:--:-- 0:00:08 64175 100 541k 100 541k 0 0 529k 0 0:00:01 0:00:01 --:--:-- 1905k
- -> Downloading arialb32.exe...
- % Total % Received % Xferd Average Speed Time Time Time Current
- Dload Upload Total Spent Left Speed
- 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 371 100 371 0 0 909 0 --:--:-- --:--:-- --:--:-- 911
- 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 29 164k 29 48899 0 0 28804 0 0:00:05 0:00:01 0:00:04 50307 100 164k 100 164k 0 0 85446 0 0:00:01 0:00:01 --:--:-- 132k
- -> Downloading comic32.exe...
- % Total % Received % Xferd Average Speed Time Time Time Current
- Dload Upload Total Spent Left Speed
- 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 361 100 361 0 0 1132 0 --:--:-- --:--:-- --:--:-- 1135
- 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 100 240k 100 240k 0 0 110k 0 0:00:02 0:00:02 --:--:-- 358k
- -> Downloading courie32.exe...
- % Total % Received % Xferd Average Speed Time Time Time Current
- Dload Upload Total Spent Left Speed
- 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 371 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 100 371 100 371 0 0 250 0 0:00:01 0:00:01 --:--:-- 250
- 100 631k 100 631k 0 0 266k 0 0:00:02 0:00:02 --:--:-- 266k
- -> Downloading georgi32.exe...
- % Total % Received % Xferd Average Speed Time Time Time Current
- Dload Upload Total Spent Left Speed
- 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 371 100 371 0 0 1410 0 --:--:-- --:--:-- --:--:-- 1410
- 100 383k 100 383k 0 0 401k 0 --:--:-- --:--:-- --:--:-- 401k
- -> Downloading impact32.exe...
- % Total % Received % Xferd Average Speed Time Time Time Current
- Dload Upload Total Spent Left Speed
- 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 371 100 371 0 0 1458 0 --:--:-- --:--:-- --:--:-- 1454
- 100 169k 100 169k 0 0 225k 0 --:--:-- --:--:-- --:--:-- 225k
- -> Downloading times32.exe...
- % Total % Received % Xferd Average Speed Time Time Time Current
- Dload Upload Total Spent Left Speed
- 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 369 100 369 0 0 1403 0 --:--:-- --:--:-- --:--:-- 1403 100 369 100 369 0 0 1399 0 --:--:-- --:--:-- --:--:-- 1397
- 100 646k 100 646k 0 0 563k 0 0:00:01 0:00:01 --:--:-- 563k
- -> Downloading trebuc32.exe...
- % Total % Received % Xferd Average Speed Time Time Time Current
- Dload Upload Total Spent Left Speed
- 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 375 100 375 0 0 1534 0 --:--:-- --:--:-- --:--:-- 1530
- 100 348k 100 348k 0 0 392k 0 --:--:-- --:--:-- --:--:-- 392k
- -> Downloading verdan32.exe...
- % Total % Received % Xferd Average Speed Time Time Time Current
- Dload Upload Total Spent Left Speed
- 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 371 100 371 0 0 1294 0 --:--:-- --:--:-- --:--:-- 1292
- 100 343k 100 343k 0 0 319k 0 0:00:01 0:00:01 --:--:-- 319k
- -> Downloading webdin32.exe...
- % Total % Received % Xferd Average Speed Time Time Time Current
- Dload Upload Total Spent Left Speed
- 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 371 100 371 0 0 1168 0 --:--:-- --:--:-- --:--:-- 1166
- 8 180k 8 16131 0 0 15137 0 0:00:12 0:00:01 0:00:11 15137 100 180k 100 180k 0 0 133k 0 0:00:01 0:00:01 --:--:-- 565k
-==> WARNING: Skipping verification of source file PGP signatures.
-==> Validating source files with sha256sums...
- andale32.exe ... Passed
- arial32.exe ... Passed
- arialb32.exe ... Passed
- comic32.exe ... Passed
- courie32.exe ... Passed
- georgi32.exe ... Passed
- impact32.exe ... Passed
- times32.exe ... Passed
- trebuc32.exe ... Passed
- verdan32.exe ... Passed
- webdin32.exe ... Passed
-:: (1/1) Parsing SRCINFO: ttf-ms-fonts
-==> Making package: ttf-ms-fonts 2.0-12 (Sun 08 Jun 2025 02:03:18 PM CDT)
-==> Checking runtime dependencies...
-==> Checking buildtime dependencies...
-==> Retrieving sources...
- -> Found andale32.exe
- -> Found arial32.exe
- -> Found arialb32.exe
- -> Found comic32.exe
- -> Found courie32.exe
- -> Found georgi32.exe
- -> Found impact32.exe
- -> Found times32.exe
- -> Found trebuc32.exe
- -> Found verdan32.exe
- -> Found webdin32.exe
-==> Validating source files with sha256sums...
- andale32.exe ... Passed
- arial32.exe ... Passed
- arialb32.exe ... Passed
- comic32.exe ... Passed
- courie32.exe ... Passed
- georgi32.exe ... Passed
- impact32.exe ... Passed
- times32.exe ... Passed
- trebuc32.exe ... Passed
- verdan32.exe ... Passed
- webdin32.exe ... Passed
-==> Removing existing $srcdir/ directory...
-==> Extracting sources...
- -> Extracting andale32.exe with bsdtar
- -> Extracting arial32.exe with bsdtar
- -> Extracting arialb32.exe with bsdtar
- -> Extracting comic32.exe with bsdtar
- -> Extracting courie32.exe with bsdtar
- -> Extracting georgi32.exe with bsdtar
- -> Extracting impact32.exe with bsdtar
- -> Extracting times32.exe with bsdtar
- -> Extracting trebuc32.exe with bsdtar
- -> Extracting verdan32.exe with bsdtar
- -> Extracting webdin32.exe with bsdtar
-==> Sources are ready.
-==> Making package: ttf-ms-fonts 2.0-12 (Sun 08 Jun 2025 02:03:22 PM CDT)
-==> Checking runtime dependencies...
-==> Checking buildtime dependencies...
-==> WARNING: Using existing $srcdir/ tree
-==> Entering fakeroot environment...
-==> Starting package()...
-==> Tidying install...
- -> Removing libtool files...
- -> Purging unwanted files...
- -> Removing static library files...
- -> Stripping unneeded symbols from binaries and libraries...
- -> Compressing man and info pages...
-==> Checking for packaging issues...
-==> Creating package "ttf-ms-fonts"...
- -> Generating .PKGINFO file...
- -> Generating .BUILDINFO file...
- -> Generating .MTREE file...
- -> Compressing package...
-==> Leaving fakeroot environment.
-==> Finished making: ttf-ms-fonts 2.0-12 (Sun 08 Jun 2025 02:03:24 PM CDT)
-==> Cleaning up...
-loading packages...
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (1) ttf-ms-fonts-2.0-12
-
-Total Installed Size: 5.40 MiB
-
-:: Proceed with installation? [Y/n]
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing ttf-ms-fonts...
-:: Running post-transaction hooks...
-(1/2) Arming ConditionNeedsUpdate...
-(2/2) Updating fontconfig cache...
-...installing ttf-ubraille via the AUR @ 14:03:24
-AUR Explicit (1): ttf-ubraille-001.000-11
-:: (1/1) Downloaded PKGBUILD: ttf-ubraille
- 1 ttf-ubraille (Build Files Exist)
-==> Packages to cleanBuild?
-==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
-==>
- 1 ttf-ubraille (Build Files Exist)
-==> Diffs to show?
-==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
-==>
-==> Making package: ttf-ubraille 001.000-11 (Sun 08 Jun 2025 02:03:28 PM CDT)
-==> Retrieving sources...
- -> Downloading UBraille.ttf...
- % Total % Received % Xferd Average Speed Time Time Time Current
- Dload Upload Total Spent Left Speed
- 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 74 150k 74 111k 0 0 142k 0 0:00:01 --:--:-- 0:00:01 142k 100 150k 100 150k 0 0 166k 0 --:--:-- --:--:-- --:--:-- 166k
-==> WARNING: Skipping verification of source file PGP signatures.
-==> Validating source files with b2sums...
- UBraille.ttf ... Passed
-:: (1/1) Parsing SRCINFO: ttf-ubraille
-==> Making package: ttf-ubraille 001.000-11 (Sun 08 Jun 2025 02:03:30 PM CDT)
-==> Checking runtime dependencies...
-==> Checking buildtime dependencies...
-==> Retrieving sources...
- -> Found UBraille.ttf
-==> Validating source files with b2sums...
- UBraille.ttf ... Passed
-==> Removing existing $srcdir/ directory...
-==> Extracting sources...
-==> Sources are ready.
-==> Making package: ttf-ubraille 001.000-11 (Sun 08 Jun 2025 02:03:33 PM CDT)
-==> Checking runtime dependencies...
-==> Checking buildtime dependencies...
-==> WARNING: Using existing $srcdir/ tree
-==> Entering fakeroot environment...
-==> Starting package()...
-==> Tidying install...
- -> Removing libtool files...
- -> Purging unwanted files...
- -> Removing static library files...
- -> Stripping unneeded symbols from binaries and libraries...
- -> Compressing man and info pages...
-==> Checking for packaging issues...
-==> Creating package "ttf-ubraille"...
- -> Generating .PKGINFO file...
- -> Generating .BUILDINFO file...
- -> Generating .MTREE file...
- -> Compressing package...
-==> Leaving fakeroot environment.
-==> Finished making: ttf-ubraille 001.000-11 (Sun 08 Jun 2025 02:03:35 PM CDT)
-==> Cleaning up...
-loading packages...
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (1) ttf-ubraille-001.000-11
-
-Total Installed Size: 0.15 MiB
-
-:: Proceed with installation? [Y/n]
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing ttf-ubraille...
-:: Running post-transaction hooks...
-(1/2) Arming ConditionNeedsUpdate...
-(2/2) Updating fontconfig cache...
-
-System Utilities
-...installing dmidecode via pacman @ 14:03:35
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (1) dmidecode-3.6-1
-
-Total Download Size: 0.07 MiB
-Total Installed Size: 0.19 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- dmidecode-3.6-1-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing dmidecode...
-:: Running post-transaction hooks...
-(1/1) Arming ConditionNeedsUpdate...
-...installing dosfstools via pacman @ 14:03:37
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (1) dosfstools-4.2-5
-
-Total Download Size: 0.13 MiB
-Total Installed Size: 0.40 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- dosfstools-4.2-5-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing dosfstools...
-:: Running post-transaction hooks...
-(1/1) Arming ConditionNeedsUpdate...
-...installing exfat-utils via pacman @ 14:03:39
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (3) fuse-common-3.17.1-1 fuse3-3.17.1-1 exfat-utils-1.4.0-4
-
-Total Download Size: 0.19 MiB
-Total Installed Size: 0.71 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- fuse3-3.17.1-1-x86_64 downloading...
- exfat-utils-1.4.0-4-x86_64 downloading...
- fuse-common-3.17.1-1-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing fuse-common...
-installing fuse3...
-installing exfat-utils...
-:: Running post-transaction hooks...
-(1/2) Reloading device manager configuration...
-(2/2) Arming ConditionNeedsUpdate...
-...installing lshw via pacman @ 14:03:41
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (1) lshw-B.02.20-1
-
-Total Download Size: 1.60 MiB
-Total Installed Size: 8.08 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- lshw-B.02.20-1-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing lshw...
-Optional dependencies for lshw
- gtk3 [installed]
-:: Running post-transaction hooks...
-(1/2) Arming ConditionNeedsUpdate...
-(2/2) Updating the desktop file MIME type cache...
-...installing ntfs-3g via pacman @ 14:03:43
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (2) fuse2-2.9.9-5 ntfs-3g-2022.10.3-2
-
-Total Download Size: 0.65 MiB
-Total Installed Size: 2.02 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- ntfs-3g-2022.10.3-2-x86_64 downloading...
- fuse2-2.9.9-5-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing fuse2...
-installing ntfs-3g...
-:: Running post-transaction hooks...
-(1/2) Reloading device manager configuration...
-(2/2) Arming ConditionNeedsUpdate...
-...installing sshfs via pacman @ 14:03:46
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (1) sshfs-3.7.3-3
-
-Total Download Size: 0.03 MiB
-Total Installed Size: 0.09 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- sshfs-3.7.3-3-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing sshfs...
-:: Running post-transaction hooks...
-(1/1) Arming ConditionNeedsUpdate...
-...installing testdisk via pacman @ 14:03:47
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (1) testdisk-7.2-2
-
-Total Download Size: 0.44 MiB
-Total Installed Size: 1.68 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- testdisk-7.2-2-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing testdisk...
-:: Running post-transaction hooks...
-(1/1) Arming ConditionNeedsUpdate...
-...installing tickrs via pacman @ 14:03:49
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (1) tickrs-2:0.14.11-1
-
-Total Download Size: 2.51 MiB
-Total Installed Size: 6.32 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- tickrs-2:0.14.11-1-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing tickrs...
-:: Running post-transaction hooks...
-(1/1) Arming ConditionNeedsUpdate...
-...installing udisks2 via pacman @ 14:03:51
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (16) libatasmart-0.19-6 libblockdev-3.3.0-1 libblockdev-crypto-3.3.0-1 libblockdev-fs-3.3.0-1 libblockdev-loop-3.3.0-1 libblockdev-mdraid-3.3.0-1 libblockdev-nvme-3.3.0-1 libblockdev-part-3.3.0-1 libblockdev-swap-3.3.0-1 libbytesize-2.11-1 libnvme-1.13-1 liburing-2.9-1 mdadm-4.4-1 parted-3.6-2 volume_key-0.3.12-11 udisks2-2.10.1-5
-
-Total Download Size: 2.71 MiB
-Total Installed Size: 17.66 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- udisks2-2.10.1-5-x86_64 downloading...
- parted-3.6-2-x86_64 downloading...
- mdadm-4.4-1-x86_64 downloading...
- libnvme-1.13-1-x86_64 downloading...
- libblockdev-3.3.0-1-x86_64 downloading...
- liburing-2.9-1-x86_64 downloading...
- volume_key-0.3.12-11-x86_64 downloading...
- libblockdev-fs-3.3.0-1-x86_64 downloading...
- libatasmart-0.19-6-x86_64 downloading...
- libblockdev-crypto-3.3.0-1-x86_64 downloading...
- libbytesize-2.11-1-x86_64 downloading...
- libblockdev-nvme-3.3.0-1-x86_64 downloading...
- libblockdev-part-3.3.0-1-x86_64 downloading...
- libblockdev-mdraid-3.3.0-1-x86_64 downloading...
- libblockdev-swap-3.3.0-1-x86_64 downloading...
- libblockdev-loop-3.3.0-1-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing libatasmart...
-installing libblockdev...
-Optional dependencies for libblockdev
- libblockdev-btrfs: for BTRFS support
- libblockdev-crypto: for crypto support [pending]
- libblockdev-dm: for device-mapper support
- libblockdev-fs: for filesystem support [pending]
- libblockdev-loop: for loop device support [pending]
- libblockdev-lvm: for LVM support
- libblockdev-mdraid: for MDRAID support [pending]
- libblockdev-mpath: for multipath support
- libblockdev-nvdimm: for NVDIMM support
- libblockdev-nvme: for NVME support [pending]
- libblockdev-part: for partitioning support [pending]
- libblockdev-smart: for S.M.A.R.T. support
- libblockdev-swap: for swap support [pending]
- python-libblockdev: for Python support
-installing volume_key...
-Optional dependencies for volume_key
- python-volume_key: for Python bindings
-installing libblockdev-crypto...
-installing libbytesize...
-installing parted...
-installing libblockdev-fs...
-Optional dependencies for libblockdev-fs
- btrfs-progs: for BTRFS filesystem support [installed]
- dosfstools: for VFAT filesystem support [installed]
- exfatprogs: for exFAT filesystem support
- f2fs-tools: for F2FS filesystem support
- nilfs-utils: for nilfs filesystem support
- ntfs-3g: for NTFS filesystem support [installed]
- udftools: for UDF filesystem support
- xfsprogs: for XFS filesystem support
-installing mdadm...
-Optional dependencies for mdadm
- bash: mdcheck [installed]
-installing libblockdev-mdraid...
-installing libblockdev-loop...
-installing liburing...
-installing libnvme...
-installing libblockdev-nvme...
-installing libblockdev-part...
-installing libblockdev-swap...
-installing udisks2...
-Optional dependencies for udisks2
- udisks2-btrfs: for BTRFS module
- udisks2-lvm2: for LVM2 module
- udisks2-docs: API documentation
- btrfs-progs: for BTRFS support in libblockdev-fs [installed]
- dosfstools: for FAT support in libblockdev-fs [installed]
- exfatprogs: for exFAT support in libblockdev-fs
- e2fsprogs: for Ext2/3/4 support in libblockdev-fs [installed]
- f2fs-tools: for F2FS support in libblockdev-fs
- nilfs-utils: for NILFS support in libblockdev-fs
- udftools: for UDF support in libblockdev-fs
- xfsprogs: for XFS support in libblockdev-fs
-:: Running post-transaction hooks...
-(1/6) Reloading system manager configuration...
-(2/6) Creating temporary files...
-(3/6) Reloading device manager configuration...
-(4/6) Arming ConditionNeedsUpdate...
-(5/6) Reloading system bus configuration...
-(6/6) Updating the info directory file...
-...installing touchpad-indicator-git via the AUR @ 14:03:57
-AUR Explicit (1): touchpad-indicator-git-2.2.3.ubuntu20.04.0.r137.86064c7-1
-Sync Dependency (7): libappindicator-gtk3-12.10.0.r298-4, libnotify-0.8.6-1, lsb-release-2.0.r55.a25a4fc-1, python-pyudev-0.24.3-2, python-dbus-1.4.0-1, python-xlib-0.33-4, python-evdev-1.9.0-1
-:: (1/1) Downloaded PKGBUILD: touchpad-indicator-git
- 1 touchpad-indicator-git (Build Files Exist)
-==> Packages to cleanBuild?
-==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
-==>
- 1 touchpad-indicator-git (Build Files Exist)
-==> Diffs to show?
-==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
-==>
-==> Making package: touchpad-indicator-git 2.2.3.ubuntu20.04.0.r137.86064c7-1 (Sun 08 Jun 2025 02:04:00 PM CDT)
-==> Retrieving sources...
- -> Cloning touchpad-indicator git repo...
-Cloning into bare repository '/home/cjennings/.cache/yay/touchpad-indicator-git/touchpad-indicator'...
-==> WARNING: Skipping verification of source file PGP signatures.
-==> Validating source files with sha256sums...
- touchpad-indicator ... Skipped
-:: (1/1) Parsing SRCINFO: touchpad-indicator-git
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (8) python-six-1.17.0-1 libappindicator-gtk3-12.10.0.r298-4 libnotify-0.8.6-1 lsb-release-2.0.r55.a25a4fc-1 python-dbus-1.4.0-1 python-evdev-1.9.0-1 python-pyudev-0.24.3-2 python-xlib-0.33-4
-
-Total Download Size: 0.76 MiB
-Total Installed Size: 4.97 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- python-xlib-0.33-4-any downloading...
- python-pyudev-0.24.3-2-any downloading...
- python-dbus-1.4.0-1-x86_64 downloading...
- python-evdev-1.9.0-1-x86_64 downloading...
- libappindicator-gtk3-12.10.0.r298-4-x86_64 downloading...
- libnotify-0.8.6-1-x86_64 downloading...
- python-six-1.17.0-1-any downloading...
- lsb-release-2.0.r55.a25a4fc-1-any downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing lsb-release...
-installing python-pyudev...
-Optional dependencies for python-pyudev
- python-pyqt5: PyQt integration
- python-wxpython: WX integration
-installing python-dbus...
-Optional dependencies for python-dbus
- python-gobject: D-Bus services via PyGI
-installing python-six...
-installing python-xlib...
-installing python-evdev...
-installing libappindicator-gtk3...
-installing libnotify...
-:: Running post-transaction hooks...
-(1/1) Arming ConditionNeedsUpdate...
-==> Making package: touchpad-indicator-git 2.2.3.ubuntu20.04.0.r137.86064c7-1 (Sun 08 Jun 2025 02:04:07 PM CDT)
-==> Checking runtime dependencies...
-==> Checking buildtime dependencies...
-==> Retrieving sources...
- -> Updating touchpad-indicator git repo...
-==> Validating source files with sha256sums...
- touchpad-indicator ... Skipped
-==> Removing existing $srcdir/ directory...
-==> Extracting sources...
- -> Creating working copy of touchpad-indicator git repo...
-Cloning into 'touchpad-indicator'...
-done.
-==> Starting prepare()...
-==> Starting pkgver()...
-==> Updated version: touchpad-indicator-git 2.2.3.ubuntu20.04.0.r139.f5d9b90-1
-==> Sources are ready.
-==> Making package: touchpad-indicator-git 2.2.3.ubuntu20.04.0.r139.f5d9b90-1 (Sun 08 Jun 2025 02:04:10 PM CDT)
-==> Checking runtime dependencies...
-==> Checking buildtime dependencies...
-==> WARNING: Using existing $srcdir/ tree
-==> Starting pkgver()...
-==> Entering fakeroot environment...
-==> Starting package()...
-==> Tidying install...
- -> Removing libtool files...
- -> Purging unwanted files...
- -> Removing static library files...
- -> Stripping unneeded symbols from binaries and libraries...
- -> Compressing man and info pages...
-==> Checking for packaging issues...
-==> Creating package "touchpad-indicator-git"...
- -> Generating .PKGINFO file...
- -> Generating .BUILDINFO file...
- -> Generating .MTREE file...
- -> Compressing package...
-==> Leaving fakeroot environment.
-==> Finished making: touchpad-indicator-git 2.2.3.ubuntu20.04.0.r139.f5d9b90-1 (Sun 08 Jun 2025 02:04:13 PM CDT)
-==> Cleaning up...
-loading packages...
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (1) touchpad-indicator-git-2.2.3.ubuntu20.04.0.r139.f5d9b90-1
-
-Total Installed Size: 1.16 MiB
-
-:: Proceed with installation? [Y/n]
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing touchpad-indicator-git...
-:: Running post-transaction hooks...
-(1/4) Arming ConditionNeedsUpdate...
-(2/4) Compiling GSettings XML schema files...
-(3/4) Updating icon theme caches...
-(4/4) Updating the desktop file MIME type cache...
- -> devel check for package failed: '/usr/bin/git ls-remote https://github.com/atareao/Touchpad-Indicator.git HEAD' encountered an error: fatal: failed to stat '/root/archsetup': Permission denied
-...installing dotpac via the AUR @ 14:04:14
-AUR Explicit (1): dotpac-0.4-4
-Sync Dependency (1): dialog-1:1.3_20250116-1
-:: (1/1) Downloaded PKGBUILD: dotpac
- 1 dotpac (Build Files Exist)
-==> Packages to cleanBuild?
-==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
-==>
- 1 dotpac (Build Files Exist)
-==> Diffs to show?
-==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
-==>
-==> Making package: dotpac 0.4-4 (Sun 08 Jun 2025 02:04:18 PM CDT)
-==> Retrieving sources...
- -> Downloading dotpac...
- % Total % Received % Xferd Average Speed Time Time Time Current
- Dload Upload Total Spent Left Speed
- 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4798 100 4798 0 0 11026 0 --:--:-- --:--:-- --:--:-- 11029
-==> WARNING: Skipping verification of source file PGP signatures.
-==> Validating source files with md5sums...
- dotpac ... Passed
-:: (1/1) Parsing SRCINFO: dotpac
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (1) dialog-1:1.3_20250116-1
-
-Total Download Size: 0.20 MiB
-Total Installed Size: 0.46 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- dialog-1:1.3_20250116-1-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing dialog...
-:: Running post-transaction hooks...
-(1/1) Arming ConditionNeedsUpdate...
-==> Making package: dotpac 0.4-4 (Sun 08 Jun 2025 02:04:20 PM CDT)
-==> Checking runtime dependencies...
-==> Checking buildtime dependencies...
-==> Retrieving sources...
- -> Found dotpac
-==> Validating source files with md5sums...
- dotpac ... Passed
-==> Removing existing $srcdir/ directory...
-==> Extracting sources...
-==> Sources are ready.
-==> Making package: dotpac 0.4-4 (Sun 08 Jun 2025 02:04:23 PM CDT)
-==> Checking runtime dependencies...
-==> Checking buildtime dependencies...
-==> WARNING: Using existing $srcdir/ tree
-==> Entering fakeroot environment...
-==> Starting package()...
-==> Tidying install...
- -> Removing libtool files...
- -> Purging unwanted files...
- -> Removing static library files...
- -> Stripping unneeded symbols from binaries and libraries...
- -> Compressing man and info pages...
-==> Checking for packaging issues...
-==> Creating package "dotpac"...
- -> Generating .PKGINFO file...
- -> Generating .BUILDINFO file...
- -> Generating .MTREE file...
- -> Compressing package...
-==> Leaving fakeroot environment.
-==> Finished making: dotpac 0.4-4 (Sun 08 Jun 2025 02:04:24 PM CDT)
-==> Cleaning up...
-loading packages...
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (1) dotpac-0.4-4
-
-Total Installed Size: 0.00 MiB
-
-:: Proceed with installation? [Y/n]
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing dotpac...
-:: Running post-transaction hooks...
-(1/1) Arming ConditionNeedsUpdate...
-...installing downgrade via the AUR @ 14:04:24
-AUR Explicit (1): downgrade-11.5.2-1
-Sync Dependency (1): fzf-0.62.0-1
-:: (1/1) Downloaded PKGBUILD: downgrade
- 1 downgrade (Build Files Exist)
-==> Packages to cleanBuild?
-==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
-==>
- 1 downgrade (Build Files Exist)
-==> Diffs to show?
-==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
-==>
-==> Making package: downgrade 11.5.2-1 (Sun 08 Jun 2025 02:04:28 PM CDT)
-==> Retrieving sources...
- -> Downloading downgrade-11.5.2.tar.gz...
- % Total % Received % Xferd Average Speed Time Time Time Current
- Dload Upload Total Spent Left Speed
- 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
- 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 21970 100 21970 0 0 20555 0 0:00:01 0:00:01 --:--:-- 67186
-==> WARNING: Skipping verification of source file PGP signatures.
-==> Validating source files with md5sums...
- downgrade-11.5.2.tar.gz ... Passed
-:: (1/1) Parsing SRCINFO: downgrade
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (1) fzf-0.62.0-1
-
-Total Download Size: 1.48 MiB
-Total Installed Size: 4.32 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- fzf-0.62.0-1-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing fzf...
-Optional dependencies for fzf
- fish: fish keybindings
- tmux: fzf-tmux script for launching fzf in a tmux pane
- vim: plugin
- zsh: zsh keybindings [installed]
-:: Running post-transaction hooks...
-(1/1) Arming ConditionNeedsUpdate...
-==> Making package: downgrade 11.5.2-1 (Sun 08 Jun 2025 02:04:34 PM CDT)
-==> Checking runtime dependencies...
-==> Checking buildtime dependencies...
-==> Retrieving sources...
- -> Found downgrade-11.5.2.tar.gz
-==> Validating source files with md5sums...
- downgrade-11.5.2.tar.gz ... Passed
-==> Removing existing $srcdir/ directory...
-==> Extracting sources...
- -> Extracting downgrade-11.5.2.tar.gz with bsdtar
-==> Sources are ready.
-==> Making package: downgrade 11.5.2-1 (Sun 08 Jun 2025 02:04:37 PM CDT)
-==> Checking runtime dependencies...
-==> Checking buildtime dependencies...
-==> WARNING: Using existing $srcdir/ tree
-==> Entering fakeroot environment...
-==> Starting package()...
-install -Dm644 conf/downgrade.conf "/home/cjennings/.cache/yay/downgrade/pkg/downgrade/etc/xdg/downgrade/downgrade.conf"
-install -Dm644 doc/downgrade.8 "/home/cjennings/.cache/yay/downgrade/pkg/downgrade/usr/share/man/man8/downgrade.8"
-install -Dm644 doc/pacignore.8 "/home/cjennings/.cache/yay/downgrade/pkg/downgrade/usr/share/man/man8/pacignore.8"
-for script_ in pacignore downgrade; do \
- install -Dm755 "bin/$script_" "/home/cjennings/.cache/yay/downgrade/pkg/downgrade/usr/bin/$script_"; \
- install -Dm644 "completion/$script_/bash" "/home/cjennings/.cache/yay/downgrade/pkg/downgrade/usr/share/bash-completion/completions/$script_"; \
- install -Dm644 "completion/$script_/zsh" "/home/cjennings/.cache/yay/downgrade/pkg/downgrade/usr/share/zsh/site-functions/_${script_}"; \
- install -Dm644 "completion/$script_/fish" "/home/cjennings/.cache/yay/downgrade/pkg/downgrade/usr/share/fish/vendor_completions.d/${script_}.fish"; \
-done
-for po_file_ in locale/**/*.po; do \
- locale_="$(basename "$po_file_" .po)"; \
- script_="$(basename "$(dirname "$po_file_")")"; \
- mkdir -p "/home/cjennings/.cache/yay/downgrade/pkg/downgrade/usr/share/locale/$locale_/LC_MESSAGES/"; \
- msgfmt "$po_file_" -o "/home/cjennings/.cache/yay/downgrade/pkg/downgrade/usr/share/locale/$locale_/LC_MESSAGES/${script_}.mo"; \
-done
-==> Tidying install...
- -> Removing libtool files...
- -> Purging unwanted files...
- -> Removing static library files...
- -> Stripping unneeded symbols from binaries and libraries...
- -> Compressing man and info pages...
-==> Checking for packaging issues...
-==> Creating package "downgrade"...
- -> Generating .PKGINFO file...
- -> Generating .BUILDINFO file...
- -> Generating .MTREE file...
- -> Compressing package...
-==> Leaving fakeroot environment.
-==> Finished making: downgrade 11.5.2-1 (Sun 08 Jun 2025 02:04:40 PM CDT)
-==> Cleaning up...
-loading packages...
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (1) downgrade-11.5.2-1
-
-Total Installed Size: 0.08 MiB
-
-:: Proceed with installation? [Y/n]
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing downgrade...
-Optional dependencies for downgrade
- sudo: for installation via sudo [installed]
-:: Running post-transaction hooks...
-(1/1) Arming ConditionNeedsUpdate...
-...installing duf via the AUR @ 14:04:40
-Sync Explicit (1): duf-0.8.1-3
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (1) duf-0.8.1-3
-
-Total Download Size: 0.86 MiB
-Total Installed Size: 2.22 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- duf-0.8.1-3-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing duf...
-:: Running post-transaction hooks...
-(1/1) Arming ConditionNeedsUpdate...
-...installing inxi via the AUR @ 14:04:43
-Sync Explicit (1): inxi-3.3.38.1-1
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (1) inxi-3.3.38.1-1
-
-Total Download Size: 0.34 MiB
-Total Installed Size: 1.34 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- inxi-3.3.38.1-1-any downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing inxi...
-Optional dependencies for inxi
- bind: dig: -i wlan IP
- binutils: strings: -I sysvinit version [installed]
- bluez-tools: bt-adapter: -E bluetooth data (if no hciconfig)
- curl: -i (if no dig); -w,-W; -U [installed]
- dmidecode: -M if no sys machine data; -m [installed]
- doas: -Dx hddtemp-user; -o file-user (alt for sudo)
- file: -o unmounted file system (if no lsblk) [installed]
- freeipmi: ipmi-sensors: -s IPMI sensors (servers)
- hddtemp: -Dx show hdd temp, if no drivetemp module
- iproute2: ip: -i ip LAN [installed]
- kmod: modinfo: Ax; -Nx module version [installed]
- ipmitool: -s IPMI sensors (servers)
- lvm2: lvs: -L LVM data
- lm_sensors: sensors: -s sensors output [installed]
- mdadm: -Ra advanced mdraid data [installed]
- mesa-utils: glxinfo: -G (X) glx info
- net-tools: ifconfig: -i ip LAN (deprecated)
- perl-cpanel-json-xs: Cpanel::JSON::XS: --output json (faster than JSON::PP)
- perl-json-xs: JSON::XS: --output json (legacy)
- perl-io-socket-ssl: IO::Socket::SSL: -U; -w,-W; -i (if dig not installed)
- smartmontools: smartctl: -Da advanced data
- systemd-sysvcompat: -I runlevel [installed]
- sudo: -Dx hddtemp-user; -o file-user [installed]
- tree: --debugger 20,21 /sys tree
- upower: -sx attached device battery info [installed]
- usbutils: lsusb: -A usb audio; -J (optional); -N usb networking
- vulkan-tools: vulkaninfo: -G vulkan info
- wget: -i (if no dig); -w,-W; -U
- wmctrl: -S active window manager (fallback)
- xorg-xdpyinfo: xdpyinfo: -G (X) Screen resolution, dpi; -Ga Screen size [installed]
- xorg-xdriinfo: xdriinfo: -G (X) DRI driver (if missing, fallback to Xorg log)
- xorg-xprop: xprop: -S (X) desktop data [installed]
- xorg-xrandr: xrandr: -G (X) monitors(s) resolution; -Ga monitor data [installed]
-:: Running post-transaction hooks...
-(1/1) Arming ConditionNeedsUpdate...
-
-File/Application Associations
-...installing perl-file-mimeinfo via pacman @ 14:04:45
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (6) perl-encode-locale-1.05-13 perl-file-basedir-0.09-5 perl-file-desktopentry-0.22-13 perl-ipc-system-simple-1.30-7 perl-uri-5.31-1 perl-file-mimeinfo-0.35-2
-
-Total Download Size: 0.19 MiB
-Total Installed Size: 0.38 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- perl-uri-5.31-1-any downloading...
- perl-file-mimeinfo-0.35-2-any downloading...
- perl-ipc-system-simple-1.30-7-any downloading...
- perl-file-desktopentry-0.22-13-any downloading...
- perl-file-basedir-0.09-5-any downloading...
- perl-encode-locale-1.05-13-any downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing perl-encode-locale...
-installing perl-ipc-system-simple...
-installing perl-file-basedir...
-installing perl-uri...
-installing perl-file-desktopentry...
-installing perl-file-mimeinfo...
-:: Running post-transaction hooks...
-(1/2) Arming ConditionNeedsUpdate...
-(2/2) Checking for old perl modules...
-...installing xdg-utils via pacman @ 14:04:47
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (2) xorg-xset-1.2.5-2 xdg-utils-1.2.1-1
-
-Total Download Size: 0.08 MiB
-Total Installed Size: 0.34 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- xdg-utils-1.2.1-1-any downloading...
- xorg-xset-1.2.5-2-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing xorg-xset...
-installing xdg-utils...
-Optional dependencies for xdg-utils
- kde-cli-tools: for KDE Plasma5 support in xdg-open
- exo: for Xfce support in xdg-open
- pcmanfm: for LXDE support in xdg-open
- perl-file-mimeinfo: for generic support in xdg-open [installed]
- perl-net-dbus: Perl extension to dbus used in xdg-screensaver
- perl-x11-protocol: Perl X11 protocol used in xdg-screensaver
-:: Running post-transaction hooks...
-(1/1) Arming ConditionNeedsUpdate...
-
-Authentication Tools
-...installing gnupg via pacman @ 14:04:49
-warning: gnupg-2.4.7-3 is up to date -- skipping
- there is nothing to do
-...installing polkit via pacman @ 14:04:49
-warning: polkit-126-2 is up to date -- skipping
- there is nothing to do
-...installing gnome-keyring via pacman @ 14:04:49
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (3) gcr-3.41.2-2 gcr-4-4.4.0.1-1 gnome-keyring-1:48.0-1
-
-Total Download Size: 1.94 MiB
-Total Installed Size: 10.05 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- gcr-3.41.2-2-x86_64 downloading...
- gnome-keyring-1:48.0-1-x86_64 downloading...
- gcr-4-4.4.0.1-1-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing gcr...
-installing gcr-4...
-Optional dependencies for gcr-4
- gtk4: gcr-viewer-gtk4
-installing gnome-keyring...
-Created symlink '/etc/systemd/user/sockets.target.wants/gnome-keyring-daemon.socket' → '/usr/lib/systemd/user/gnome-keyring-daemon.socket'.
-:: Running post-transaction hooks...
-(1/6) Reloading user manager configuration...
-(2/6) Arming ConditionNeedsUpdate...
-(3/6) Updating the MIME type database...
-(4/6) Compiling GSettings XML schema files...
-(5/6) Updating icon theme caches...
-(6/6) Updating the desktop file MIME type cache...
-...installing seahorse via pacman @ 14:04:53
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (4) cracklib-2.10.3-1 libhandy-1.8.3-2 libpwquality-1.4.5-6 seahorse-1:47.0.1-3
-
-Total Download Size: 2.04 MiB
-Total Installed Size: 10.86 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- seahorse-1:47.0.1-3-x86_64 downloading...
- libhandy-1.8.3-2-x86_64 downloading...
- cracklib-2.10.3-1-x86_64 downloading...
- libpwquality-1.4.5-6-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing libhandy...
-installing cracklib...
-installing libpwquality...
-Optional dependencies for libpwquality
- python: Python bindings [installed]
-installing seahorse...
-:: Running post-transaction hooks...
-(1/4) Arming ConditionNeedsUpdate...
-(2/4) Compiling GSettings XML schema files...
-(3/4) Updating icon theme caches...
-(4/4) Updating the desktop file MIME type cache...
-...installing pass via pacman @ 14:04:56
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (2) tree-2.2.1-1 pass-1.7.4-7
-
-Total Download Size: 0.06 MiB
-Total Installed Size: 0.13 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- tree-2.2.1-1-x86_64 downloading...
- pass-1.7.4-7-any downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing tree...
-installing pass...
-Optional dependencies for pass
- git: for Git support [installed]
- dmenu: for passmenu
- xdotool: to type passwords with passmenu
- ydotool: to type passwords with passmenu (wayland)
- qrencode: for QR code support
- vim-plugin-runtime: for redact_pass.vim
- xclip: for clipboard support on X11
- wl-clipboard: for clipboard support on Wayland
- pinentry [installed]
- gtk3: pinentry backend (gtk3) [installed]
- gcr: pinentry backend (gnome3) [installed]
- qt5-x11extras: pinentry backend (qt)
- kwayland5: pinentry backend (qt)
-:: Running post-transaction hooks...
-(1/1) Arming ConditionNeedsUpdate...
-
-Power Management
-...installing acpi via pacman @ 14:04:57
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (1) acpi-1.7-4
-
-Total Download Size: 0.01 MiB
-Total Installed Size: 0.02 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- acpi-1.7-4-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing acpi...
-:: Running post-transaction hooks...
-(1/1) Arming ConditionNeedsUpdate...
-...installing powertop via pacman @ 14:04:59
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (1) powertop-2.15-2
-
-Total Download Size: 0.19 MiB
-Total Installed Size: 0.48 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- powertop-2.15-2-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing powertop...
-Optional dependencies for powertop
- xorg-xset: for the --calibrate function [installed]
-:: Running post-transaction hooks...
-(1/1) Arming ConditionNeedsUpdate...
-
-Audio System
-...installing alsa-utils via pacman @ 14:05:01
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (2) libsamplerate-0.2.2-3 alsa-utils-1.2.14-1
-
-Total Download Size: 2.51 MiB
-Total Installed Size: 3.97 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- libsamplerate-0.2.2-3-x86_64 downloading...
- alsa-utils-1.2.14-1-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing libsamplerate...
-installing alsa-utils...
-Optional dependencies for alsa-utils
- bash: for alsa-info.sh and alsabat-test.sh [installed]
- fftw: for alsabat
-:: Running post-transaction hooks...
-(1/4) Reloading system manager configuration...
-(2/4) Creating temporary files...
-(3/4) Reloading device manager configuration...
-(4/4) Arming ConditionNeedsUpdate...
-...installing pipewire via pacman @ 14:05:04
-warning: pipewire-1:1.4.5-1 is up to date -- skipping
- there is nothing to do
-...installing wireplumber via pacman @ 14:05:04
-warning: wireplumber-0.5.10-1 is up to date -- skipping
- there is nothing to do
-...installing pipewire-pulse via pacman @ 14:05:04
-warning: pipewire-pulse-1:1.4.5-1 is up to date -- skipping
- there is nothing to do
-...installing pipewire-docs via pacman @ 14:05:05
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (1) pipewire-docs-1:1.4.5-1
-
-Total Download Size: 1.56 MiB
-Total Installed Size: 30.18 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- pipewire-docs-1:1.4.5-1-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing pipewire-docs...
-:: Running post-transaction hooks...
-(1/1) Arming ConditionNeedsUpdate...
-...installing pamixer via pacman @ 14:05:10
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (1) pamixer-1.6-3
-
-Total Download Size: 0.09 MiB
-Total Installed Size: 0.25 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- pamixer-1.6-3-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing pamixer...
-:: Running post-transaction hooks...
-(1/1) Arming ConditionNeedsUpdate...
-...installing pulsemixer via pacman @ 14:05:11
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (1) pulsemixer-1.5.1-7
-
-Total Download Size: 0.02 MiB
-Total Installed Size: 0.10 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- pulsemixer-1.5.1-7-any downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing pulsemixer...
-:: Running post-transaction hooks...
-(1/1) Arming ConditionNeedsUpdate...
-...installing ffmpeg via pacman @ 14:05:12
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (53) aom-3.12.1-1 fftw-3.3.10-7 giflib-5.2.2-2 glslang-1:1.4.313.0-1 gperftools-2.16-1 gsm-1.0.22-2 hidapi-0.15.0-1 highway-1.2.0-1 l-smash-2.14.5-4 libass-0.17.3-1 libavc1394-0.5.4-6 libbluray-1.3.4-3 libbs2b-3.1.0-9 libdovi-3.3.1-1 libdvdnav-6.1.1-2 libdvdread-6.1.3-2 libiec61883-1.2.0-8 libjxl-0.11.1-3 libmodplug-0.8.9.0-6 libopenmpt-0.8.0-1 libplacebo-7.351.0-1 libraw1394-2.1.2-4 libsoxr-0.1.3-4 libssh-0.11.1-1 libtheora-1.2.0-1 libunibreak-6.1-1 libvdpau-1.5-3 libvpl-2.15.0-1 libvpx-1.15.0-1 libwebp-1.5.0-1 ocl-icd-2.3.3-1 opencore-amr-0.1.6-2 openjpeg2-2.5.3-1 portaudio-1:19.7.0-3 rav1e-0.7.1-1 rubberband-4.0.0-1 sdl2-compat-2.32.56-1 sdl3-3.2.16-1 shaderc-2025.2-2 snappy-1.2.2-2 speex-1.2.1-2 speexdsp-1.2.1-2 srt-1.5.4-1 svt-av1-3.0.2-1 v4l-utils-1.30.1-1 vapoursynth-R70-2 vid.stab-1.1.1-2 vmaf-3.0.0-1 x264-3:0.164.r3108.31e19f9-2 x265-4.0-1 xvidcore-1.3.7-3 zimg-3.0.5-1 ffmpeg-2:7.1.1-3
-
-Total Download Size: 44.59 MiB
-Total Installed Size: 195.47 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- ffmpeg-2:7.1.1-3-x86_64 downloading...
- aom-3.12.1-1-x86_64 downloading...
- fftw-3.3.10-7-x86_64 downloading...
- glslang-1:1.4.313.0-1-x86_64 downloading...
- v4l-utils-1.30.1-1-x86_64 downloading...
- svt-av1-3.0.2-1-x86_64 downloading...
- libjxl-0.11.1-3-x86_64 downloading...
- x265-4.0-1-x86_64 downloading...
- rav1e-0.7.1-1-x86_64 downloading...
- sdl3-3.2.16-1-x86_64 downloading...
- libvpx-1.15.0-1-x86_64 downloading...
- highway-1.2.0-1-x86_64 downloading...
- vapoursynth-R70-2-x86_64 downloading...
- openjpeg2-2.5.3-1-x86_64 downloading...
- libbluray-1.3.4-3-x86_64 downloading...
- libopenmpt-0.8.0-1-x86_64 downloading...
- x264-3:0.164.r3108.31e19f9-2-x86_64 downloading...
- gperftools-2.16-1-x86_64 downloading...
- srt-1.5.4-1-x86_64 downloading...
- libplacebo-7.351.0-1-x86_64 downloading...
- speex-1.2.1-2-x86_64 downloading...
- speexdsp-1.2.1-2-x86_64 downloading...
- libtheora-1.2.0-1-x86_64 downloading...
- sdl2-compat-2.32.56-1-x86_64 downloading...
- vmaf-3.0.0-1-x86_64 downloading...
- libwebp-1.5.0-1-x86_64 downloading...
- l-smash-2.14.5-4-x86_64 downloading...
- rubberband-4.0.0-1-x86_64 downloading...
- zimg-3.0.5-1-x86_64 downloading...
- libdovi-3.3.1-1-x86_64 downloading...
- libvpl-2.15.0-1-x86_64 downloading...
- xvidcore-1.3.7-3-x86_64 downloading...
- libssh-0.11.1-1-x86_64 downloading...
- libmodplug-0.8.9.0-6-x86_64 downloading...
- shaderc-2025.2-2-x86_64 downloading...
- opencore-amr-0.1.6-2-x86_64 downloading...
- libass-0.17.3-1-x86_64 downloading...
- libdvdread-6.1.3-2-x86_64 downloading...
- ocl-icd-2.3.3-1-x86_64 downloading...
- portaudio-1:19.7.0-3-x86_64 downloading...
- libsoxr-0.1.3-4-x86_64 downloading...
- giflib-5.2.2-2-x86_64 downloading...
- libvdpau-1.5-3-x86_64 downloading...
- libdvdnav-6.1.1-2-x86_64 downloading...
- vid.stab-1.1.1-2-x86_64 downloading...
- libraw1394-2.1.2-4-x86_64 downloading...
- hidapi-0.15.0-1-x86_64 downloading...
- gsm-1.0.22-2-x86_64 downloading...
- snappy-1.2.2-2-x86_64 downloading...
- libiec61883-1.2.0-8-x86_64 downloading...
- libavc1394-0.5.4-6-x86_64 downloading...
- libunibreak-6.1-1-x86_64 downloading...
- libbs2b-3.1.0-9-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing aom...
-installing glslang...
-installing gsm...
-installing libunibreak...
-installing libass...
-installing libraw1394...
-installing libavc1394...
-installing libbluray...
-Optional dependencies for libbluray
- java-runtime: BD-J library
-installing libbs2b...
-installing libdvdread...
-Optional dependencies for libdvdread
- libdvdcss: Decoding encrypted DVDs
-installing libdvdnav...
-installing libiec61883...
-installing giflib...
-installing gperftools...
-Optional dependencies for gperftools
- graphviz: pprof graph generation
- perl: pprof and pprof-symbolize commands [installed]
-installing highway...
-installing libjxl...
-Optional dependencies for libjxl
- gdk-pixbuf2: for gdk-pixbuf loader [installed]
- java-runtime: for JNI bindings
-installing libmodplug...
-installing portaudio...
-installing libopenmpt...
-installing shaderc...
-installing libdovi...
-installing libplacebo...
-installing libsoxr...
-installing libssh...
-installing libtheora...
-installing libvdpau...
-Optional dependencies for libvdpau
- libvdpau-va-gl: driver using VAAPI
- mesa-vdpau: driver for Mesa [installed]
- nvidia-utils: driver for NVIDIA
-installing libvpx...
-installing libwebp...
-installing ocl-icd...
-Optional dependencies for ocl-icd
- opencl-driver: packaged opencl driver
-installing libvpl...
-Optional dependencies for libvpl
- intel-media-sdk: runtime implementation for legacy Intel GPUs
- vpl-gpu-rt: runtime implementation for Tiger Lake and newer GPUs
-installing opencore-amr...
-installing openjpeg2...
-installing rav1e...
-installing fftw...
-Optional dependencies for fftw
- fftw-openmpi: for OpenMPI integration
-installing rubberband...
-installing hidapi...
-Optional dependencies for hidapi
- libusb: for hidapi-libusb [installed]
-installing sdl3...
-Optional dependencies for sdl3
- alsa-lib: ALSA audio driver [installed]
- libpulse: PulseAudio audio driver [installed]
- jack: JACK audio driver [installed]
- pipewire: PipeWire audio driver [installed]
- vulkan-driver: vulkan renderer [installed]
- sndio: sndio audio driver
- libdecor: Wayland client decorations
-installing sdl2-compat...
-installing snappy...
-installing speexdsp...
-installing speex...
-installing srt...
-installing svt-av1...
-installing v4l-utils...
-Optional dependencies for v4l-utils
- qt6-base: for qv4l2 and qvidcap
- qt6-5compat: for qv4l2
- alsa-lib: for qv4l2 [installed]
-installing zimg...
-installing vapoursynth...
-installing vid.stab...
-installing vmaf...
-installing l-smash...
-installing x264...
-installing x265...
-installing xvidcore...
-installing ffmpeg...
-Optional dependencies for ffmpeg
- avisynthplus: AviSynthPlus support
- frei0r-plugins: Frei0r video effects support
- intel-media-sdk: Intel QuickSync support (legacy)
- ladspa: LADSPA filters
- nvidia-utils: Nvidia NVDEC/NVENC support
- onevpl-intel-gpu: Intel QuickSync support
-:: Running post-transaction hooks...
-(1/8) Reloading system manager configuration...
-(2/8) Reloading device manager configuration...
-(3/8) Arming ConditionNeedsUpdate...
-(4/8) Updating the MIME type database...
-(5/8) Probing GDK-Pixbuf loader modules...
-(6/8) Updating icon theme caches...
-(7/8) Updating the info directory file...
-(8/8) Updating the desktop file MIME type cache...
-blacklist pcspkr
-
-Keyboard Shortcut Manager
-...installing sxhkd via pacman @ 14:05:27
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (1) sxhkd-0.6.2-4
-
-Total Download Size: 0.03 MiB
-Total Installed Size: 0.09 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- sxhkd-0.6.2-4-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing sxhkd...
-:: Running post-transaction hooks...
-(1/1) Arming ConditionNeedsUpdate...
-
-Notification System
-...installing libnotify via pacman @ 14:05:28
-warning: libnotify-0.8.6-1 is up to date -- skipping
- there is nothing to do
-...installing dunst via pacman @ 14:05:28
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (2) libxss-1.2.4-2 dunst-1.12.2-1
-
-Total Download Size: 0.12 MiB
-Total Installed Size: 0.30 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- dunst-1.12.2-1-x86_64 downloading...
- libxss-1.2.4-2-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing libxss...
-installing dunst...
-Optional dependencies for dunst
- libnotify: dunstify [installed]
-:: Running post-transaction hooks...
-(1/2) Reloading user manager configuration...
-(2/2) Arming ConditionNeedsUpdate...
-
-Bluetooth System
-...installing bluez via pacman @ 14:05:30
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (1) bluez-5.83-1
-
-Total Download Size: 0.55 MiB
-Total Installed Size: 1.44 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- bluez-5.83-1-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing bluez...
-:: Running post-transaction hooks...
-(1/3) Reloading system manager configuration...
-(2/3) Arming ConditionNeedsUpdate...
-(3/3) Reloading system bus configuration...
-...installing bluez-utils via pacman @ 14:05:33
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (1) bluez-utils-5.83-1
-
-Total Download Size: 0.96 MiB
-Total Installed Size: 3.39 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- bluez-utils-5.83-1-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing bluez-utils...
-Optional dependencies for bluez-utils
- ell: for btpclient
-:: Running post-transaction hooks...
-(1/2) Reloading user manager configuration...
-(2/2) Arming ConditionNeedsUpdate...
-...installing blueman via pacman @ 14:05:35
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (5) gobject-introspection-runtime-1.84.0-2 libgirepository-1.84.0-2 python-cairo-1.28.0-1 python-gobject-3.52.3-3 blueman-2.4.4-1
-
-Total Download Size: 1.94 MiB
-Total Installed Size: 9.76 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- blueman-2.4.4-1-x86_64 downloading...
- python-gobject-3.52.3-3-x86_64 downloading...
- libgirepository-1.84.0-2-x86_64 downloading...
- python-cairo-1.28.0-1-x86_64 downloading...
- gobject-introspection-runtime-1.84.0-2-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing python-cairo...
-installing libgirepository...
-installing gobject-introspection-runtime...
-installing python-gobject...
-Optional dependencies for python-gobject
- python-cairo: Cairo bindings [installed]
-installing blueman...
-Optional dependencies for blueman
- dnsmasq: Network Access Point (NAP) support
- iproute2: Network Access Point (NAP) support [installed]
- networkmanager: Dial Up Networking (DUN) and Personal Area Networking (PAN) support [installed]
- pulseaudio-bluetooth: audio devices support
-:: Running post-transaction hooks...
-(1/7) Reloading system manager configuration...
-(2/7) Reloading user manager configuration...
-(3/7) Arming ConditionNeedsUpdate...
-(4/7) Reloading system bus configuration...
-(5/7) Compiling GSettings XML schema files...
-(6/7) Updating icon theme caches...
-(7/7) Updating the desktop file MIME type cache...
-...enabling bluetooth to launch at boot @ 14:05:40
-Created symlink '/etc/systemd/system/dbus-org.bluez.service' → '/usr/lib/systemd/system/bluetooth.service'.
-Created symlink '/etc/systemd/system/bluetooth.target.wants/bluetooth.service' → '/usr/lib/systemd/system/bluetooth.service'.
-
-Command Line Utilities
-...installing htop via pacman @ 14:05:40
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (1) htop-3.4.1-1
-
-Total Download Size: 0.16 MiB
-Total Installed Size: 0.38 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- htop-3.4.1-1-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing htop...
-Optional dependencies for htop
- lm_sensors: show cpu temperatures [installed]
- lsof: show files opened by a process
- strace: attach to a running process
-:: Running post-transaction hooks...
-(1/3) Arming ConditionNeedsUpdate...
-(2/3) Updating icon theme caches...
-(3/3) Updating the desktop file MIME type cache...
-...installing mc via pacman @ 14:05:45
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (1) mc-4.8.33-1
-
-Total Download Size: 1.81 MiB
-Total Installed Size: 7.07 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- mc-4.8.33-1-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing mc...
-Optional dependencies for mc
- aspell: spelling corrections
- cabextract: ucab extfs
- cdparanoia: audio extfs
- cdrkit: alternative iso9660 extfs
- cvs: CVS support
- gawk: hp48+ extfs [installed]
- libisoburn: iso9660 extfs
- mtools: a+ extfs
- p7zip: support for 7zip archives
- perl: needed by several extfs scripts [installed]
- python: to access uc1541 or s3 storage [installed]
- unace: uace extfs
- unarj: uarj extfs
- unrar: urar extfs
- unzip: open zip archives
- rpm-tools: open rpm packages
- zip: uzip extfs
-:: Running post-transaction hooks...
-(1/1) Arming ConditionNeedsUpdate...
-...installing ncdu via pacman @ 14:05:49
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (1) ncdu-2.8.2-2
-
-Total Download Size: 0.25 MiB
-Total Installed Size: 0.60 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- ncdu-2.8.2-2-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing ncdu...
-:: Running post-transaction hooks...
-(1/1) Arming ConditionNeedsUpdate...
-...installing tmux via pacman @ 14:05:51
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (2) libutempter-1.2.3-1 tmux-3.5_a-1
-
-Total Download Size: 0.45 MiB
-Total Installed Size: 1.06 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- tmux-3.5_a-1-x86_64 downloading...
- libutempter-1.2.3-1-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing libutempter...
-installing tmux...
-:: Running post-transaction hooks...
-(1/2) Creating temporary files...
-(2/2) Arming ConditionNeedsUpdate...
-...installing fzf via pacman @ 14:05:53
-warning: fzf-0.62.0-1 is up to date -- skipping
- there is nothing to do
-...installing zip via pacman @ 14:05:53
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (1) zip-3.0-11
-
-Total Download Size: 0.17 MiB
-Total Installed Size: 0.55 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- zip-3.0-11-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing zip...
-:: Running post-transaction hooks...
-(1/1) Arming ConditionNeedsUpdate...
-...installing unzip via pacman @ 14:05:55
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (1) unzip-6.0-22
-
-Total Download Size: 0.14 MiB
-Total Installed Size: 0.30 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- unzip-6.0-22-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing unzip...
-:: Running post-transaction hooks...
-(1/1) Arming ConditionNeedsUpdate...
-...installing atool via pacman @ 14:05:57
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (1) atool-0.39.0-10
-
-Total Download Size: 0.02 MiB
-Total Installed Size: 0.08 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- atool-0.39.0-10-any downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing atool...
-Optional dependencies for atool
- bzip2: support bzip2 compression [installed]
- cpio: support cpio archives
- gzip: support gzip compression [installed]
- lha: support lha, lharc, and similar archives
- xz: support lzma compressed archives [installed]
- lzop: support lzop compressed archives
- 7zip: support 7z compressed archives
- tar: support tar archives [installed]
- unace: support ace archives
- unrar: support rar archives
- zip: support creating zip archives [installed]
- unzip: support extracting zip archives [installed]
-:: Running post-transaction hooks...
-(1/1) Arming ConditionNeedsUpdate...
-...installing wget via pacman @ 14:05:58
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (1) wget-1.25.0-2
-
-Total Download Size: 0.71 MiB
-Total Installed Size: 3.25 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- wget-1.25.0-2-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing wget...
-Optional dependencies for wget
- ca-certificates: HTTPS downloads [installed]
-:: Running post-transaction hooks...
-(1/2) Arming ConditionNeedsUpdate...
-(2/2) Updating the info directory file...
-...installing detox via pacman @ 14:06:00
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (1) detox-2.0.0-1
-
-Total Download Size: 0.09 MiB
-Total Installed Size: 0.49 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- detox-2.0.0-1-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing detox...
-:: Running post-transaction hooks...
-(1/1) Arming ConditionNeedsUpdate...
-...installing lsof via pacman @ 14:06:02
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (1) lsof-4.99.4-1
-
-Total Download Size: 0.14 MiB
-Total Installed Size: 0.36 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- lsof-4.99.4-1-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing lsof...
-:: Running post-transaction hooks...
-(1/1) Arming ConditionNeedsUpdate...
-...installing usbutils via pacman @ 14:06:04
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (1) usbutils-018-1
-
-Total Download Size: 0.11 MiB
-Total Installed Size: 0.37 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- usbutils-018-1-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing usbutils...
-Optional dependencies for usbutils
- coreutils: for lsusb.py usage [installed]
- python: for lsusb.py usage [installed]
- sh: for usb-devices [installed]
-:: Running post-transaction hooks...
-(1/1) Arming ConditionNeedsUpdate...
-...installing moreutils via pacman @ 14:06:05
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (4) perl-io-tty-1.20-2 perl-ipc-run-20231003.0-2 perl-time-duration-1:1.21-2 moreutils-0.70-1
-
-Total Download Size: 0.22 MiB
-Total Installed Size: 0.59 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- perl-ipc-run-20231003.0-2-any downloading...
- perl-io-tty-1.20-2-x86_64 downloading...
- moreutils-0.70-1-x86_64 downloading...
- perl-time-duration-1:1.21-2-any downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing perl-io-tty...
-installing perl-ipc-run...
-installing perl-time-duration...
-installing moreutils...
-:: Running post-transaction hooks...
-(1/2) Arming ConditionNeedsUpdate...
-(2/2) Checking for old perl modules...
-...installing task-spooler-cpu via the AUR @ 14:06:08
-AUR Explicit (1): task-spooler-cpu-2.0.0-2
-:: (1/1) Downloaded PKGBUILD: task-spooler-cpu
- 1 task-spooler-cpu (Build Files Exist)
-==> Packages to cleanBuild?
-==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
-==>
- 1 task-spooler-cpu (Build Files Exist)
-==> Diffs to show?
-==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
-==>
-==> Making package: task-spooler-cpu 2.0.0-2 (Sun 08 Jun 2025 02:06:14 PM CDT)
-==> Retrieving sources...
- -> Downloading v2.0.0.tar.gz...
- % Total % Received % Xferd Average Speed Time Time Time Current
- Dload Upload Total Spent Left Speed
- 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
- 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 211k 0 211k 0 0 150k 0 --:--:-- 0:00:01 --:--:-- 251k
- -> Found task-spooler.patch
-==> WARNING: Skipping verification of source file PGP signatures.
-==> Validating source files with sha256sums...
- v2.0.0.tar.gz ... Passed
- task-spooler.patch ... Passed
-:: (1/1) Parsing SRCINFO: task-spooler-cpu
-==> Making package: task-spooler-cpu 2.0.0-2 (Sun 08 Jun 2025 02:06:18 PM CDT)
-==> Checking runtime dependencies...
-==> Checking buildtime dependencies...
-==> Retrieving sources...
- -> Found v2.0.0.tar.gz
- -> Found task-spooler.patch
-==> Validating source files with sha256sums...
- v2.0.0.tar.gz ... Passed
- task-spooler.patch ... Passed
-==> Removing existing $srcdir/ directory...
-==> Extracting sources...
- -> Extracting v2.0.0.tar.gz with bsdtar
-==> Starting prepare()...
-patching file CMakeLists.txt
-patching file Makefile
-patching file README.md
-patching file TRICKS.md
-patching file client.c
-patching file deb/pkg/DEBIAN/control
-patching file execute.c
-patching file gentoo/ts-0.5.2.ebuild
-patching file gpu.c
-patching file jobs.c
-patching file list.c
-patching file main.c
-patching file main.h
-patching file man.c
-patching file reinstall
-patching file server.c
-patching file signals.c
-patching file testbench.sh
-patching file uninstall
-patching file web/article_linux_com.html
-patching file web/index.html
-patching file web/ts-0.5.4.ebuild
-==> Sources are ready.
-==> Making package: task-spooler-cpu 2.0.0-2 (Sun 08 Jun 2025 02:06:24 PM CDT)
-==> Checking runtime dependencies...
-==> Checking buildtime dependencies...
-==> WARNING: Using existing $srcdir/ tree
-==> Starting build()...
-GIT_VERSION=$(echo $(git describe --dirty --always --tags) | tr - +); \
-cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/home/cjennings/.cache/yay/task-spooler-cpu/src=/usr/src/debug/task-spooler-cpu -flto=auto -DCPU -D_XOPEN_SOURCE=500 -DTS_VERSION=${GIT_VERSION} -c main.c -o main.o
-cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/home/cjennings/.cache/yay/task-spooler-cpu/src=/usr/src/debug/task-spooler-cpu -flto=auto -DCPU -D_XOPEN_SOURCE=500 -c server.c -o server.o
-cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/home/cjennings/.cache/yay/task-spooler-cpu/src=/usr/src/debug/task-spooler-cpu -flto=auto -DCPU -D_XOPEN_SOURCE=500 -c server_start.c -o server_start.o
-cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/home/cjennings/.cache/yay/task-spooler-cpu/src=/usr/src/debug/task-spooler-cpu -flto=auto -DCPU -D_XOPEN_SOURCE=500 -c client.c -o client.o
-client.c: In function ‘c_show_info’:
-client.c:284:21: warning: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
- 284 | write(1, buffer, res);
- | ^~~~~~~~~~~~~~~~~~~~~
-server_start.c: In function ‘wait_server_up’:
-server_start.c:99:5: warning: ignoring return value of ‘read’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
- 99 | read(fd, &a, 1);
- | ^~~~~~~~~~~~~~~
-server_start.c: In function ‘notify_parent’:
-server_start.c:135:5: warning: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
- 135 | write(fd, &a, 1);
- | ^~~~~~~~~~~~~~~~
-server_start.c: In function ‘fork_server’:
-server_start.c:109:5: warning: ignoring return value of ‘pipe’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
- 109 | pipe(p);
- | ^~~~~~~
-main.c: In function ‘fill_first_3_handles’:
-main.c:450:5: warning: ignoring return value of ‘pipe’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
- 450 | pipe(tmp_pipe1);
- | ^~~~~~~~~~~~~~~
-main.c:452:5: warning: ignoring return value of ‘pipe’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
- 452 | pipe(tmp_pipe2);
- | ^~~~~~~~~~~~~~~
-cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/home/cjennings/.cache/yay/task-spooler-cpu/src=/usr/src/debug/task-spooler-cpu -flto=auto -DCPU -D_XOPEN_SOURCE=500 -c msgdump.c -o msgdump.o
-cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/home/cjennings/.cache/yay/task-spooler-cpu/src=/usr/src/debug/task-spooler-cpu -flto=auto -DCPU -D_XOPEN_SOURCE=500 -c jobs.c -o jobs.o
-server.c: In function ‘server_main’:
-server.c:188:5: warning: ignoring return value of ‘chdir’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
- 188 | chdir(dirname(dirpath));
- | ^~~~~~~~~~~~~~~~~~~~~~~
-cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/home/cjennings/.cache/yay/task-spooler-cpu/src=/usr/src/debug/task-spooler-cpu -flto=auto -DCPU -D_XOPEN_SOURCE=500 -c execute.c -o execute.o
-cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/home/cjennings/.cache/yay/task-spooler-cpu/src=/usr/src/debug/task-spooler-cpu -flto=auto -DCPU -D_XOPEN_SOURCE=500 -c msg.c -o msg.o
-jobs.c: In function ‘s_job_info’:
-jobs.c:1175:5: warning: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
- 1175 | write(s, p->command, strlen(p->command));
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/home/cjennings/.cache/yay/task-spooler-cpu/src=/usr/src/debug/task-spooler-cpu -flto=auto -DCPU -D_XOPEN_SOURCE=500 -c mail.c -o mail.o
-jobs.c: In function ‘joblist_dump’:
-jobs.c:1771:5: warning: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
- 1771 | write(fd, buffer, strlen(buffer));
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-jobs.c:1776:5: warning: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
- 1776 | write(fd, "# ", 2);
- | ^~~~~~~~~~~~~~~~~~
-jobs.c:1777:5: warning: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
- 1777 | write(fd, buffer, strlen(buffer));
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-jobs.c:1783:9: warning: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
- 1783 | write(fd, "# ", 2);
- | ^~~~~~~~~~~~~~~~~~
-jobs.c:1784:9: warning: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
- 1784 | write(fd, buffer, strlen(buffer));
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-jobs.c:1789:5: warning: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
- 1789 | write(fd, "\n", 1);
- | ^~~~~~~~~~~~~~~~~~
-jobs.c:1795:9: warning: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
- 1795 | write(fd, buffer, strlen(buffer));
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-mail.c: In function ‘run_sendmail’:
-mail.c:25:5: warning: ignoring return value of ‘pipe’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
- 25 | pipe(p);
- | ^~~~~~~
-cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/home/cjennings/.cache/yay/task-spooler-cpu/src=/usr/src/debug/task-spooler-cpu -flto=auto -DCPU -D_XOPEN_SOURCE=500 -c error.c -o error.o
-execute.c: In function ‘create_closed_read_on’:
-execute.c:107:5: warning: ignoring return value of ‘pipe’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
- 107 | pipe(p);
- | ^~~~~~~
-execute.c: In function ‘run_job’:
-execute.c:259:5: warning: ignoring return value of ‘pipe’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
- 259 | pipe(p);
- | ^~~~~~~
-execute.c: In function ‘run_child’:
-execute.c:175:9: warning: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
- 175 | write(outfd, cmd, strlen(cmd));
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-execute.c:176:9: warning: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
- 176 | write(outfd, "\n", 2);
- | ^~~~~~~~~~~~~~~~~~~~~
-execute.c:226:9: warning: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
- 226 | write(fd_send_filename, (char *) &namesize, sizeof(namesize));
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-execute.c:227:9: warning: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
- 227 | write(fd_send_filename, outfname_full, namesize);
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-execute.c:232:5: warning: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
- 232 | write(fd_send_filename, &starttv, sizeof(starttv));
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/home/cjennings/.cache/yay/task-spooler-cpu/src=/usr/src/debug/task-spooler-cpu -flto=auto -DCPU -D_XOPEN_SOURCE=500 -c signals.c -o signals.o
-cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/home/cjennings/.cache/yay/task-spooler-cpu/src=/usr/src/debug/task-spooler-cpu -flto=auto -DCPU -D_XOPEN_SOURCE=500 -c list.c -o list.o
-cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/home/cjennings/.cache/yay/task-spooler-cpu/src=/usr/src/debug/task-spooler-cpu -flto=auto -DCPU -D_XOPEN_SOURCE=500 -c print.c -o print.o
-cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/home/cjennings/.cache/yay/task-spooler-cpu/src=/usr/src/debug/task-spooler-cpu -flto=auto -DCPU -D_XOPEN_SOURCE=500 -c info.c -o info.o
-cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/home/cjennings/.cache/yay/task-spooler-cpu/src=/usr/src/debug/task-spooler-cpu -flto=auto -DCPU -D_XOPEN_SOURCE=500 -c env.c -o env.o
-cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/home/cjennings/.cache/yay/task-spooler-cpu/src=/usr/src/debug/task-spooler-cpu -flto=auto -DCPU -D_XOPEN_SOURCE=500 -c tail.c -o tail.o
-cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/home/cjennings/.cache/yay/task-spooler-cpu/src=/usr/src/debug/task-spooler-cpu -flto=auto -DCPU -D_XOPEN_SOURCE=500 -c cjson/cJSON.c -o cjson/cJSON.o
-env.c: In function ‘fork_command’:
-env.c:26:5: warning: ignoring return value of ‘pipe’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
- 26 | pipe(p);
- | ^~~~~~~
-cc main.o server.o server_start.o client.o msgdump.o jobs.o execute.o msg.o mail.o error.o signals.o list.o print.o info.o env.o tail.o cjson/cJSON.o -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,-z,pack-relative-relocs -flto=auto -o tsp
-In function ‘strcpy’,
- inlined from ‘build_command_string’ at client.c:47:5:
-/usr/include/bits/string_fortified.h:81:10: warning: ‘__builtin___strcpy_chk’ writing 1 or more bytes into a region of size 0 overflows the destination [-Wstringop-overflow=]
- 81 | return __builtin___strcpy_chk (__dest, __src, __glibc_objsize (__dest));
- | ^
-GIT_VERSION=$(echo $(git describe --dirty --always --tags) | tr - +); \
-cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/home/cjennings/.cache/yay/task-spooler-cpu/src=/usr/src/debug/task-spooler-cpu -flto=auto -DCPU -DTS_VERSION=${GIT_VERSION} man.c -o makeman
-==> Entering fakeroot environment...
-==> Starting package()...
-make: Entering directory '/home/cjennings/.cache/yay/task-spooler-cpu/src/task-spooler-2.0.0'
-install -c -d /home/cjennings/.cache/yay/task-spooler-cpu/pkg/task-spooler-cpu/usr/bin
-install -c tsp /home/cjennings/.cache/yay/task-spooler-cpu/pkg/task-spooler-cpu/usr/bin
-install -c -d /home/cjennings/.cache/yay/task-spooler-cpu/pkg/task-spooler-cpu/usr/share/man/man1
-./makeman
-install -c -m 644 tsp.1 /home/cjennings/.cache/yay/task-spooler-cpu/pkg/task-spooler-cpu/usr/share/man/man1
-make: Leaving directory '/home/cjennings/.cache/yay/task-spooler-cpu/src/task-spooler-2.0.0'
-==> Tidying install...
- -> Removing libtool files...
- -> Purging unwanted files...
- -> Removing static library files...
- -> Stripping unneeded symbols from binaries and libraries...
- -> Compressing man and info pages...
-==> Checking for packaging issues...
-==> Creating package "task-spooler-cpu"...
- -> Generating .PKGINFO file...
- -> Generating .BUILDINFO file...
- -> Generating .MTREE file...
- -> Compressing package...
-==> Creating package "task-spooler-cpu-debug"...
- -> Generating .PKGINFO file...
- -> Generating .BUILDINFO file...
- -> Generating .MTREE file...
- -> Compressing package...
-==> Leaving fakeroot environment.
-==> Finished making: task-spooler-cpu 2.0.0-2 (Sun 08 Jun 2025 02:06:31 PM CDT)
-==> Cleaning up...
-loading packages...
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (2) task-spooler-cpu-2.0.0-2 task-spooler-cpu-debug-2.0.0-2
-
-Total Installed Size: 0.69 MiB
-
-:: Proceed with installation? [Y/n]
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing task-spooler-cpu...
-installing task-spooler-cpu-debug...
-:: Running post-transaction hooks...
-(1/1) Arming ConditionNeedsUpdate...
-...installing speedtest-go-bin via the AUR @ 14:06:31
-AUR Explicit (1): speedtest-go-bin-1.7.10-1
-:: (1/1) Downloaded PKGBUILD: speedtest-go-bin
- 1 speedtest-go-bin (Build Files Exist)
-==> Packages to cleanBuild?
-==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
-==>
- 1 speedtest-go-bin (Build Files Exist)
-==> Diffs to show?
-==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
-==>
-==> Making package: speedtest-go-bin 1.7.10-1 (Sun 08 Jun 2025 02:06:42 PM CDT)
-==> Retrieving sources...
- -> Downloading speedtest-go-1.7.10-x86_64.tar.gz...
- % Total % Received % Xferd Average Speed Time Time Time Current
- Dload Upload Total Spent Left Speed
- 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
- 2 3215k 2 97416 0 0 80704 0 0:00:40 0:00:01 0:00:39 80704 100 3215k 100 3215k 0 0 1694k 0 0:00:01 0:00:01 --:--:-- 4522k
-==> WARNING: Skipping verification of source file PGP signatures.
-==> Validating source_x86_64 files with sha256sums...
- speedtest-go-1.7.10-x86_64.tar.gz ... Passed
-:: (1/1) Parsing SRCINFO: speedtest-go-bin
-==> Making package: speedtest-go-bin 1.7.10-1 (Sun 08 Jun 2025 02:06:52 PM CDT)
-==> Checking runtime dependencies...
-==> Checking buildtime dependencies...
-==> Retrieving sources...
- -> Found speedtest-go-1.7.10-x86_64.tar.gz
-==> Validating source_x86_64 files with sha256sums...
- speedtest-go-1.7.10-x86_64.tar.gz ... Passed
-==> Removing existing $srcdir/ directory...
-==> Extracting sources...
- -> Extracting speedtest-go-1.7.10-x86_64.tar.gz with bsdtar
-==> Sources are ready.
-==> Making package: speedtest-go-bin 1.7.10-1 (Sun 08 Jun 2025 02:07:10 PM CDT)
-==> Checking runtime dependencies...
-==> Checking buildtime dependencies...
-==> WARNING: Using existing $srcdir/ tree
-==> Entering fakeroot environment...
-==> Starting package()...
-install: creating directory '/home/cjennings/.cache/yay/speedtest-go-bin/pkg/speedtest-go-bin/usr'
-install: creating directory '/home/cjennings/.cache/yay/speedtest-go-bin/pkg/speedtest-go-bin/usr/bin'
-'speedtest-go' -> '/home/cjennings/.cache/yay/speedtest-go-bin/pkg/speedtest-go-bin/usr/bin/speedtest-go'
-install: creating directory '/home/cjennings/.cache/yay/speedtest-go-bin/pkg/speedtest-go-bin/usr/share'
-install: creating directory '/home/cjennings/.cache/yay/speedtest-go-bin/pkg/speedtest-go-bin/usr/share/doc'
-install: creating directory '/home/cjennings/.cache/yay/speedtest-go-bin/pkg/speedtest-go-bin/usr/share/doc/speedtest-go'
-'README.md' -> '/home/cjennings/.cache/yay/speedtest-go-bin/pkg/speedtest-go-bin/usr/share/doc/speedtest-go/README.md'
-install: creating directory '/home/cjennings/.cache/yay/speedtest-go-bin/pkg/speedtest-go-bin/usr/share/licenses'
-install: creating directory '/home/cjennings/.cache/yay/speedtest-go-bin/pkg/speedtest-go-bin/usr/share/licenses/speedtest-go'
-'LICENSE' -> '/home/cjennings/.cache/yay/speedtest-go-bin/pkg/speedtest-go-bin/usr/share/licenses/speedtest-go/LICENSE'
-==> Tidying install...
- -> Removing libtool files...
- -> Purging unwanted files...
- -> Removing static library files...
- -> Stripping unneeded symbols from binaries and libraries...
- -> Compressing man and info pages...
-==> Checking for packaging issues...
-==> Creating package "speedtest-go-bin"...
- -> Generating .PKGINFO file...
- -> Generating .BUILDINFO file...
- -> Generating .MTREE file...
- -> Compressing package...
-==> Creating package "speedtest-go-bin-debug"...
- -> Generating .PKGINFO file...
- -> Generating .BUILDINFO file...
- -> Generating .MTREE file...
- -> Compressing package...
-==> Leaving fakeroot environment.
-==> Finished making: speedtest-go-bin 1.7.10-1 (Sun 08 Jun 2025 02:07:21 PM CDT)
-==> Cleaning up...
-loading packages...
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (2) speedtest-go-bin-1.7.10-1 speedtest-go-bin-debug-1.7.10-1
-
-Total Installed Size: 7.56 MiB
-
-:: Proceed with installation? [Y/n]
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing speedtest-go-bin...
-installing speedtest-go-bin-debug...
-:: Running post-transaction hooks...
-(1/1) Arming ConditionNeedsUpdate...
-...installing gotop-bin via the AUR @ 14:07:21
-AUR Explicit (1): gotop-bin-4.2.0-1
-:: (1/1) Downloaded PKGBUILD: gotop-bin
- 1 gotop-bin (Build Files Exist)
-==> Packages to cleanBuild?
-==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
-==>
- 1 gotop-bin (Build Files Exist)
-==> Diffs to show?
-==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
-==>
-==> Making package: gotop-bin 4.2.0-1 (Sun 08 Jun 2025 02:07:28 PM CDT)
-==> Retrieving sources...
- -> Downloading gotop_v4.2.0_linux_amd64.tgz...
- % Total % Received % Xferd Average Speed Time Time Time Current
- Dload Upload Total Spent Left Speed
- 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
- 0 2970k 0 13660 0 0 10049 0 0:05:02 0:00:01 0:05:01 10049 68 2970k 68 2034k 0 0 874k 0 0:00:03 0:00:02 0:00:01 2087k 100 2970k 100 2970k 0 0 1247k 0 0:00:02 0:00:02 --:--:-- 2896k
-==> WARNING: Skipping verification of source file PGP signatures.
-==> Validating source_x86_64 files with sha256sums...
- gotop_v4.2.0_linux_amd64.tgz ... Passed
-:: (1/1) Parsing SRCINFO: gotop-bin
-==> Making package: gotop-bin 4.2.0-1 (Sun 08 Jun 2025 02:07:35 PM CDT)
-==> Checking runtime dependencies...
-==> Checking buildtime dependencies...
-==> Retrieving sources...
- -> Found gotop_v4.2.0_linux_amd64.tgz
-==> Validating source_x86_64 files with sha256sums...
- gotop_v4.2.0_linux_amd64.tgz ... Passed
-==> Removing existing $srcdir/ directory...
-==> Extracting sources...
- -> Extracting gotop_v4.2.0_linux_amd64.tgz with bsdtar
-==> Sources are ready.
-==> Making package: gotop-bin 4.2.0-1 (Sun 08 Jun 2025 02:07:45 PM CDT)
-==> Checking runtime dependencies...
-==> Checking buildtime dependencies...
-==> WARNING: Using existing $srcdir/ tree
-==> Entering fakeroot environment...
-==> Starting package()...
-==> Tidying install...
- -> Removing libtool files...
- -> Purging unwanted files...
- -> Removing static library files...
- -> Stripping unneeded symbols from binaries and libraries...
- -> Compressing man and info pages...
-==> Checking for packaging issues...
-==> Creating package "gotop-bin"...
- -> Generating .PKGINFO file...
- -> Generating .BUILDINFO file...
- -> Generating .MTREE file...
- -> Compressing package...
-==> Creating package "gotop-bin-debug"...
- -> Generating .PKGINFO file...
- -> Generating .BUILDINFO file...
- -> Generating .MTREE file...
- -> Compressing package...
-==> Leaving fakeroot environment.
-==> Finished making: gotop-bin 4.2.0-1 (Sun 08 Jun 2025 02:07:52 PM CDT)
-==> Cleaning up...
-loading packages...
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (2) gotop-bin-4.2.0-1 gotop-bin-debug-4.2.0-1
-
-Total Installed Size: 7.38 MiB
-
-:: Proceed with installation? [Y/n]
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing gotop-bin...
-installing gotop-bin-debug...
-:: Running post-transaction hooks...
-(1/1) Arming ConditionNeedsUpdate...
-...installing rar via the AUR @ 14:07:52
-AUR Explicit (1): rar-7.11-1
-:: (1/1) Downloaded PKGBUILD: rar
- 1 rar (Build Files Exist)
-==> Packages to cleanBuild?
-==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
-==>
- 1 rar (Build Files Exist)
-==> Diffs to show?
-==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
-==>
-==> Making package: rar 7.11-1 (Sun 08 Jun 2025 02:07:56 PM CDT)
-==> Retrieving sources...
- -> Found rar.1
- -> Downloading rarlinux-x64-711.tar.gz...
- % Total % Received % Xferd Average Speed Time Time Time Current
- Dload Upload Total Spent Left Speed
- 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 6 720k 6 46967 0 0 26691 0 0:00:27 0:00:01 0:00:26 26685 35 720k 35 252k 0 0 95646 0 0:00:07 0:00:02 0:00:05 95643 93 720k 93 671k 0 0 183k 0 0:00:03 0:00:03 --:--:-- 183k 100 720k 100 720k 0 0 185k 0 0:00:03 0:00:03 --:--:-- 185k
-==> WARNING: Skipping verification of source file PGP signatures.
-==> Validating source files with sha512sums...
- rar.1 ... Passed
- rarlinux-x64-711.tar.gz ... Passed
-:: (1/1) Parsing SRCINFO: rar
-==> Making package: rar 7.11-1 (Sun 08 Jun 2025 02:08:02 PM CDT)
-==> Checking runtime dependencies...
-==> Checking buildtime dependencies...
-==> Retrieving sources...
- -> Found rar.1
- -> Found rarlinux-x64-711.tar.gz
-==> Validating source files with sha512sums...
- rar.1 ... Passed
- rarlinux-x64-711.tar.gz ... Passed
-==> Removing existing $srcdir/ directory...
-==> Extracting sources...
- -> Extracting rarlinux-x64-711.tar.gz with bsdtar
-==> Sources are ready.
-==> Making package: rar 7.11-1 (Sun 08 Jun 2025 02:08:05 PM CDT)
-==> Checking runtime dependencies...
-==> Checking buildtime dependencies...
-==> WARNING: Using existing $srcdir/ tree
-==> Entering fakeroot environment...
-==> Starting package()...
-==> Tidying install...
- -> Removing libtool files...
- -> Purging unwanted files...
- -> Removing static library files...
- -> Stripping unneeded symbols from binaries and libraries...
-libfakeroot internal error: payload not recognized!
- -> Compressing man and info pages...
-==> Checking for packaging issues...
-==> Creating package "rar"...
- -> Generating .PKGINFO file...
- -> Generating .BUILDINFO file...
- -> Generating .MTREE file...
- -> Compressing package...
-==> Creating package "rar-debug"...
- -> Generating .PKGINFO file...
- -> Generating .BUILDINFO file...
- -> Generating .MTREE file...
- -> Compressing package...
-==> Leaving fakeroot environment.
-==> Finished making: rar 7.11-1 (Sun 08 Jun 2025 02:08:07 PM CDT)
-==> Cleaning up...
-loading packages...
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (2) rar-7.11-1 rar-debug-7.11-1
-
-Total Installed Size: 1.45 MiB
-
-:: Proceed with installation? [Y/n]
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing rar...
-installing rar-debug...
-:: Running post-transaction hooks...
-(1/1) Arming ConditionNeedsUpdate...
-
-Help and Documentation
-...installing man via pacman @ 14:08:08
-:: There are 2 providers available for man:
-:: Repository core
- 1) man-db
-:: Repository extra
- 2) mandoc
-
-Enter a number (default=1):
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (3) less-1:668-1 libpipeline-1.5.8-1 man-db-2.13.1-1
-
-Total Download Size: 1.32 MiB
-Total Installed Size: 2.79 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- man-db-2.13.1-1-x86_64 downloading...
- less-1:668-1-x86_64 downloading...
- libpipeline-1.5.8-1-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing libpipeline...
-installing less...
-installing man-db...
-Optional dependencies for man-db
- gzip [installed]
-:: Running post-transaction hooks...
-(1/3) Reloading system manager configuration...
-(2/3) Creating temporary files...
-(3/3) Arming ConditionNeedsUpdate...
-...installing arch-wiki-docs via pacman @ 14:08:11
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (1) arch-wiki-docs-20250602-1
-
-Total Download Size: 15.15 MiB
-Total Installed Size: 170.54 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- arch-wiki-docs-20250602-1-any downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing arch-wiki-docs...
-:: Running post-transaction hooks...
-(1/1) Arming ConditionNeedsUpdate...
-...installing tealdeer via pacman @ 14:08:18
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (1) tealdeer-1.7.2-1
-
-Total Download Size: 1.47 MiB
-Total Installed Size: 3.56 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- tealdeer-1.7.2-1-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing tealdeer...
-:: Running post-transaction hooks...
-(1/1) Arming ConditionNeedsUpdate...
-...installing cht.sh-git via the AUR @ 14:08:19
-AUR Explicit (1): cht.sh-git-r819.d2b8697-1
-Sync Dependency (1): rlwrap-0.46.2-1
-:: (1/1) Downloaded PKGBUILD: cht.sh-git
- 1 cht.sh-git (Build Files Exist)
-==> Packages to cleanBuild?
-==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
-==>
- 1 cht.sh-git (Build Files Exist)
-==> Diffs to show?
-==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
-==>
-==> Making package: cht.sh-git r819.d2b8697-1 (Sun 08 Jun 2025 02:08:23 PM CDT)
-==> Retrieving sources...
- -> Cloning cht.sh-git git repo...
-Cloning into bare repository '/home/cjennings/.cache/yay/cht.sh-git/cht.sh-git'...
-==> WARNING: Skipping verification of source file PGP signatures.
-==> Validating source files with sha256sums...
- cht.sh-git ... Skipped
-:: (1/1) Parsing SRCINFO: cht.sh-git
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (3) python-pexpect-4.9.0-4 python-ptyprocess-0.7.0-8 rlwrap-0.46.2-1
-
-Total Download Size: 0.23 MiB
-Total Installed Size: 0.98 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- python-pexpect-4.9.0-4-any downloading...
- rlwrap-0.46.2-1-x86_64 downloading...
- python-ptyprocess-0.7.0-8-any downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing python-ptyprocess...
-installing python-pexpect...
-installing rlwrap...
-:: Running post-transaction hooks...
-(1/1) Arming ConditionNeedsUpdate...
-==> Making package: cht.sh-git r819.d2b8697-1 (Sun 08 Jun 2025 02:08:27 PM CDT)
-==> Checking runtime dependencies...
-==> Checking buildtime dependencies...
-==> Retrieving sources...
- -> Updating cht.sh-git git repo...
-==> Validating source files with sha256sums...
- cht.sh-git ... Skipped
-==> Removing existing $srcdir/ directory...
-==> Extracting sources...
- -> Creating working copy of cht.sh-git git repo...
-Cloning into 'cht.sh-git'...
-done.
-==> Starting pkgver()...
-==> Updated version: cht.sh-git r910.139f8c2-1
-==> Sources are ready.
-==> Making package: cht.sh-git r910.139f8c2-1 (Sun 08 Jun 2025 02:08:31 PM CDT)
-==> Checking runtime dependencies...
-==> Checking buildtime dependencies...
-==> WARNING: Using existing $srcdir/ tree
-==> Starting pkgver()...
-==> Entering fakeroot environment...
-==> Starting package()...
-==> Tidying install...
- -> Removing libtool files...
- -> Purging unwanted files...
- -> Removing static library files...
- -> Stripping unneeded symbols from binaries and libraries...
- -> Compressing man and info pages...
-==> Checking for packaging issues...
-==> Creating package "cht.sh-git"...
- -> Generating .PKGINFO file...
- -> Generating .BUILDINFO file...
- -> Generating .MTREE file...
- -> Compressing package...
-==> Leaving fakeroot environment.
-==> Finished making: cht.sh-git r910.139f8c2-1 (Sun 08 Jun 2025 02:08:33 PM CDT)
-==> Cleaning up...
-loading packages...
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (1) cht.sh-git-r910.139f8c2-1
-
-Total Installed Size: 0.02 MiB
-
-:: Proceed with installation? [Y/n]
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing cht.sh-git...
-:: Running post-transaction hooks...
-(1/1) Arming ConditionNeedsUpdate...
- -> devel check for package failed: '/usr/bin/git ls-remote https://github.com/chubin/cheat.sh HEAD' encountered an error: fatal: failed to stat '/root/archsetup': Permission denied
-
-Sync Services
-...installing syncthing via pacman @ 14:08:34
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (1) syncthing-1.29.7-1
-
-Total Download Size: 8.49 MiB
-Total Installed Size: 23.05 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- syncthing-1.29.7-1-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing syncthing...
-:: Running post-transaction hooks...
-(1/4) Reloading system manager configuration...
-(2/4) Reloading user manager configuration...
-(3/4) Applying kernel sysctl settings...
-(4/4) Arming ConditionNeedsUpdate...
-Created symlink '/etc/systemd/system/multi-user.target.wants/syncthing@cjennings.service' → '/usr/lib/systemd/system/syncthing@.service'.
-
-Desktop Environment Utilities
-...installing brightnessctl via pacman @ 14:08:39
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (1) brightnessctl-0.5.1-3
-
-Total Download Size: 0.01 MiB
-Total Installed Size: 0.03 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- brightnessctl-0.5.1-3-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing brightnessctl...
-:: Running post-transaction hooks...
-(1/1) Arming ConditionNeedsUpdate...
-...installing network-manager-applet via pacman @ 14:08:41
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (4) libnma-1.10.6-3 libnma-common-1.10.6-3 nm-connection-editor-1.36.0-1 network-manager-applet-1.36.0-1
-
-Total Download Size: 1.24 MiB
-Total Installed Size: 6.61 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- nm-connection-editor-1.36.0-1-x86_64 downloading...
- libnma-common-1.10.6-3-x86_64 downloading...
- network-manager-applet-1.36.0-1-x86_64 downloading...
- libnma-1.10.6-3-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing libnma-common...
-installing libnma...
-installing nm-connection-editor...
-installing network-manager-applet...
-:: Running post-transaction hooks...
-(1/4) Arming ConditionNeedsUpdate...
-(2/4) Compiling GSettings XML schema files...
-(3/4) Updating icon theme caches...
-(4/4) Updating the desktop file MIME type cache...
-...installing xclip via pacman @ 14:08:44
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (1) xclip-0.13-6
-
-Total Download Size: 0.01 MiB
-Total Installed Size: 0.03 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- xclip-0.13-6-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing xclip...
-:: Running post-transaction hooks...
-(1/1) Arming ConditionNeedsUpdate...
-...installing conky via pacman @ 14:08:46
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (4) imlib2-1.12.5-1 libxnvctrl-575.57.08-1 wireless_tools-30.pre9-4 conky-1.22.1-2
-
-Total Download Size: 1.46 MiB
-Total Installed Size: 3.96 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- conky-1.22.1-2-x86_64 downloading...
- imlib2-1.12.5-1-x86_64 downloading...
- wireless_tools-30.pre9-4-x86_64 downloading...
- libxnvctrl-575.57.08-1-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing imlib2...
-Optional dependencies for imlib2
- libheif: HEIF loader (for AVIF)
- libid3tag: ID3 loader
- libjxl: JXL loader [installed]
- librsvg: SVG loader [installed]
- libspectre: PS loader
- libwebp: WEBP loader [installed]
- openjpeg2: J2K loader [installed]
-installing libxnvctrl...
-installing wireless_tools...
-installing conky...
-:: Running post-transaction hooks...
-(1/3) Arming ConditionNeedsUpdate...
-(2/3) Updating icon theme caches...
-(3/3) Updating the desktop file MIME type cache...
-...installing nitrogen via pacman @ 14:08:49
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (8) atkmm-2.28.4-1 cairomm-1.14.5-1 glibmm-2.66.8-1 gtk2-2.24.33-5 gtkmm-1:2.24.5-5 libsigc++-2.12.1-1 pangomm-2.46.4-1 nitrogen-1.6.1-6
-
-Total Download Size: 8.26 MiB
-Total Installed Size: 52.13 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- gtk2-2.24.33-5-x86_64 downloading...
- gtkmm-1:2.24.5-5-x86_64 downloading...
- glibmm-2.66.8-1-x86_64 downloading...
- nitrogen-1.6.1-6-x86_64 downloading...
- atkmm-2.28.4-1-x86_64 downloading...
- pangomm-2.46.4-1-x86_64 downloading...
- cairomm-1.14.5-1-x86_64 downloading...
- libsigc++-2.12.1-1-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing gtk2...
-Optional dependencies for gtk2
- adwaita-icon-theme: Default icon theme [installed]
- gnome-themes-standard: Default widget theme
- python: gtk-builder-convert [installed]
-installing libsigc++...
-installing cairomm...
-installing glibmm...
-installing pangomm...
-installing atkmm...
-installing gtkmm...
-installing nitrogen...
-:: Running post-transaction hooks...
-(1/4) Arming ConditionNeedsUpdate...
-(2/4) Probing GTK2 input method modules...
-(3/4) Updating icon theme caches...
-(4/4) Updating the desktop file MIME type cache...
-...installing qalculate-gtk via pacman @ 14:08:53
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (2) libqalculate-5.5.2-2 qalculate-gtk-5.5.1-1
-
-Total Download Size: 5.36 MiB
-Total Installed Size: 22.22 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- libqalculate-5.5.2-2-x86_64 downloading...
- qalculate-gtk-5.5.1-1-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing libqalculate...
-Optional dependencies for libqalculate
- gnuplot: for plotting support
-installing qalculate-gtk...
-:: Running post-transaction hooks...
-(1/3) Arming ConditionNeedsUpdate...
-(2/3) Updating icon theme caches...
-(3/3) Updating the desktop file MIME type cache...
-...installing caffeine-ng via the AUR @ 14:08:57
-AUR Explicit (1): caffeine-ng-4.2.0-2
-AUR Dependency (2): python-pulsectl-1:24.12.0-1, python-ewmh-0.1.6-7
-Sync Dependency (6): python-pyxdg-0.28-4, libayatana-appindicator-0.5.94-1, python-setproctitle-1.3.5-1, libindicator-gtk3-12.10.1-10, python-click-8.1.8-1, python-wheel-0.45.1-1
-Sync Make Dependency (5): meson-1.8.1-1, scdoc-1.11.3-1, python-installer-0.7.0-10, python-build-1.2.2-3, python-setuptools-1:80.9.0-1
-:: (1/3) Downloaded PKGBUILD: python-ewmh
-:: (2/3) Downloaded PKGBUILD: caffeine-ng
-:: (3/3) Downloaded PKGBUILD: python-pulsectl
- 3 caffeine-ng (Build Files Exist)
- 2 python-ewmh (Build Files Exist)
- 1 python-pulsectl (Build Files Exist)
-==> Packages to cleanBuild?
-==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
-==>
- 3 python-ewmh (Build Files Exist)
- 2 python-pulsectl (Build Files Exist)
- 1 caffeine-ng (Build Files Exist)
-==> Diffs to show?
-==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
-==>
-==> Making package: caffeine-ng 4.2.0-2 (Sun 08 Jun 2025 02:09:02 PM CDT)
-==> Retrieving sources...
- -> Downloading caffeine-ng-4.2.0.tar.gz...
- % Total % Received % Xferd Average Speed Time Time Time Current
- Dload Upload Total Spent Left Speed
- 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 3 128k 3 4096 0 0 5400 0 0:00:24 --:--:-- 0:00:24 5396 100 128k 100 128k 0 0 92846 0 0:00:01 0:00:01 --:--:-- 92906
- -> Found mandir.patch
-==> WARNING: Skipping verification of source file PGP signatures.
-==> Validating source files with sha512sums...
- caffeine-ng-4.2.0.tar.gz ... Passed
- mandir.patch ... Passed
-==> Making package: python-ewmh 0.1.6-7 (Sun 08 Jun 2025 02:09:05 PM CDT)
-==> Retrieving sources...
- -> Downloading python-ewmh-0.1.6.tar.gz...
- % Total % Received % Xferd Average Speed Time Time Time Current
- Dload Upload Total Spent Left Speed
- 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
- 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 100 12565 0 12565 0 0 11137 0 --:--:-- 0:00:01 --:--:-- 103k
-==> WARNING: Skipping verification of source file PGP signatures.
-==> Validating source files with sha512sums...
- python-ewmh-0.1.6.tar.gz ... Passed
-==> Making package: python-pulsectl 1:24.12.0-1 (Sun 08 Jun 2025 02:09:07 PM CDT)
-==> Retrieving sources...
- -> Downloading pulsectl-24.12.0.tar.gz...
- % Total % Received % Xferd Average Speed Time Time Time Current
- Dload Upload Total Spent Left Speed
- 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
- 100 41200 100 41200 0 0 83078 0 --:--:-- --:--:-- --:--:-- 83078
-==> WARNING: Skipping verification of source file PGP signatures.
-==> Validating source files with sha256sums...
- pulsectl-24.12.0.tar.gz ... Passed
-:: (1/3) Parsing SRCINFO: python-ewmh
-:: (2/3) Parsing SRCINFO: python-pulsectl
-:: (3/3) Parsing SRCINFO: caffeine-ng
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (13) python-autocommand-2.2.2-7 python-jaraco.collections-5.1.0-1 python-jaraco.context-6.0.1-1 python-jaraco.functools-4.1.0-1 python-jaraco.text-4.0.0-2 python-more-itertools-10.7.0-1 python-packaging-25.0-1 python-platformdirs-4.3.6-2 python-pyproject-hooks-1.2.0-3 python-build-1.2.2-3 python-installer-0.7.0-10 python-setuptools-1:80.9.0-1 python-wheel-0.45.1-1
-
-Total Download Size: 1.73 MiB
-Total Installed Size: 10.36 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- python-setuptools-1:80.9.0-1-any downloading...
- python-packaging-25.0-1-any downloading...
- python-more-itertools-10.7.0-1-any downloading...
- python-wheel-0.45.1-1-any downloading...
- python-build-1.2.2-3-any downloading...
- python-installer-0.7.0-10-any downloading...
- python-platformdirs-4.3.6-2-any downloading...
- python-autocommand-2.2.2-7-any downloading...
- python-jaraco.collections-5.1.0-1-any downloading...
- python-pyproject-hooks-1.2.0-3-any downloading...
- python-jaraco.text-4.0.0-2-any downloading...
- python-jaraco.functools-4.1.0-1-any downloading...
- python-jaraco.context-6.0.1-1-any downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing python-packaging...
-installing python-pyproject-hooks...
-installing python-build...
-Optional dependencies for python-build
- python-pip: to use as the Python package installer (default)
- python-uv: to use as the Python package installer
- python-virtualenv: to use virtualenv for build isolation
-installing python-more-itertools...
-installing python-jaraco.functools...
-installing python-jaraco.context...
-installing python-autocommand...
-installing python-jaraco.text...
-Optional dependencies for python-jaraco.text
- python-inflect: for show-newlines script
-installing python-jaraco.collections...
-installing python-platformdirs...
-installing python-wheel...
-Optional dependencies for python-wheel
- python-keyring: for wheel.signatures
- python-xdg: for wheel.signatures
- python-setuptools: for legacy bdist_wheel subcommand [pending]
-installing python-setuptools...
-installing python-installer...
-:: Running post-transaction hooks...
-(1/1) Arming ConditionNeedsUpdate...
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (11) ayatana-ido-0.10.4-1 libayatana-indicator-0.9.4-1 ninja-1.12.1-2 python-tqdm-4.67.1-2 libayatana-appindicator-0.5.94-1 libindicator-gtk3-12.10.1-10 meson-1.8.1-1 python-click-8.1.8-1 python-pyxdg-0.28-4 python-setproctitle-1.3.5-1 scdoc-1.11.3-1
-
-Total Download Size: 2.96 MiB
-Total Installed Size: 17.21 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- meson-1.8.1-1-any downloading...
- python-click-8.1.8-1-any downloading...
- ninja-1.12.1-2-x86_64 downloading...
- python-tqdm-4.67.1-2-any downloading...
- python-pyxdg-0.28-4-any downloading...
- ayatana-ido-0.10.4-1-x86_64 downloading...
- libayatana-appindicator-0.5.94-1-x86_64 downloading...
- libayatana-indicator-0.9.4-1-x86_64 downloading...
- libindicator-gtk3-12.10.1-10-x86_64 downloading...
- python-setproctitle-1.3.5-1-x86_64 downloading...
- scdoc-1.11.3-1-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing python-setproctitle...
-installing ninja...
-installing python-tqdm...
-Optional dependencies for python-tqdm
- python-requests: telegram
-installing meson...
-installing libindicator-gtk3...
-installing python-click...
-installing scdoc...
-installing python-pyxdg...
-installing ayatana-ido...
-installing libayatana-indicator...
-installing libayatana-appindicator...
-:: Running post-transaction hooks...
-(1/1) Arming ConditionNeedsUpdate...
-==> Making package: python-ewmh 0.1.6-7 (Sun 08 Jun 2025 02:09:16 PM CDT)
-==> Checking runtime dependencies...
-==> Checking buildtime dependencies...
-==> Retrieving sources...
- -> Found python-ewmh-0.1.6.tar.gz
-==> Validating source files with sha512sums...
- python-ewmh-0.1.6.tar.gz ... Passed
-==> Removing existing $srcdir/ directory...
-==> Extracting sources...
- -> Extracting python-ewmh-0.1.6.tar.gz with bsdtar
-==> Sources are ready.
-==> Making package: python-ewmh 0.1.6-7 (Sun 08 Jun 2025 02:09:19 PM CDT)
-==> Checking runtime dependencies...
-==> Checking buildtime dependencies...
-==> WARNING: Using existing $srcdir/ tree
-==> Starting build()...
-Warning: 'classifiers' should be a list, got type 'tuple'
-running build
-running build_py
-creating build/lib/ewmh
-copying ewmh/__init__.py -> build/lib/ewmh
-copying ewmh/ewmh.py -> build/lib/ewmh
-==> Entering fakeroot environment...
-==> Starting package()...
-Warning: 'classifiers' should be a list, got type 'tuple'
-running install
-/usr/lib/python3.13/site-packages/setuptools/_distutils/cmd.py:90: SetuptoolsDeprecationWarning: setup.py install is deprecated.
-!!
-
- ********************************************************************************
- Please avoid running ``setup.py`` directly.
- Instead, use pypa/build, pypa/installer or other
- standards-based tools.
-
- By 2025-Oct-31, you need to update your project and remove deprecated calls
- or your builds will no longer be supported.
-
- See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details.
- ********************************************************************************
-
-!!
- self.initialize_options()
-running build
-running build_py
-running install_lib
-creating /home/cjennings/.cache/yay/python-ewmh/pkg/python-ewmh/usr/lib/python3.13/site-packages
-creating /home/cjennings/.cache/yay/python-ewmh/pkg/python-ewmh/usr/lib/python3.13/site-packages/ewmh
-copying build/lib/ewmh/__init__.py -> /home/cjennings/.cache/yay/python-ewmh/pkg/python-ewmh/usr/lib/python3.13/site-packages/ewmh
-copying build/lib/ewmh/ewmh.py -> /home/cjennings/.cache/yay/python-ewmh/pkg/python-ewmh/usr/lib/python3.13/site-packages/ewmh
-byte-compiling /home/cjennings/.cache/yay/python-ewmh/pkg/python-ewmh/usr/lib/python3.13/site-packages/ewmh/__init__.py to __init__.cpython-313.pyc
-byte-compiling /home/cjennings/.cache/yay/python-ewmh/pkg/python-ewmh/usr/lib/python3.13/site-packages/ewmh/ewmh.py to ewmh.cpython-313.pyc
-writing byte-compilation script '/tmp/tmpq617ugvl.py'
-/usr/bin/python /tmp/tmpq617ugvl.py
-removing /tmp/tmpq617ugvl.py
-running install_egg_info
-running egg_info
-creating ewmh.egg-info
-writing ewmh.egg-info/PKG-INFO
-writing dependency_links to ewmh.egg-info/dependency_links.txt
-writing requirements to ewmh.egg-info/requires.txt
-writing top-level names to ewmh.egg-info/top_level.txt
-writing manifest file 'ewmh.egg-info/SOURCES.txt'
-reading manifest file 'ewmh.egg-info/SOURCES.txt'
-reading manifest template 'MANIFEST.in'
-no previously-included directories found matching 'doc/_build'
-adding license file 'LICENSE.txt'
-writing manifest file 'ewmh.egg-info/SOURCES.txt'
-Copying ewmh.egg-info to /home/cjennings/.cache/yay/python-ewmh/pkg/python-ewmh/usr/lib/python3.13/site-packages/ewmh-0.1.6-py3.13.egg-info
-running install_scripts
-==> Tidying install...
- -> Removing libtool files...
- -> Purging unwanted files...
- -> Removing static library files...
- -> Stripping unneeded symbols from binaries and libraries...
- -> Compressing man and info pages...
-==> Checking for packaging issues...
-==> Creating package "python-ewmh"...
- -> Generating .PKGINFO file...
- -> Generating .BUILDINFO file...
- -> Generating .MTREE file...
- -> Compressing package...
-==> Leaving fakeroot environment.
-==> Finished making: python-ewmh 0.1.6-7 (Sun 08 Jun 2025 02:09:22 PM CDT)
-==> Cleaning up...
-==> Making package: python-pulsectl 1:24.12.0-1 (Sun 08 Jun 2025 02:09:23 PM CDT)
-==> Checking runtime dependencies...
-==> Checking buildtime dependencies...
-==> Retrieving sources...
- -> Found pulsectl-24.12.0.tar.gz
-==> Validating source files with sha256sums...
- pulsectl-24.12.0.tar.gz ... Passed
-==> Removing existing $srcdir/ directory...
-==> Extracting sources...
- -> Extracting pulsectl-24.12.0.tar.gz with bsdtar
-==> Sources are ready.
-==> Making package: python-pulsectl 1:24.12.0-1 (Sun 08 Jun 2025 02:09:26 PM CDT)
-==> Checking runtime dependencies...
-==> Checking buildtime dependencies...
-==> WARNING: Using existing $srcdir/ tree
-==> Starting build()...
-* Getting build dependencies for wheel...
-/usr/lib/python3.13/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
-!!
-
- ********************************************************************************
- Please consider removing the following classifiers in favor of a SPDX license expression:
-
- License :: OSI Approved :: MIT License
-
- See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
- ********************************************************************************
-
-!!
- self._finalize_license_expression()
-running egg_info
-writing pulsectl.egg-info/PKG-INFO
-writing dependency_links to pulsectl.egg-info/dependency_links.txt
-writing top-level names to pulsectl.egg-info/top_level.txt
-reading manifest file 'pulsectl.egg-info/SOURCES.txt'
-reading manifest template 'MANIFEST.in'
-adding license file 'COPYING'
-writing manifest file 'pulsectl.egg-info/SOURCES.txt'
-* Building wheel...
-/usr/lib/python3.13/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
-!!
-
- ********************************************************************************
- Please consider removing the following classifiers in favor of a SPDX license expression:
-
- License :: OSI Approved :: MIT License
-
- See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
- ********************************************************************************
-
-!!
- self._finalize_license_expression()
-running bdist_wheel
-/usr/lib/python3.13/site-packages/setuptools/_distutils/cmd.py:135: SetuptoolsDeprecationWarning: bdist_wheel.universal is deprecated
-!!
-
- ********************************************************************************
- With Python 2.7 end-of-life, support for building universal wheels
- (i.e., wheels that support both Python 2 and Python 3)
- is being obviated.
- Please discontinue using this option, or if you still need it,
- file an issue with pypa/setuptools describing your use case.
-
- By 2025-Aug-30, you need to update your project and remove deprecated calls
- or your builds will no longer be supported.
- ********************************************************************************
-
-!!
- self.finalize_options()
-running build
-running build_py
-creating build/lib/pulsectl
-copying pulsectl/__init__.py -> build/lib/pulsectl
-copying pulsectl/_pulsectl.py -> build/lib/pulsectl
-copying pulsectl/lookup.py -> build/lib/pulsectl
-copying pulsectl/pulsectl.py -> build/lib/pulsectl
-creating build/lib/pulsectl/tests
-copying pulsectl/tests/__init__.py -> build/lib/pulsectl/tests
-copying pulsectl/tests/test_with_dummy_instance.py -> build/lib/pulsectl/tests
-running egg_info
-writing pulsectl.egg-info/PKG-INFO
-writing dependency_links to pulsectl.egg-info/dependency_links.txt
-writing top-level names to pulsectl.egg-info/top_level.txt
-reading manifest file 'pulsectl.egg-info/SOURCES.txt'
-reading manifest template 'MANIFEST.in'
-adding license file 'COPYING'
-writing manifest file 'pulsectl.egg-info/SOURCES.txt'
-installing to build/bdist.linux-x86_64/wheel
-running install
-running install_lib
-creating build/bdist.linux-x86_64/wheel
-creating build/bdist.linux-x86_64/wheel/pulsectl
-copying build/lib/pulsectl/__init__.py -> build/bdist.linux-x86_64/wheel/./pulsectl
-copying build/lib/pulsectl/_pulsectl.py -> build/bdist.linux-x86_64/wheel/./pulsectl
-copying build/lib/pulsectl/lookup.py -> build/bdist.linux-x86_64/wheel/./pulsectl
-copying build/lib/pulsectl/pulsectl.py -> build/bdist.linux-x86_64/wheel/./pulsectl
-creating build/bdist.linux-x86_64/wheel/pulsectl/tests
-copying build/lib/pulsectl/tests/__init__.py -> build/bdist.linux-x86_64/wheel/./pulsectl/tests
-copying build/lib/pulsectl/tests/test_with_dummy_instance.py -> build/bdist.linux-x86_64/wheel/./pulsectl/tests
-running install_egg_info
-Copying pulsectl.egg-info to build/bdist.linux-x86_64/wheel/./pulsectl-24.12.0-py3.13.egg-info
-running install_scripts
-creating build/bdist.linux-x86_64/wheel/pulsectl-24.12.0.dist-info/WHEEL
-creating '/home/cjennings/.cache/yay/python-pulsectl/src/pulsectl-24.12.0/dist/.tmp-ll2jc53k/pulsectl-24.12.0-py2.py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it
-adding 'pulsectl/__init__.py'
-adding 'pulsectl/_pulsectl.py'
-adding 'pulsectl/lookup.py'
-adding 'pulsectl/pulsectl.py'
-adding 'pulsectl/tests/__init__.py'
-adding 'pulsectl/tests/test_with_dummy_instance.py'
-adding 'pulsectl-24.12.0.dist-info/licenses/COPYING'
-adding 'pulsectl-24.12.0.dist-info/METADATA'
-adding 'pulsectl-24.12.0.dist-info/WHEEL'
-adding 'pulsectl-24.12.0.dist-info/top_level.txt'
-adding 'pulsectl-24.12.0.dist-info/RECORD'
-removing build/bdist.linux-x86_64/wheel
-Successfully built pulsectl-24.12.0-py2.py3-none-any.whl
-==> Entering fakeroot environment...
-==> Starting package()...
-==> Tidying install...
- -> Removing libtool files...
- -> Purging unwanted files...
- -> Removing static library files...
- -> Stripping unneeded symbols from binaries and libraries...
- -> Compressing man and info pages...
-==> Checking for packaging issues...
-==> Creating package "python-pulsectl"...
- -> Generating .PKGINFO file...
- -> Generating .BUILDINFO file...
- -> Generating .MTREE file...
- -> Compressing package...
-==> Leaving fakeroot environment.
-==> Finished making: python-pulsectl 1:24.12.0-1 (Sun 08 Jun 2025 02:09:29 PM CDT)
-==> Cleaning up...
-loading packages...
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (2) python-ewmh-0.1.6-7 python-pulsectl-1:24.12.0-1
-
-Total Installed Size: 0.51 MiB
-
-:: Proceed with installation? [Y/n]
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing python-ewmh...
-installing python-pulsectl...
-:: Running post-transaction hooks...
-(1/1) Arming ConditionNeedsUpdate...
-==> Making package: caffeine-ng 4.2.0-2 (Sun 08 Jun 2025 02:09:30 PM CDT)
-==> Checking runtime dependencies...
-==> Checking buildtime dependencies...
-==> Retrieving sources...
- -> Found caffeine-ng-4.2.0.tar.gz
- -> Found mandir.patch
-==> Validating source files with sha512sums...
- caffeine-ng-4.2.0.tar.gz ... Passed
- mandir.patch ... Passed
-==> Removing existing $srcdir/ directory...
-==> Extracting sources...
- -> Extracting caffeine-ng-4.2.0.tar.gz with bsdtar
-==> Sources are ready.
-==> Making package: caffeine-ng 4.2.0-2 (Sun 08 Jun 2025 02:09:33 PM CDT)
-==> Checking runtime dependencies...
-==> Checking buildtime dependencies...
-==> WARNING: Using existing $srcdir/ tree
-==> Starting build()...
-patching file meson.build
-+ exec meson setup --prefix /usr --libexecdir lib --sbindir bin --buildtype plain --auto-features enabled --wrap-mode nodownload -D b_pie=true -D python.bytecompile=1 . build
-The Meson build system
-Version: 1.8.1
-Source dir: /home/cjennings/.cache/yay/caffeine-ng/src/caffeine-ng-v4.2.0-0-g5027f55
-Build dir: /home/cjennings/.cache/yay/caffeine-ng/src/caffeine-ng-v4.2.0-0-g5027f55/build
-Build type: native build
-Project name: caffeine-ng
-Project version: 85a2194
-Host machine cpu family: x86_64
-Host machine cpu: x86_64
-Found pkg-config: YES (/usr/bin/pkg-config) 2.4.3
-Run-time dependency pygobject-3.0 found: YES 3.52.3
-Run-time dependency dbus-python found: YES 1.4.0
-Run-time dependency gtk+-3.0 found: YES 3.24.49
-Run-time dependency libnotify found: YES 0.8.6
-Run-time dependency ayatana-appindicator3-0.1 found: YES 0.5.94
-Run-time dependency appindicator3-0.1 found: YES 12.10.0
-Did not find CMake 'cmake'
-Found CMake: NO
-Run-time dependency libxfconf-0 found: NO (tried pkgconfig and cmake)
-Program python3 (click, ewmh, setproctitle, pulsectl) found: YES (/usr/bin/python3) modules: click, ewmh, setproctitle, pulsectl
-Run-time dependency python found: YES 3.13
-Configuring paths.py using configuration
-Configuring version.py using configuration
-Configuring caffeine using configuration
-Program msgfmt found: YES (/usr/bin/msgfmt)
-Program msginit found: YES (/usr/bin/msginit)
-Program msgmerge found: YES (/usr/bin/msgmerge)
-Program xgettext found: YES (/usr/bin/xgettext)
-Run-time dependency scdoc found: YES 1.11.3
-Build targets in project: 41
-
-caffeine-ng 85a2194
-
- User defined options
- auto_features : enabled
- b_pie : true
- buildtype : plain
- libexecdir : lib
- prefix : /usr
- python.bytecompile: 1
- sbindir : bin
- wrap_mode : nodownload
-
-Found ninja-1.12.1 at /usr/bin/ninja
- Generating targets: 0%| | 0/41 eta ? Writing build.ninja: 0%| | 0/69 eta ? ninja: Entering directory `/home/cjennings/.cache/yay/caffeine-ng/src/caffeine-ng-v4.2.0-0-g5027f55/build'
-[1/38] Building translation translations/bg/LC_MESSAGES/caffeine-ng-bg.mo
-[2/38] Building translation translations/ar/LC_MESSAGES/caffeine-ng-ar.mo
-[3/38] Building translation translations/be/LC_MESSAGES/caffeine-ng-be.mo
-[4/38] Building translation translations/ca/LC_MESSAGES/caffeine-ng-ca.mo
-[5/38] Building translation translations/bs/LC_MESSAGES/caffeine-ng-bs.mo
-[6/38] Building translation translations/cs/LC_MESSAGES/caffeine-ng-cs.mo
-[7/38] Building translation translations/de/LC_MESSAGES/caffeine-ng-de.mo
-[8/38] Building translation translations/da/LC_MESSAGES/caffeine-ng-da.mo
-[9/38] Building translation translations/el/LC_MESSAGES/caffeine-ng-el.mo
-[10/38] Building translation translations/en_GB/LC_MESSAGES/caffeine-ng-en_GB.mo
-[11/38] Building translation translations/fi/LC_MESSAGES/caffeine-ng-fi.mo
-[12/38] Building translation translations/es/LC_MESSAGES/caffeine-ng-es.mo
-[13/38] Building translation translations/eu/LC_MESSAGES/caffeine-ng-eu.mo
-[14/38] Building translation translations/fr/LC_MESSAGES/caffeine-ng-fr.mo
-[15/38] Building translation translations/eo/LC_MESSAGES/caffeine-ng-eo.mo
-[16/38] Building translation translations/gl/LC_MESSAGES/caffeine-ng-gl.mo
-[17/38] Building translation translations/hu/LC_MESSAGES/caffeine-ng-hu.mo
-[18/38] Building translation translations/he/LC_MESSAGES/caffeine-ng-he.mo
-[19/38] Building translation translations/ja/LC_MESSAGES/caffeine-ng-ja.mo
-[20/38] Building translation translations/it/LC_MESSAGES/caffeine-ng-it.mo
-[21/38] Building translation translations/lt/LC_MESSAGES/caffeine-ng-lt.mo
-[22/38] Building translation translations/ms/LC_MESSAGES/caffeine-ng-ms.mo
-[23/38] Building translation translations/nl/LC_MESSAGES/caffeine-ng-nl.mo
-[24/38] Building translation translations/no/LC_MESSAGES/caffeine-ng-no.mo
-[25/38] Building translation translations/pl/LC_MESSAGES/caffeine-ng-pl.mo
-[26/38] Building translation translations/pt/LC_MESSAGES/caffeine-ng-pt.mo
-[27/38] Building translation translations/ru/LC_MESSAGES/caffeine-ng-ru.mo
-[28/38] Building translation translations/ro/LC_MESSAGES/caffeine-ng-ro.mo
-[29/38] Building translation translations/sv/LC_MESSAGES/caffeine-ng-sv.mo
-[30/38] Building translation translations/pt_BR/LC_MESSAGES/caffeine-ng-pt_BR.mo
-[31/38] Building translation translations/sk/LC_MESSAGES/caffeine-ng-sk.mo
-[32/38] Building translation translations/th/LC_MESSAGES/caffeine-ng-th.mo
-[33/38] Building translation translations/tr/LC_MESSAGES/caffeine-ng-tr.mo
-[34/38] Building translation translations/vi/LC_MESSAGES/caffeine-ng-vi.mo
-[35/38] Building translation translations/uk/LC_MESSAGES/caffeine-ng-uk.mo
-[36/38] Building translation translations/xh/LC_MESSAGES/caffeine-ng-xh.mo
-[37/38] Building translation translations/zh_TW/LC_MESSAGES/caffeine-ng-zh_TW.mo
-[38/38] Generating caffeine.1 with a custom command (wrapped by meson to capture output, to feed input)
-INFO: autodetecting backend as ninja
-INFO: calculating backend command to run: /usr/bin/ninja -C /home/cjennings/.cache/yay/caffeine-ng/src/caffeine-ng-v4.2.0-0-g5027f55/build
-==> Starting check()...
-No tests defined.
-==> Entering fakeroot environment...
-==> Starting package()...
-Installing subdir /home/cjennings/.cache/yay/caffeine-ng/src/caffeine-ng-v4.2.0-0-g5027f55/caffeine/assets/glade to /home/cjennings/.cache/yay/caffeine-ng/pkg/caffeine-ng/usr/share/caffeine/glade
-Installing /home/cjennings/.cache/yay/caffeine-ng/src/caffeine-ng-v4.2.0-0-g5027f55/caffeine/assets/glade/GUI.glade to /home/cjennings/.cache/yay/caffeine-ng/pkg/caffeine-ng/usr/share/caffeine/glade
-Installing /home/cjennings/.cache/yay/caffeine-ng/src/caffeine-ng-v4.2.0-0-g5027f55/caffeine/assets/glade/proc.glade to /home/cjennings/.cache/yay/caffeine-ng/pkg/caffeine-ng/usr/share/caffeine/glade
-Installing subdir /home/cjennings/.cache/yay/caffeine-ng/src/caffeine-ng-v4.2.0-0-g5027f55/caffeine/assets/images to /home/cjennings/.cache/yay/caffeine-ng/pkg/caffeine-ng/usr/share/caffeine/images
-Installing /home/cjennings/.cache/yay/caffeine-ng/src/caffeine-ng-v4.2.0-0-g5027f55/caffeine/assets/images/Empty_Cup.svg to /home/cjennings/.cache/yay/caffeine-ng/pkg/caffeine-ng/usr/share/caffeine/images
-Installing /home/cjennings/.cache/yay/caffeine-ng/src/caffeine-ng-v4.2.0-0-g5027f55/caffeine/assets/images/Full_Cup.svg to /home/cjennings/.cache/yay/caffeine-ng/pkg/caffeine-ng/usr/share/caffeine/images
-Installing /home/cjennings/.cache/yay/caffeine-ng/src/caffeine-ng-v4.2.0-0-g5027f55/caffeine/assets/images/application-x-executable.png to /home/cjennings/.cache/yay/caffeine-ng/pkg/caffeine-ng/usr/share/caffeine/images
-Installing subdir /home/cjennings/.cache/yay/caffeine-ng/src/caffeine-ng-v4.2.0-0-g5027f55/caffeine/assets/icons to /home/cjennings/.cache/yay/caffeine-ng/pkg/caffeine-ng/usr/share/icons
-Installing /home/cjennings/.cache/yay/caffeine-ng/src/caffeine-ng-v4.2.0-0-g5027f55/caffeine/assets/icons/hicolor/16x16/apps/caffeine.png to /home/cjennings/.cache/yay/caffeine-ng/pkg/caffeine-ng/usr/share/icons/hicolor/16x16/apps
-Installing /home/cjennings/.cache/yay/caffeine-ng/src/caffeine-ng-v4.2.0-0-g5027f55/caffeine/assets/icons/hicolor/16x16/status/caffeine-cup-empty.png to /home/cjennings/.cache/yay/caffeine-ng/pkg/caffeine-ng/usr/share/icons/hicolor/16x16/status
-Installing /home/cjennings/.cache/yay/caffeine-ng/src/caffeine-ng-v4.2.0-0-g5027f55/caffeine/assets/icons/hicolor/16x16/status/caffeine-cup-full.png to /home/cjennings/.cache/yay/caffeine-ng/pkg/caffeine-ng/usr/share/icons/hicolor/16x16/status
-Installing /home/cjennings/.cache/yay/caffeine-ng/src/caffeine-ng-v4.2.0-0-g5027f55/caffeine/assets/icons/hicolor/22x22/apps/caffeine.png to /home/cjennings/.cache/yay/caffeine-ng/pkg/caffeine-ng/usr/share/icons/hicolor/22x22/apps
-Installing /home/cjennings/.cache/yay/caffeine-ng/src/caffeine-ng-v4.2.0-0-g5027f55/caffeine/assets/icons/hicolor/22x22/status/caffeine-cup-empty.png to /home/cjennings/.cache/yay/caffeine-ng/pkg/caffeine-ng/usr/share/icons/hicolor/22x22/status
-Installing /home/cjennings/.cache/yay/caffeine-ng/src/caffeine-ng-v4.2.0-0-g5027f55/caffeine/assets/icons/hicolor/22x22/status/caffeine-cup-full.png to /home/cjennings/.cache/yay/caffeine-ng/pkg/caffeine-ng/usr/share/icons/hicolor/22x22/status
-Installing /home/cjennings/.cache/yay/caffeine-ng/src/caffeine-ng-v4.2.0-0-g5027f55/caffeine/assets/icons/hicolor/24x24/apps/caffeine.png to /home/cjennings/.cache/yay/caffeine-ng/pkg/caffeine-ng/usr/share/icons/hicolor/24x24/apps
-Installing /home/cjennings/.cache/yay/caffeine-ng/src/caffeine-ng-v4.2.0-0-g5027f55/caffeine/assets/icons/hicolor/24x24/status/caffeine-cup-empty.png to /home/cjennings/.cache/yay/caffeine-ng/pkg/caffeine-ng/usr/share/icons/hicolor/24x24/status
-Installing /home/cjennings/.cache/yay/caffeine-ng/src/caffeine-ng-v4.2.0-0-g5027f55/caffeine/assets/icons/hicolor/24x24/status/caffeine-cup-full.png to /home/cjennings/.cache/yay/caffeine-ng/pkg/caffeine-ng/usr/share/icons/hicolor/24x24/status
-Installing /home/cjennings/.cache/yay/caffeine-ng/src/caffeine-ng-v4.2.0-0-g5027f55/caffeine/assets/icons/hicolor/32x32/apps/caffeine.png to /home/cjennings/.cache/yay/caffeine-ng/pkg/caffeine-ng/usr/share/icons/hicolor/32x32/apps
-Installing /home/cjennings/.cache/yay/caffeine-ng/src/caffeine-ng-v4.2.0-0-g5027f55/caffeine/assets/icons/hicolor/32x32/status/caffeine-cup-empty.png to /home/cjennings/.cache/yay/caffeine-ng/pkg/caffeine-ng/usr/share/icons/hicolor/32x32/status
-Installing /home/cjennings/.cache/yay/caffeine-ng/src/caffeine-ng-v4.2.0-0-g5027f55/caffeine/assets/icons/hicolor/32x32/status/caffeine-cup-full.png to /home/cjennings/.cache/yay/caffeine-ng/pkg/caffeine-ng/usr/share/icons/hicolor/32x32/status
-Installing /home/cjennings/.cache/yay/caffeine-ng/src/caffeine-ng-v4.2.0-0-g5027f55/caffeine/assets/icons/hicolor/48x48/apps/caffeine.png to /home/cjennings/.cache/yay/caffeine-ng/pkg/caffeine-ng/usr/share/icons/hicolor/48x48/apps
-Installing /home/cjennings/.cache/yay/caffeine-ng/src/caffeine-ng-v4.2.0-0-g5027f55/caffeine/assets/icons/hicolor/48x48/status/caffeine-cup-empty.png to /home/cjennings/.cache/yay/caffeine-ng/pkg/caffeine-ng/usr/share/icons/hicolor/48x48/status
-Installing /home/cjennings/.cache/yay/caffeine-ng/src/caffeine-ng-v4.2.0-0-g5027f55/caffeine/assets/icons/hicolor/48x48/status/caffeine-cup-full.png to /home/cjennings/.cache/yay/caffeine-ng/pkg/caffeine-ng/usr/share/icons/hicolor/48x48/status
-Installing /home/cjennings/.cache/yay/caffeine-ng/src/caffeine-ng-v4.2.0-0-g5027f55/caffeine/assets/icons/hicolor/scalable/apps/caffeine.svg to /home/cjennings/.cache/yay/caffeine-ng/pkg/caffeine-ng/usr/share/icons/hicolor/scalable/apps
-Installing /home/cjennings/.cache/yay/caffeine-ng/src/caffeine-ng-v4.2.0-0-g5027f55/caffeine/assets/icons/hicolor/scalable/status/caffeine-cup-empty.svg to /home/cjennings/.cache/yay/caffeine-ng/pkg/caffeine-ng/usr/share/icons/hicolor/scalable/status
-Installing /home/cjennings/.cache/yay/caffeine-ng/src/caffeine-ng-v4.2.0-0-g5027f55/caffeine/assets/icons/hicolor/scalable/status/caffeine-cup-full.svg to /home/cjennings/.cache/yay/caffeine-ng/pkg/caffeine-ng/usr/share/icons/hicolor/scalable/status
-Installing /home/cjennings/.cache/yay/caffeine-ng/src/caffeine-ng-v4.2.0-0-g5027f55/caffeine/assets/icons/ubuntu-mono-dark/status/16/caffeine-cup-empty.png to /home/cjennings/.cache/yay/caffeine-ng/pkg/caffeine-ng/usr/share/icons/ubuntu-mono-dark/status/16
-Installing /home/cjennings/.cache/yay/caffeine-ng/src/caffeine-ng-v4.2.0-0-g5027f55/caffeine/assets/icons/ubuntu-mono-dark/status/16/caffeine-cup-full.png to /home/cjennings/.cache/yay/caffeine-ng/pkg/caffeine-ng/usr/share/icons/ubuntu-mono-dark/status/16
-Installing /home/cjennings/.cache/yay/caffeine-ng/src/caffeine-ng-v4.2.0-0-g5027f55/caffeine/assets/icons/ubuntu-mono-dark/status/22/caffeine-cup-empty.png to /home/cjennings/.cache/yay/caffeine-ng/pkg/caffeine-ng/usr/share/icons/ubuntu-mono-dark/status/22
-Installing /home/cjennings/.cache/yay/caffeine-ng/src/caffeine-ng-v4.2.0-0-g5027f55/caffeine/assets/icons/ubuntu-mono-dark/status/22/caffeine-cup-full.png to /home/cjennings/.cache/yay/caffeine-ng/pkg/caffeine-ng/usr/share/icons/ubuntu-mono-dark/status/22
-Installing /home/cjennings/.cache/yay/caffeine-ng/src/caffeine-ng-v4.2.0-0-g5027f55/caffeine/assets/icons/ubuntu-mono-dark/status/24/caffeine-cup-empty.png to /home/cjennings/.cache/yay/caffeine-ng/pkg/caffeine-ng/usr/share/icons/ubuntu-mono-dark/status/24
-Installing /home/cjennings/.cache/yay/caffeine-ng/src/caffeine-ng-v4.2.0-0-g5027f55/caffeine/assets/icons/ubuntu-mono-dark/status/24/caffeine-cup-full.png to /home/cjennings/.cache/yay/caffeine-ng/pkg/caffeine-ng/usr/share/icons/ubuntu-mono-dark/status/24
-Installing /home/cjennings/.cache/yay/caffeine-ng/src/caffeine-ng-v4.2.0-0-g5027f55/caffeine/assets/icons/ubuntu-mono-dark/status/32/caffeine-cup-empty.png to /home/cjennings/.cache/yay/caffeine-ng/pkg/caffeine-ng/usr/share/icons/ubuntu-mono-dark/status/32
-Installing /home/cjennings/.cache/yay/caffeine-ng/src/caffeine-ng-v4.2.0-0-g5027f55/caffeine/assets/icons/ubuntu-mono-dark/status/32/caffeine-cup-full.png to /home/cjennings/.cache/yay/caffeine-ng/pkg/caffeine-ng/usr/share/icons/ubuntu-mono-dark/status/32
-Installing /home/cjennings/.cache/yay/caffeine-ng/src/caffeine-ng-v4.2.0-0-g5027f55/caffeine/assets/icons/ubuntu-mono-dark/status/48/caffeine-cup-empty.png to /home/cjennings/.cache/yay/caffeine-ng/pkg/caffeine-ng/usr/share/icons/ubuntu-mono-dark/status/48
-Installing /home/cjennings/.cache/yay/caffeine-ng/src/caffeine-ng-v4.2.0-0-g5027f55/caffeine/assets/icons/ubuntu-mono-dark/status/48/caffeine-cup-full.png to /home/cjennings/.cache/yay/caffeine-ng/pkg/caffeine-ng/usr/share/icons/ubuntu-mono-dark/status/48
-Installing /home/cjennings/.cache/yay/caffeine-ng/src/caffeine-ng-v4.2.0-0-g5027f55/caffeine/assets/icons/ubuntu-mono-dark/status/scalable/caffeine-cup-empty.svg to /home/cjennings/.cache/yay/caffeine-ng/pkg/caffeine-ng/usr/share/icons/ubuntu-mono-dark/status/scalable
-Installing /home/cjennings/.cache/yay/caffeine-ng/src/caffeine-ng-v4.2.0-0-g5027f55/caffeine/assets/icons/ubuntu-mono-dark/status/scalable/caffeine-cup-full.svg to /home/cjennings/.cache/yay/caffeine-ng/pkg/caffeine-ng/usr/share/icons/ubuntu-mono-dark/status/scalable
-Installing translations/ar/LC_MESSAGES/caffeine-ng.mo to /home/cjennings/.cache/yay/caffeine-ng/pkg/caffeine-ng/usr/share/locale/ar/LC_MESSAGES
-Installing translations/be/LC_MESSAGES/caffeine-ng.mo to /home/cjennings/.cache/yay/caffeine-ng/pkg/caffeine-ng/usr/share/locale/be/LC_MESSAGES
-Installing translations/bg/LC_MESSAGES/caffeine-ng.mo to /home/cjennings/.cache/yay/caffeine-ng/pkg/caffeine-ng/usr/share/locale/bg/LC_MESSAGES
-Installing translations/bs/LC_MESSAGES/caffeine-ng.mo to /home/cjennings/.cache/yay/caffeine-ng/pkg/caffeine-ng/usr/share/locale/bs/LC_MESSAGES
-Installing translations/ca/LC_MESSAGES/caffeine-ng.mo to /home/cjennings/.cache/yay/caffeine-ng/pkg/caffeine-ng/usr/share/locale/ca/LC_MESSAGES
-Installing translations/cs/LC_MESSAGES/caffeine-ng.mo to /home/cjennings/.cache/yay/caffeine-ng/pkg/caffeine-ng/usr/share/locale/cs/LC_MESSAGES
-Installing translations/da/LC_MESSAGES/caffeine-ng.mo to /home/cjennings/.cache/yay/caffeine-ng/pkg/caffeine-ng/usr/share/locale/da/LC_MESSAGES
-Installing translations/de/LC_MESSAGES/caffeine-ng.mo to /home/cjennings/.cache/yay/caffeine-ng/pkg/caffeine-ng/usr/share/locale/de/LC_MESSAGES
-Installing translations/el/LC_MESSAGES/caffeine-ng.mo to /home/cjennings/.cache/yay/caffeine-ng/pkg/caffeine-ng/usr/share/locale/el/LC_MESSAGES
-Installing translations/en_GB/LC_MESSAGES/caffeine-ng.mo to /home/cjennings/.cache/yay/caffeine-ng/pkg/caffeine-ng/usr/share/locale/en_GB/LC_MESSAGES
-Installing translations/eo/LC_MESSAGES/caffeine-ng.mo to /home/cjennings/.cache/yay/caffeine-ng/pkg/caffeine-ng/usr/share/locale/eo/LC_MESSAGES
-Installing translations/es/LC_MESSAGES/caffeine-ng.mo to /home/cjennings/.cache/yay/caffeine-ng/pkg/caffeine-ng/usr/share/locale/es/LC_MESSAGES
-Installing translations/eu/LC_MESSAGES/caffeine-ng.mo to /home/cjennings/.cache/yay/caffeine-ng/pkg/caffeine-ng/usr/share/locale/eu/LC_MESSAGES
-Installing translations/fi/LC_MESSAGES/caffeine-ng.mo to /home/cjennings/.cache/yay/caffeine-ng/pkg/caffeine-ng/usr/share/locale/fi/LC_MESSAGES
-Installing translations/fr/LC_MESSAGES/caffeine-ng.mo to /home/cjennings/.cache/yay/caffeine-ng/pkg/caffeine-ng/usr/share/locale/fr/LC_MESSAGES
-Installing translations/gl/LC_MESSAGES/caffeine-ng.mo to /home/cjennings/.cache/yay/caffeine-ng/pkg/caffeine-ng/usr/share/locale/gl/LC_MESSAGES
-Installing translations/he/LC_MESSAGES/caffeine-ng.mo to /home/cjennings/.cache/yay/caffeine-ng/pkg/caffeine-ng/usr/share/locale/he/LC_MESSAGES
-Installing translations/hu/LC_MESSAGES/caffeine-ng.mo to /home/cjennings/.cache/yay/caffeine-ng/pkg/caffeine-ng/usr/share/locale/hu/LC_MESSAGES
-Installing translations/it/LC_MESSAGES/caffeine-ng.mo to /home/cjennings/.cache/yay/caffeine-ng/pkg/caffeine-ng/usr/share/locale/it/LC_MESSAGES
-Installing translations/ja/LC_MESSAGES/caffeine-ng.mo to /home/cjennings/.cache/yay/caffeine-ng/pkg/caffeine-ng/usr/share/locale/ja/LC_MESSAGES
-Installing translations/lt/LC_MESSAGES/caffeine-ng.mo to /home/cjennings/.cache/yay/caffeine-ng/pkg/caffeine-ng/usr/share/locale/lt/LC_MESSAGES
-Installing translations/ms/LC_MESSAGES/caffeine-ng.mo to /home/cjennings/.cache/yay/caffeine-ng/pkg/caffeine-ng/usr/share/locale/ms/LC_MESSAGES
-Installing translations/nl/LC_MESSAGES/caffeine-ng.mo to /home/cjennings/.cache/yay/caffeine-ng/pkg/caffeine-ng/usr/share/locale/nl/LC_MESSAGES
-Installing translations/no/LC_MESSAGES/caffeine-ng.mo to /home/cjennings/.cache/yay/caffeine-ng/pkg/caffeine-ng/usr/share/locale/no/LC_MESSAGES
-Installing translations/pl/LC_MESSAGES/caffeine-ng.mo to /home/cjennings/.cache/yay/caffeine-ng/pkg/caffeine-ng/usr/share/locale/pl/LC_MESSAGES
-Installing translations/pt/LC_MESSAGES/caffeine-ng.mo to /home/cjennings/.cache/yay/caffeine-ng/pkg/caffeine-ng/usr/share/locale/pt/LC_MESSAGES
-Installing translations/pt_BR/LC_MESSAGES/caffeine-ng.mo to /home/cjennings/.cache/yay/caffeine-ng/pkg/caffeine-ng/usr/share/locale/pt_BR/LC_MESSAGES
-Installing translations/ro/LC_MESSAGES/caffeine-ng.mo to /home/cjennings/.cache/yay/caffeine-ng/pkg/caffeine-ng/usr/share/locale/ro/LC_MESSAGES
-Installing translations/ru/LC_MESSAGES/caffeine-ng.mo to /home/cjennings/.cache/yay/caffeine-ng/pkg/caffeine-ng/usr/share/locale/ru/LC_MESSAGES
-Installing translations/sk/LC_MESSAGES/caffeine-ng.mo to /home/cjennings/.cache/yay/caffeine-ng/pkg/caffeine-ng/usr/share/locale/sk/LC_MESSAGES
-Installing translations/sv/LC_MESSAGES/caffeine-ng.mo to /home/cjennings/.cache/yay/caffeine-ng/pkg/caffeine-ng/usr/share/locale/sv/LC_MESSAGES
-Installing translations/th/LC_MESSAGES/caffeine-ng.mo to /home/cjennings/.cache/yay/caffeine-ng/pkg/caffeine-ng/usr/share/locale/th/LC_MESSAGES
-Installing translations/tr/LC_MESSAGES/caffeine-ng.mo to /home/cjennings/.cache/yay/caffeine-ng/pkg/caffeine-ng/usr/share/locale/tr/LC_MESSAGES
-Installing translations/uk/LC_MESSAGES/caffeine-ng.mo to /home/cjennings/.cache/yay/caffeine-ng/pkg/caffeine-ng/usr/share/locale/uk/LC_MESSAGES
-Installing translations/vi/LC_MESSAGES/caffeine-ng.mo to /home/cjennings/.cache/yay/caffeine-ng/pkg/caffeine-ng/usr/share/locale/vi/LC_MESSAGES
-Installing translations/xh/LC_MESSAGES/caffeine-ng.mo to /home/cjennings/.cache/yay/caffeine-ng/pkg/caffeine-ng/usr/share/locale/xh/LC_MESSAGES
-Installing translations/zh_TW/LC_MESSAGES/caffeine-ng.mo to /home/cjennings/.cache/yay/caffeine-ng/pkg/caffeine-ng/usr/share/locale/zh_TW/LC_MESSAGES
-Installing caffeine.1 to /home/cjennings/.cache/yay/caffeine-ng/pkg/caffeine-ng/usr/share/man/man1
-Installing /home/cjennings/.cache/yay/caffeine-ng/src/caffeine-ng-v4.2.0-0-g5027f55/caffeine/__init__.py to /home/cjennings/.cache/yay/caffeine-ng/pkg/caffeine-ng/usr/lib/python3.13/site-packages/caffeine
-Installing /home/cjennings/.cache/yay/caffeine-ng/src/caffeine-ng-v4.2.0-0-g5027f55/caffeine/__main__.py to /home/cjennings/.cache/yay/caffeine-ng/pkg/caffeine-ng/usr/lib/python3.13/site-packages/caffeine
-Installing /home/cjennings/.cache/yay/caffeine-ng/src/caffeine-ng-v4.2.0-0-g5027f55/caffeine/applicationinstance.py to /home/cjennings/.cache/yay/caffeine-ng/pkg/caffeine-ng/usr/lib/python3.13/site-packages/caffeine
-Installing /home/cjennings/.cache/yay/caffeine-ng/src/caffeine-ng-v4.2.0-0-g5027f55/caffeine/cli.py to /home/cjennings/.cache/yay/caffeine-ng/pkg/caffeine-ng/usr/lib/python3.13/site-packages/caffeine
-Installing /home/cjennings/.cache/yay/caffeine-ng/src/caffeine-ng-v4.2.0-0-g5027f55/caffeine/core.py to /home/cjennings/.cache/yay/caffeine-ng/pkg/caffeine-ng/usr/lib/python3.13/site-packages/caffeine
-Installing /home/cjennings/.cache/yay/caffeine-ng/src/caffeine-ng-v4.2.0-0-g5027f55/caffeine/icons.py to /home/cjennings/.cache/yay/caffeine-ng/pkg/caffeine-ng/usr/lib/python3.13/site-packages/caffeine
-Installing /home/cjennings/.cache/yay/caffeine-ng/src/caffeine-ng-v4.2.0-0-g5027f55/caffeine/inhibitors.py to /home/cjennings/.cache/yay/caffeine-ng/pkg/caffeine-ng/usr/lib/python3.13/site-packages/caffeine
-Installing /home/cjennings/.cache/yay/caffeine-ng/src/caffeine-ng-v4.2.0-0-g5027f55/caffeine/main.py to /home/cjennings/.cache/yay/caffeine-ng/pkg/caffeine-ng/usr/lib/python3.13/site-packages/caffeine
-Installing /home/cjennings/.cache/yay/caffeine-ng/src/caffeine-ng-v4.2.0-0-g5027f55/build/paths.py to /home/cjennings/.cache/yay/caffeine-ng/pkg/caffeine-ng/usr/lib/python3.13/site-packages/caffeine
-Installing /home/cjennings/.cache/yay/caffeine-ng/src/caffeine-ng-v4.2.0-0-g5027f55/caffeine/procmanager.py to /home/cjennings/.cache/yay/caffeine-ng/pkg/caffeine-ng/usr/lib/python3.13/site-packages/caffeineCompiling '/home/cjennings/.cache/yay/caffeine-ng/pkg/caffeine-ng/usr/lib/python3.13/site-packages/caffeine/__init__.py'...
-Compiling '/home/cjennings/.cache/yay/caffeine-ng/pkg/caffeine-ng/usr/lib/python3.13/site-packages/caffeine/__main__.py'...
-Compiling '/home/cjennings/.cache/yay/caffeine-ng/pkg/caffeine-ng/usr/lib/python3.13/site-packages/caffeine/applicationinstance.py'...
-Compiling '/home/cjennings/.cache/yay/caffeine-ng/pkg/caffeine-ng/usr/lib/python3.13/site-packages/caffeine/cli.py'...
-Compiling '/home/cjennings/.cache/yay/caffeine-ng/pkg/caffeine-ng/usr/lib/python3.13/site-packages/caffeine/core.py'...
-Compiling '/home/cjennings/.cache/yay/caffeine-ng/pkg/caffeine-ng/usr/lib/python3.13/site-packages/caffeine/icons.py'...
-Compiling '/home/cjennings/.cache/yay/caffeine-ng/pkg/caffeine-ng/usr/lib/python3.13/site-packages/caffeine/inhibitors.py'...
-Compiling '/home/cjennings/.cache/yay/caffeine-ng/pkg/caffeine-ng/usr/lib/python3.13/site-packages/caffeine/main.py'...
-Compiling '/home/cjennings/.cache/yay/caffeine-ng/pkg/caffeine-ng/usr/lib/python3.13/site-packages/caffeine/paths.py'...
-Compiling '/home/cjennings/.cache/yay/caffeine-ng/pkg/caffeine-ng/usr/lib/python3.13/site-packages/caffeine/procmanager.py'...
-Compiling '/home/cjennings/.cache/yay/caffeine-ng/pkg/caffeine-ng/usr/lib/python3.13/site-packages/caffeine/triggers.py'...
-Compiling '/home/cjennings/.cache/yay/caffeine-ng/pkg/caffeine-ng/usr/lib/python3.13/site-packages/caffeine/utils.py'...
-Compiling '/home/cjennings/.cache/yay/caffeine-ng/pkg/caffeine-ng/usr/lib/python3.13/site-packages/caffeine/version.py'...
-Compiling '/home/cjennings/.cache/yay/caffeine-ng/pkg/caffeine-ng/usr/lib/python3.13/site-packages/caffeine/__init__.py'...
-Compiling '/home/cjennings/.cache/yay/caffeine-ng/pkg/caffeine-ng/usr/lib/python3.13/site-packages/caffeine/__main__.py'...
-Compiling '/home/cjennings/.cache/yay/caffeine-ng/pkg/caffeine-ng/usr/lib/python3.13/site-packages/caffeine/applicationinstance.py'...
-Compiling '/home/cjennings/.cache/yay/caffeine-ng/pkg/caffeine-ng/usr/lib/python3.13/site-packages/caffeine/cli.py'...
-Compiling '/home/cjennings/.cache/yay/caffeine-ng/pkg/caffeine-ng/usr/lib/python3.13/site-packages/caffeine/core.py'...
-Compiling '/home/cjennings/.cache/yay/caffeine-ng/pkg/caffeine-ng/usr/lib/python3.13/site-packages/caffeine/icons.py'...
-Compiling '/home/cjennings/.cache/yay/caffeine-ng/pkg/caffeine-ng/usr/lib/python3.13/site-packages/caffeine/inhibitors.py'...
-Compiling '/home/cjennings/.cache/yay/caffeine-ng/pkg/caffeine-ng/usr/lib/python3.13/site-packages/caffeine/main.py'...
-Compiling '/home/cjennings/.cache/yay/caffeine-ng/pkg/caffeine-ng/usr/lib/python3.13/site-packages/caffeine/paths.py'...
-Compiling '/home/cjennings/.cache/yay/caffeine-ng/pkg/caffeine-ng/usr/lib/python3.13/site-packages/caffeine/procmanager.py'...
-Compiling '/home/cjennings/.cache/yay/caffeine-ng/pkg/caffeine-ng/usr/lib/python3.13/site-packages/caffeine/triggers.py'...
-Compiling '/home/cjennings/.cache/yay/caffeine-ng/pkg/caffeine-ng/usr/lib/python3.13/site-packages/caffeine/utils.py'...
-Compiling '/home/cjennings/.cache/yay/caffeine-ng/pkg/caffeine-ng/usr/lib/python3.13/site-packages/caffeine/version.py'...
-
-Installing /home/cjennings/.cache/yay/caffeine-ng/src/caffeine-ng-v4.2.0-0-g5027f55/caffeine/triggers.py to /home/cjennings/.cache/yay/caffeine-ng/pkg/caffeine-ng/usr/lib/python3.13/site-packages/caffeine
-Installing /home/cjennings/.cache/yay/caffeine-ng/src/caffeine-ng-v4.2.0-0-g5027f55/caffeine/utils.py to /home/cjennings/.cache/yay/caffeine-ng/pkg/caffeine-ng/usr/lib/python3.13/site-packages/caffeine
-Installing /home/cjennings/.cache/yay/caffeine-ng/src/caffeine-ng-v4.2.0-0-g5027f55/build/version.py to /home/cjennings/.cache/yay/caffeine-ng/pkg/caffeine-ng/usr/lib/python3.13/site-packages/caffeine
-Installing /home/cjennings/.cache/yay/caffeine-ng/src/caffeine-ng-v4.2.0-0-g5027f55/build/caffeine to /home/cjennings/.cache/yay/caffeine-ng/pkg/caffeine-ng/usr/bin
-Installing /home/cjennings/.cache/yay/caffeine-ng/src/caffeine-ng-v4.2.0-0-g5027f55/share/applications/caffeine.desktop to /home/cjennings/.cache/yay/caffeine-ng/pkg/caffeine-ng/etc/xdg/autostart
-Installing /home/cjennings/.cache/yay/caffeine-ng/src/caffeine-ng-v4.2.0-0-g5027f55/share/applications/caffeine.desktop to /home/cjennings/.cache/yay/caffeine-ng/pkg/caffeine-ng/usr/share/applications
-Installing /home/cjennings/.cache/yay/caffeine-ng/src/caffeine-ng-v4.2.0-0-g5027f55/share/glib-2.0/schemas/net.launchpad.caffeine.gschema.xml to /home/cjennings/.cache/yay/caffeine-ng/pkg/caffeine-ng/usr/share/glib-2.0/schemas
-Installing /home/cjennings/.cache/yay/caffeine-ng/src/caffeine-ng-v4.2.0-0-g5027f55/./share/pixmaps/caffeine.png to /home/cjennings/.cache/yay/caffeine-ng/pkg/caffeine-ng/usr/share/pixmaps
-Running custom install script '/usr/bin/python3 /home/cjennings/.cache/yay/caffeine-ng/src/caffeine-ng-v4.2.0-0-g5027f55/build/meson-private/pycompile.py python-3.13-installed.json 1'
-==> Tidying install...
- -> Removing libtool files...
- -> Purging unwanted files...
- -> Removing static library files...
- -> Stripping unneeded symbols from binaries and libraries...
- -> Compressing man and info pages...
-==> Checking for packaging issues...
-==> Creating package "caffeine-ng"...
- -> Generating .PKGINFO file...
- -> Generating .BUILDINFO file...
- -> Generating .MTREE file...
- -> Compressing package...
-==> Leaving fakeroot environment.
-==> Finished making: caffeine-ng 4.2.0-2 (Sun 08 Jun 2025 02:09:38 PM CDT)
-==> Cleaning up...
-loading packages...
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (1) caffeine-ng-4.2.0-2
-
-Total Installed Size: 0.46 MiB
-
-:: Proceed with installation? [Y/n]
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing caffeine-ng...
-Optional dependencies for caffeine-ng
- xfconf: Support for Xfce presentation mode.
-:: Running post-transaction hooks...
-(1/4) Arming ConditionNeedsUpdate...
-(2/4) Compiling GSettings XML schema files...
-(3/4) Updating icon theme caches...
-(4/4) Updating the desktop file MIME type cache...
-...installing flameshot via the AUR @ 14:09:39
-Sync Explicit (1): flameshot-12.1.0-6
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (15) double-conversion-3.3.1-1 kguiaddons5-5.116.0-1 libxkbcommon-x11-1.10.0-1 md4c-0.5.2-1 qt5-base-5.15.17+kde+r123-1 qt5-declarative-5.15.17+kde+r21-1 qt5-svg-5.15.17+kde+r5-1 qt5-translations-5.15.17-1 qt5-wayland-5.15.17+kde+r57-1 qt5-x11extras-5.15.17-1 tslib-1.23-1 xcb-util-image-0.4.1-3 xcb-util-renderutil-0.3.10-2 xcb-util-wm-0.4.2-2 flameshot-12.1.0-6
-
-Total Download Size: 22.27 MiB
-Total Installed Size: 112.42 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- qt5-base-5.15.17+kde+r123-1-x86_64 downloading...
- qt5-declarative-5.15.17+kde+r21-1-x86_64 downloading...
- qt5-translations-5.15.17-1-any downloading...
- qt5-wayland-5.15.17+kde+r57-1-x86_64 downloading...
- flameshot-12.1.0-6-x86_64 downloading...
- kguiaddons5-5.116.0-1-x86_64 downloading...
- qt5-svg-5.15.17+kde+r5-1-x86_64 downloading...
- tslib-1.23-1-x86_64 downloading...
- md4c-0.5.2-1-x86_64 downloading...
- double-conversion-3.3.1-1-x86_64 downloading...
- xcb-util-wm-0.4.2-2-x86_64 downloading...
- libxkbcommon-x11-1.10.0-1-x86_64 downloading...
- xcb-util-image-0.4.1-3-x86_64 downloading...
- qt5-x11extras-5.15.17-1-x86_64 downloading...
- xcb-util-renderutil-0.3.10-2-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing xcb-util-renderutil...
-installing xcb-util-wm...
-installing xcb-util-image...
-installing tslib...
-installing libxkbcommon-x11...
-installing double-conversion...
-installing md4c...
-installing qt5-translations...
-installing qt5-base...
-Optional dependencies for qt5-base
- qt5-svg: to use SVG icon themes [pending]
- qt5-wayland: to run Qt applications in a Wayland session [pending]
- postgresql-libs: PostgreSQL driver
- mariadb-libs: MariaDB driver
- unixodbc: ODBC driver
- libfbclient: Firebird/iBase driver
- freetds: MS SQL driver
- gtk3: GTK platform plugin [installed]
- perl: for fixqt4headers and syncqt [installed]
-installing qt5-svg...
-installing qt5-x11extras...
-installing qt5-declarative...
-installing qt5-wayland...
-installing kguiaddons5...
-installing flameshot...
-Optional dependencies for flameshot
- gnome-shell-extension-appindicator: for system tray icon if you are using Gnome
- grim: for wlroots wayland support
- xdg-desktop-portal: for wayland support, you will need the implementation for your wayland desktop environment
- qt5-imageformats: for additional export image formats (e.g. tiff, webp, and more)
-:: Running post-transaction hooks...
-(1/3) Arming ConditionNeedsUpdate...
-(2/3) Updating icon theme caches...
-(3/3) Updating the desktop file MIME type cache...
-...installing python-pulsectl via the AUR @ 14:09:47
-AUR Dependency (1): python-pulsectl-1:24.12.0-1
-:: PKGBUILD up to date, skipping download: python-pulsectl
- 1 python-pulsectl (Installed) (Build Files Exist)
-==> Packages to cleanBuild?
-==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
-==>
- 1 python-pulsectl (Installed) (Build Files Exist)
-==> Diffs to show?
-==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
-==>
-==> Making package: python-pulsectl 1:24.12.0-1 (Sun 08 Jun 2025 02:09:50 PM CDT)
-==> Retrieving sources...
- -> Found pulsectl-24.12.0.tar.gz
-==> WARNING: Skipping verification of source file PGP signatures.
-==> Validating source files with sha256sums...
- pulsectl-24.12.0.tar.gz ... Passed
-:: (1/1) Parsing SRCINFO: python-pulsectl
-==> Making package: python-pulsectl 1:24.12.0-1 (Sun 08 Jun 2025 02:09:51 PM CDT)
-==> Checking runtime dependencies...
-==> Checking buildtime dependencies...
-==> Retrieving sources...
- -> Found pulsectl-24.12.0.tar.gz
-==> Validating source files with sha256sums...
- pulsectl-24.12.0.tar.gz ... Passed
-==> Removing existing $srcdir/ directory...
-==> Extracting sources...
- -> Extracting pulsectl-24.12.0.tar.gz with bsdtar
-==> Sources are ready.
-==> Making package: python-pulsectl 1:24.12.0-1 (Sun 08 Jun 2025 02:09:54 PM CDT)
-==> Checking runtime dependencies...
-==> Checking buildtime dependencies...
-==> WARNING: Using existing $srcdir/ tree
-==> Starting build()...
-* Getting build dependencies for wheel...
-/usr/lib/python3.13/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
-!!
-
- ********************************************************************************
- Please consider removing the following classifiers in favor of a SPDX license expression:
-
- License :: OSI Approved :: MIT License
-
- See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
- ********************************************************************************
-
-!!
- self._finalize_license_expression()
-running egg_info
-writing pulsectl.egg-info/PKG-INFO
-writing dependency_links to pulsectl.egg-info/dependency_links.txt
-writing top-level names to pulsectl.egg-info/top_level.txt
-reading manifest file 'pulsectl.egg-info/SOURCES.txt'
-reading manifest template 'MANIFEST.in'
-adding license file 'COPYING'
-writing manifest file 'pulsectl.egg-info/SOURCES.txt'
-* Building wheel...
-/usr/lib/python3.13/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
-!!
-
- ********************************************************************************
- Please consider removing the following classifiers in favor of a SPDX license expression:
-
- License :: OSI Approved :: MIT License
-
- See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
- ********************************************************************************
-
-!!
- self._finalize_license_expression()
-running bdist_wheel
-/usr/lib/python3.13/site-packages/setuptools/_distutils/cmd.py:135: SetuptoolsDeprecationWarning: bdist_wheel.universal is deprecated
-!!
-
- ********************************************************************************
- With Python 2.7 end-of-life, support for building universal wheels
- (i.e., wheels that support both Python 2 and Python 3)
- is being obviated.
- Please discontinue using this option, or if you still need it,
- file an issue with pypa/setuptools describing your use case.
-
- By 2025-Aug-30, you need to update your project and remove deprecated calls
- or your builds will no longer be supported.
- ********************************************************************************
-
-!!
- self.finalize_options()
-running build
-running build_py
-creating build/lib/pulsectl
-copying pulsectl/__init__.py -> build/lib/pulsectl
-copying pulsectl/_pulsectl.py -> build/lib/pulsectl
-copying pulsectl/lookup.py -> build/lib/pulsectl
-copying pulsectl/pulsectl.py -> build/lib/pulsectl
-creating build/lib/pulsectl/tests
-copying pulsectl/tests/__init__.py -> build/lib/pulsectl/tests
-copying pulsectl/tests/test_with_dummy_instance.py -> build/lib/pulsectl/tests
-running egg_info
-writing pulsectl.egg-info/PKG-INFO
-writing dependency_links to pulsectl.egg-info/dependency_links.txt
-writing top-level names to pulsectl.egg-info/top_level.txt
-reading manifest file 'pulsectl.egg-info/SOURCES.txt'
-reading manifest template 'MANIFEST.in'
-adding license file 'COPYING'
-writing manifest file 'pulsectl.egg-info/SOURCES.txt'
-installing to build/bdist.linux-x86_64/wheel
-running install
-running install_lib
-creating build/bdist.linux-x86_64/wheel
-creating build/bdist.linux-x86_64/wheel/pulsectl
-copying build/lib/pulsectl/__init__.py -> build/bdist.linux-x86_64/wheel/./pulsectl
-copying build/lib/pulsectl/_pulsectl.py -> build/bdist.linux-x86_64/wheel/./pulsectl
-copying build/lib/pulsectl/lookup.py -> build/bdist.linux-x86_64/wheel/./pulsectl
-copying build/lib/pulsectl/pulsectl.py -> build/bdist.linux-x86_64/wheel/./pulsectl
-creating build/bdist.linux-x86_64/wheel/pulsectl/tests
-copying build/lib/pulsectl/tests/__init__.py -> build/bdist.linux-x86_64/wheel/./pulsectl/tests
-copying build/lib/pulsectl/tests/test_with_dummy_instance.py -> build/bdist.linux-x86_64/wheel/./pulsectl/tests
-running install_egg_info
-Copying pulsectl.egg-info to build/bdist.linux-x86_64/wheel/./pulsectl-24.12.0-py3.13.egg-info
-running install_scripts
-creating build/bdist.linux-x86_64/wheel/pulsectl-24.12.0.dist-info/WHEEL
-creating '/home/cjennings/.cache/yay/python-pulsectl/src/pulsectl-24.12.0/dist/.tmp-4_w1u5ce/pulsectl-24.12.0-py2.py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it
-adding 'pulsectl/__init__.py'
-adding 'pulsectl/_pulsectl.py'
-adding 'pulsectl/lookup.py'
-adding 'pulsectl/pulsectl.py'
-adding 'pulsectl/tests/__init__.py'
-adding 'pulsectl/tests/test_with_dummy_instance.py'
-adding 'pulsectl-24.12.0.dist-info/licenses/COPYING'
-adding 'pulsectl-24.12.0.dist-info/METADATA'
-adding 'pulsectl-24.12.0.dist-info/WHEEL'
-adding 'pulsectl-24.12.0.dist-info/top_level.txt'
-adding 'pulsectl-24.12.0.dist-info/RECORD'
-removing build/bdist.linux-x86_64/wheel
-Successfully built pulsectl-24.12.0-py2.py3-none-any.whl
-==> Entering fakeroot environment...
-==> Starting package()...
-==> Tidying install...
- -> Removing libtool files...
- -> Purging unwanted files...
- -> Removing static library files...
- -> Stripping unneeded symbols from binaries and libraries...
- -> Compressing man and info pages...
-==> Checking for packaging issues...
-==> Creating package "python-pulsectl"...
- -> Generating .PKGINFO file...
- -> Generating .BUILDINFO file...
- -> Generating .MTREE file...
- -> Compressing package...
-==> Leaving fakeroot environment.
-==> Finished making: python-pulsectl 1:24.12.0-1 (Sun 08 Jun 2025 02:09:57 PM CDT)
-==> Cleaning up...
-warning: python-pulsectl-1:24.12.0-1 is up to date -- reinstalling
-loading packages...
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (1) python-pulsectl-1:24.12.0-1
-
-Total Installed Size: 0.44 MiB
-Net Upgrade Size: 0.00 MiB
-
-:: Proceed with installation? [Y/n]
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Running pre-transaction hooks...
-(1/1) Creating Timeshift snapshot before upgrade...
-First run mode (config file not found)
-Selected default snapshot type: BTRFS
-Using system disk as snapshot device for creating snapshots in BTRFS mode
-Mounted '/dev/sda2' at '/run/timeshift/174076/backup'
-Creating new backup...(BTRFS)
-Saving to device: /dev/sda2, mounted at path: /run/timeshift/174076/backup
-Created directory: /run/timeshift/174076/backup/timeshift-btrfs/snapshots/2025-06-08_14-09-57
-Created subvolume snapshot: /run/timeshift/174076/backup/timeshift-btrfs/snapshots/2025-06-08_14-09-57/@
-Created control file: /run/timeshift/174076/backup/timeshift-btrfs/snapshots/2025-06-08_14-09-57/info.json
-BTRFS Snapshot saved successfully (0s)
-Tagged snapshot '2025-06-08_14-09-57': ondemand
-------------------------------------------------------------------------------
-btrfs: Quotas are not enabled
-Generating grub configuration file ...
-Found linux image: /boot/vmlinuz-linux-lts
-Found initrd image: /boot/initramfs-linux-lts.img
-Found fallback initrd image(s) in /boot: initramfs-linux-lts-fallback.img
-Found linux image: /boot/vmlinuz-linux
-Found initrd image: /boot/initramfs-linux.img
-Found fallback initrd image(s) in /boot: initramfs-linux-fallback.img
-Warning: os-prober will not be executed to detect other bootable partitions.
-Systems on them will not be added to the GRUB boot configuration.
-Check GRUB_DISABLE_OS_PROBER documentation entry.
-Adding boot menu entry for UEFI Firmware Settings ...
-Detecting snapshots ...
-Found snapshot: 2025-06-08 14:09:57 | timeshift-btrfs/snapshots/2025-06-08_14-09-57/@ | ondemand | {timeshift-autosnap} {created before upgrade} |
-Found 1 snapshot(s)
-Unmount /tmp/grub-btrfs.RPTga9yqDP .. Success
-done
-:: Processing package changes...
-reinstalling python-pulsectl...
-:: Running post-transaction hooks...
-(1/1) Arming ConditionNeedsUpdate...
-...installing xautolock via the AUR @ 14:09:59
-AUR Explicit (1): xautolock-2.2-8
-Sync Make Dependency (1): imake-1.0.10-2
-:: (1/1) Downloaded PKGBUILD: xautolock
- 1 xautolock (Build Files Exist)
-==> Packages to cleanBuild?
-==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
-==>
- 1 xautolock (Build Files Exist)
-==> Diffs to show?
-==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
-==>
-==> Making package: xautolock 2.2-8 (Sun 08 Jun 2025 02:10:04 PM CDT)
-==> Retrieving sources...
- -> Downloading xautolock-2.2.tgz...
- % Total % Received % Xferd Average Speed Time Time Time Current
- Dload Upload Total Spent Left Speed
- 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 35288 100 35288 0 0 40456 0 --:--:-- --:--:-- --:--:-- 40421
- -> Found 10-fix-memory-corruption.patch
- -> Found 11-fix-no-dpms.patch
- -> Found 12-fix-manpage.patch
- -> Found 13-fix-hppa-build.patch
- -> Found 14-do-not-use-union-wait-type.patch
- -> Found 15-rephrase-manpage.patch
- -> Found 16-unlimit-maxtimes.patch
-==> WARNING: Skipping verification of source file PGP signatures.
-==> Validating source files with sha256sums...
- xautolock-2.2.tgz ... Passed
- 10-fix-memory-corruption.patch ... Passed
- 11-fix-no-dpms.patch ... Passed
- 12-fix-manpage.patch ... Passed
- 13-fix-hppa-build.patch ... Passed
- 14-do-not-use-union-wait-type.patch ... Passed
- 15-rephrase-manpage.patch ... Passed
- 16-unlimit-maxtimes.patch ... Passed
-:: (1/1) Parsing SRCINFO: xautolock
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (1) imake-1.0.10-2
-
-Total Download Size: 0.22 MiB
-Total Installed Size: 1.25 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- imake-1.0.10-2-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing imake...
-Optional dependencies for imake
- perl: for mkhtmlindex [installed]
-:: Running post-transaction hooks...
-(1/1) Arming ConditionNeedsUpdate...
-==> Making package: xautolock 2.2-8 (Sun 08 Jun 2025 02:10:10 PM CDT)
-==> Checking runtime dependencies...
-==> Checking buildtime dependencies...
-==> Retrieving sources...
- -> Found xautolock-2.2.tgz
- -> Found 10-fix-memory-corruption.patch
- -> Found 11-fix-no-dpms.patch
- -> Found 12-fix-manpage.patch
- -> Found 13-fix-hppa-build.patch
- -> Found 14-do-not-use-union-wait-type.patch
- -> Found 15-rephrase-manpage.patch
- -> Found 16-unlimit-maxtimes.patch
-==> Validating source files with sha256sums...
- xautolock-2.2.tgz ... Passed
- 10-fix-memory-corruption.patch ... Passed
- 11-fix-no-dpms.patch ... Passed
- 12-fix-manpage.patch ... Passed
- 13-fix-hppa-build.patch ... Passed
- 14-do-not-use-union-wait-type.patch ... Passed
- 15-rephrase-manpage.patch ... Passed
- 16-unlimit-maxtimes.patch ... Passed
-==> Removing existing $srcdir/ directory...
-==> Extracting sources...
- -> Extracting xautolock-2.2.tgz with bsdtar
-==> Starting prepare()...
-patching file src/options.c
-Hunk #1 succeeded at 255 (offset 5 lines).
-Hunk #2 succeeded at 264 (offset 5 lines).
-patching file include/config.h
-Hunk #1 succeeded at 65 (offset 1 line).
-patching file src/engine.c
-Hunk #1 succeeded at 31 (offset 1 line).
-Hunk #2 succeeded at 52 (offset 1 line).
-patching file xautolock.man
-patching file Imakefile
-patching file src/engine.c
-patching file xautolock.man
-patching file include/config.h
-patching file src/options.c
-patching file xautolock.man
-==> Sources are ready.
-==> Making package: xautolock 2.2-8 (Sun 08 Jun 2025 02:10:14 PM CDT)
-==> Checking runtime dependencies...
-==> Checking buildtime dependencies...
-==> WARNING: Using existing $srcdir/ tree
-==> Starting build()...
-imake -DUseInstalled -I/usr/lib/X11/config
-gcc -O2 -fno-strength-reduce -fno-strict-aliasing -Iinclude -I/usr/include -Dlinux -D__amd64__ -D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE -D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DFUNCPROTO=15 -DNARROWPROTO -DHasVFork -DHasScreenSaver -c src/diy.c -o src/diy.o
-gcc -O2 -fno-strength-reduce -fno-strict-aliasing -Iinclude -I/usr/include -Dlinux -D__amd64__ -D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE -D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DFUNCPROTO=15 -DNARROWPROTO -DHasVFork -DHasScreenSaver -c src/options.c -o src/options.o
-gcc -O2 -fno-strength-reduce -fno-strict-aliasing -Iinclude -I/usr/include -Dlinux -D__amd64__ -D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE -D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DFUNCPROTO=15 -DNARROWPROTO -DHasVFork -DHasScreenSaver -c src/message.c -o src/message.o
-gcc -O2 -fno-strength-reduce -fno-strict-aliasing -Iinclude -I/usr/include -Dlinux -D__amd64__ -D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE -D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DFUNCPROTO=15 -DNARROWPROTO -DHasVFork -DHasScreenSaver -c src/state.c -o src/state.o
-In file included from /usr/include/bits/libc-header-start.h:33,
- from /usr/include/stdio.h:28,
- from include/config.h:31,
- from include/state.h:24,
- from src/state.c:21:
-/usr/include/features.h:199:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
- 199 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
- | ^~~~~~~
-In file included from /usr/include/bits/libc-header-start.h:33,
- from /usr/include/stdio.h:28,
- from include/config.h:31,
- from include/diy.h:26,
- from src/diy.c:31:
-/usr/include/features.h:199:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
- 199 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
- | ^~~~~~~
-In file included from /usr/include/bits/libc-header-start.h:33,
- from /usr/include/stdio.h:28,
- from include/config.h:31,
- from include/options.h:24,
- from src/options.c:21:
-/usr/include/features.h:199:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
- 199 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
- | ^~~~~~~
-In file included from /usr/include/bits/libc-header-start.h:33,
- from /usr/include/stdio.h:28,
- from include/config.h:31,
- from include/message.h:24,
- from src/message.c:21:
-/usr/include/features.h:199:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
- 199 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
- | ^~~~~~~
-gcc -O2 -fno-strength-reduce -fno-strict-aliasing -Iinclude -I/usr/include -Dlinux -D__amd64__ -D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE -D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DFUNCPROTO=15 -DNARROWPROTO -DHasVFork -DHasScreenSaver -c src/engine.c -o src/engine.o
-In file included from /usr/include/bits/libc-header-start.h:33,
- from /usr/include/stdio.h:28,
- from include/config.h:31,
- from include/engine.h:24,
- from src/engine.c:21:
-/usr/include/features.h:199:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
- 199 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
- | ^~~~~~~
-gcc -O2 -fno-strength-reduce -fno-strict-aliasing -Iinclude -I/usr/include -Dlinux -D__amd64__ -D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE -D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DFUNCPROTO=15 -DNARROWPROTO -DHasVFork -DHasScreenSaver -c src/xautolock.c -o src/xautolock.o
-In file included from /usr/include/bits/libc-header-start.h:33,
- from /usr/include/stdio.h:28,
- from include/config.h:31,
- from src/xautolock.c:22:
-/usr/include/features.h:199:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
- 199 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
- | ^~~~~~~
-rm -f xautolock
-gcc -o xautolock -O2 -fno-strength-reduce -fno-strict-aliasing -L/usr/lib64 src/diy.o src/options.o src/message.o src/state.o src/engine.o src/xautolock.o -lXss -lXext -lX11
-rm -f xautolock._man
-if test -z "" ; then \
- cd `dirname xautolock` && \
- ln -s `basename xautolock.man` `basename xautolock._man`; \
-else \
- cpp -undef -traditional -D__apploaddir__=/usr/lib/X11/app-defaults -D__appmansuffix__=1x -D__filemansuffix__=5x -D__libmansuffix__=3x -D__miscmansuffix__=7 -D__drivermansuffix__=4 -D__adminmansuffix__=8 -D__projectroot__=/usr -D__xconfigfile__=xorg.conf -D__xconfigdir__=/usr/lib/X11 -D__xlogfile__=Xorg -D__xservername__=Xorg -D__xorgversion__="\"`echo 7 7 0 | sed -e 's/ /./g' -e 's/^/Version\\\ /'`\" \"X Version 11\"" -D__vendorversion__="`echo 7 7 0 | sed -e 's/ /./g' -e 's/^/Version\\\ /'` X.Org" \
- < xautolock.man | sed -e '/^# *[0-9][0-9]* *.*$/d' -e '/^#line *[0-9][0-9]* *.*$/d' -e '/^[ ]*XCOMM$/s/XCOMM/#/' -e '/^[ ]*XCOMM[^a-zA-Z0-9_]/s/XCOMM/#/' -e '/^[ ]*XHASH/s/XHASH/#/' -e '/\@\@$/s/\@\@$/\\/' >xautolock._man; \
-fi
-==> Entering fakeroot environment...
-==> Starting package()...
-+ mkdir -p /home/cjennings/.cache/yay/xautolock/pkg/xautolock/usr/bin
-install -c xautolock /home/cjennings/.cache/yay/xautolock/pkg/xautolock/usr/bin/xautolock
-install in . done
-+ mkdir -p /home/cjennings/.cache/yay/xautolock/pkg/xautolock/usr/share/man/man1
-install -c -m 0444 xautolock._man /home/cjennings/.cache/yay/xautolock/pkg/xautolock/usr/share/man/man1/xautolock.1x
-install.man in . done
-==> Tidying install...
- -> Removing libtool files...
- -> Purging unwanted files...
- -> Removing static library files...
- -> Stripping unneeded symbols from binaries and libraries...
- -> Compressing man and info pages...
-==> Checking for packaging issues...
-==> Creating package "xautolock"...
- -> Generating .PKGINFO file...
- -> Generating .BUILDINFO file...
- -> Generating .MTREE file...
- -> Compressing package...
-==> Creating package "xautolock-debug"...
- -> Generating .PKGINFO file...
- -> Generating .BUILDINFO file...
- -> Generating .MTREE file...
- -> Compressing package...
-==> Leaving fakeroot environment.
-==> Finished making: xautolock 2.2-8 (Sun 08 Jun 2025 02:10:17 PM CDT)
-==> Cleaning up...
-loading packages...
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (2) xautolock-2.2-8 xautolock-debug-2.2-8
-
-Total Installed Size: 0.06 MiB
-
-:: Proceed with installation? [Y/n]
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing xautolock...
-installing xautolock-debug...
-:: Running post-transaction hooks...
-(1/1) Arming ConditionNeedsUpdate...
-...installing xcolor via the AUR @ 14:10:18
-Sync Explicit (1): xcolor-0.5.1-4
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (1) xcolor-0.5.1-4
-
-Total Download Size: 0.55 MiB
-Total Installed Size: 0.96 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- xcolor-0.5.1-4-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing xcolor...
-:: Running post-transaction hooks...
-(1/3) Arming ConditionNeedsUpdate...
-(2/3) Updating icon theme caches...
-(3/3) Updating the desktop file MIME type cache...
-
-UI Theme
-...installing picom via pacman @ 14:10:20
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (2) libev-4.33-3 picom-12.5-3
-
-Total Download Size: 0.38 MiB
-Total Installed Size: 0.97 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- picom-12.5-3-x86_64 downloading...
- libev-4.33-3-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing libev...
-installing picom...
-Optional dependencies for picom
- dbus: for controlling picom via D-Bus [installed]
- python: for running picom-convgen.py [installed]
- rtkit: for realtime scheduling priority
- xorg-xprop: for picom-trans [installed]
- xorg-xwininfo: for picom-trans [installed]
-:: Running post-transaction hooks...
-(1/3) Arming ConditionNeedsUpdate...
-(2/3) Updating icon theme caches...
-(3/3) Updating the desktop file MIME type cache...
-...installing lxappearance via pacman @ 14:10:22
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (1) lxappearance-0.6.4-1
-
-Total Download Size: 0.09 MiB
-Total Installed Size: 0.41 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- lxappearance-0.6.4-1-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing lxappearance...
-:: Running post-transaction hooks...
-(1/2) Arming ConditionNeedsUpdate...
-(2/2) Updating the desktop file MIME type cache...
-...installing gnome-themes-extra via pacman @ 14:10:24
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (2) cantarell-fonts-1:0.303.1-2 gnome-themes-extra-3.28+r6+g45b1d457-2
-
-Total Download Size: 2.58 MiB
-Total Installed Size: 4.62 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- gnome-themes-extra-3.28+r6+g45b1d457-2-x86_64 downloading...
- cantarell-fonts-1:0.303.1-2-any downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing cantarell-fonts...
-installing gnome-themes-extra...
-Optional dependencies for gnome-themes-extra
- gtk-engines: HighContrast GTK2 theme
-:: Running post-transaction hooks...
-(1/3) Arming ConditionNeedsUpdate...
-(2/3) Updating fontconfig cache...
-(3/3) Updating icon theme caches...
-...installing gtk-engine-murrine via pacman @ 14:10:27
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (1) gtk-engine-murrine-0.98.2-4
-
-Total Download Size: 0.09 MiB
-Total Installed Size: 0.30 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- gtk-engine-murrine-0.98.2-4-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing gtk-engine-murrine...
-:: Running post-transaction hooks...
-(1/1) Arming ConditionNeedsUpdate...
-...installing vimix-icon-theme via the AUR @ 14:10:29
-AUR Explicit (1): vimix-icon-theme-2025.02.10-1
-:: (1/1) Downloaded PKGBUILD: vimix-icon-theme
- 1 vimix-icon-theme (Build Files Exist)
-==> Packages to cleanBuild?
-==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
-==>
- 1 vimix-icon-theme (Build Files Exist)
-==> Diffs to show?
-==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
-==>
-==> Making package: vimix-icon-theme 2025.02.10-1 (Sun 08 Jun 2025 02:10:33 PM CDT)
-==> Retrieving sources...
- -> Downloading vimix-icon-theme-2025-02-10.tar.gz...
- % Total % Received % Xferd Average Speed Time Time Time Current
- Dload Upload Total Spent Left Speed
- 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
- 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 100 420k 0 420k 0 0 202k 0 --:--:-- 0:00:02 --:--:-- 406k 100 3771k 0 3771k 0 0 1254k 0 --:--:-- 0:00:03 --:--:-- 1915k
-==> WARNING: Skipping verification of source file PGP signatures.
-==> Validating source files with sha256sums...
- vimix-icon-theme-2025-02-10.tar.gz ... Passed
-:: (1/1) Parsing SRCINFO: vimix-icon-theme
-==> Making package: vimix-icon-theme 2025.02.10-1 (Sun 08 Jun 2025 02:10:38 PM CDT)
-==> Checking runtime dependencies...
-==> Checking buildtime dependencies...
-==> Retrieving sources...
- -> Found vimix-icon-theme-2025-02-10.tar.gz
-==> Validating source files with sha256sums...
- vimix-icon-theme-2025-02-10.tar.gz ... Passed
-==> Removing existing $srcdir/ directory...
-==> Extracting sources...
- -> Extracting vimix-icon-theme-2025-02-10.tar.gz with bsdtar
-==> Starting prepare()...
-==> Sources are ready.
-==> Making package: vimix-icon-theme 2025.02.10-1 (Sun 08 Jun 2025 02:10:42 PM CDT)
-==> Checking runtime dependencies...
-==> Checking buildtime dependencies...
-==> WARNING: Using existing $srcdir/ tree
-==> Entering fakeroot environment...
-==> Starting package()...
-Installing 'Vimix'...
-Installing 'Vimix-dark'...
-Installing 'Vimix-amethyst'...
-Installing 'Vimix-amethyst-dark'...
-Installing 'Vimix-beryl'...
-Installing 'Vimix-beryl-dark'...
-Installing 'Vimix-doder'...
-Installing 'Vimix-doder-dark'...
-Installing 'Vimix-ruby'...
-Installing 'Vimix-ruby-dark'...
-Installing 'Vimix-jade'...
-Installing 'Vimix-jade-dark'...
-Installing 'Vimix-black'...
-Installing 'Vimix-black-dark'...
-Installing 'Vimix-white'...
-Installing 'Vimix-white-dark'...
-==> Tidying install...
- -> Removing libtool files...
- -> Purging unwanted files...
- -> Removing static library files...
- -> Copying source files needed for debug symbols...
- -> Compressing man and info pages...
-==> Checking for packaging issues...
-==> Creating package "vimix-icon-theme"...
- -> Generating .PKGINFO file...
- -> Generating .BUILDINFO file...
- -> Generating .MTREE file...
- -> Compressing package...
-==> Leaving fakeroot environment.
-==> Finished making: vimix-icon-theme 2025.02.10-1 (Sun 08 Jun 2025 02:33:49 PM CDT)
-==> Cleaning up...
-loading packages...
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (1) vimix-icon-theme-2025.02.10-1
-
-Total Installed Size: 118.26 MiB
-
-:: Proceed with installation? [Y/n]
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing vimix-icon-theme...
-:: Running post-transaction hooks...
-(1/2) Arming ConditionNeedsUpdate...
-(2/2) Updating icon theme caches...
-...installing vimix-cursors via the AUR @ 14:34:34
-Sync Explicit (1): vimix-cursors-2020_02_24-6
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (1) vimix-cursors-2020_02_24-6
-
-Total Download Size: 0.30 MiB
-Total Installed Size: 6.30 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- vimix-cursors-2020_02_24-6-any downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing vimix-cursors...
-:: Running post-transaction hooks...
-(1/2) Arming ConditionNeedsUpdate...
-(2/2) Updating icon theme caches...
-...installing vimix-gtk-themes via the AUR @ 14:34:37
-AUR Explicit (1): vimix-gtk-themes-2024.04.20-1
-Sync Make Dependency (1): sassc-3.6.2-5
-:: (1/1) Downloaded PKGBUILD: vimix-gtk-themes
- 1 vimix-gtk-themes (Build Files Exist)
-==> Packages to cleanBuild?
-==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
-==>
- 1 vimix-gtk-themes (Build Files Exist)
-==> Diffs to show?
-==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
-==>
-==> Making package: vimix-gtk-themes 2024.04.20-1 (Sun 08 Jun 2025 02:34:41 PM CDT)
-==> Retrieving sources...
- -> Downloading vimix-gtk-themes-2024-04-20.tar.gz...
- % Total % Received % Xferd Average Speed Time Time Time Current
- Dload Upload Total Spent Left Speed
- 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
- 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 100 234k 0 234k 0 0 107k 0 --:--:-- 0:00:02 --:--:-- 267k 100 2184k 0 2184k 0 0 690k 0 --:--:-- 0:00:03 --:--:-- 1175k 100 4015k 0 4015k 0 0 1050k 0 --:--:-- 0:00:03 --:--:-- 1596k
-==> WARNING: Skipping verification of source file PGP signatures.
-==> Validating source files with sha256sums...
- vimix-gtk-themes-2024-04-20.tar.gz ... Passed
-:: (1/1) Parsing SRCINFO: vimix-gtk-themes
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (2) libsass-3.6.6-1 sassc-3.6.2-5
-
-Total Download Size: 0.65 MiB
-Total Installed Size: 2.20 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- libsass-3.6.6-1-x86_64 downloading...
- sassc-3.6.2-5-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing libsass...
-installing sassc...
-:: Running post-transaction hooks...
-(1/1) Arming ConditionNeedsUpdate...
-==> Making package: vimix-gtk-themes 2024.04.20-1 (Sun 08 Jun 2025 02:34:49 PM CDT)
-==> Checking runtime dependencies...
-==> Checking buildtime dependencies...
-==> Retrieving sources...
- -> Found vimix-gtk-themes-2024-04-20.tar.gz
-==> Validating source files with sha256sums...
- vimix-gtk-themes-2024-04-20.tar.gz ... Passed
-==> Removing existing $srcdir/ directory...
-==> Extracting sources...
- -> Extracting vimix-gtk-themes-2024-04-20.tar.gz with bsdtar
-==> Sources are ready.
-==> Making package: vimix-gtk-themes 2024.04.20-1 (Sun 08 Jun 2025 02:34:52 PM CDT)
-==> Checking runtime dependencies...
-==> Checking buildtime dependencies...
-==> WARNING: Using existing $srcdir/ tree
-==> Entering fakeroot environment...
-==> Starting package()...
-'gnome-shell' not found, using styles for last gnome-shell version available.
-Installing '/home/cjennings/.cache/yay/vimix-gtk-themes/pkg/vimix-gtk-themes/usr/share/themes/vimix-grey'...
-Installing '/home/cjennings/.cache/yay/vimix-gtk-themes/pkg/vimix-gtk-themes/usr/share/themes/vimix-doder'...
-Installing '/home/cjennings/.cache/yay/vimix-gtk-themes/pkg/vimix-gtk-themes/usr/share/themes/vimix-beryl'...
-Installing '/home/cjennings/.cache/yay/vimix-gtk-themes/pkg/vimix-gtk-themes/usr/share/themes/vimix-ruby'...
-Installing '/home/cjennings/.cache/yay/vimix-gtk-themes/pkg/vimix-gtk-themes/usr/share/themes/vimix-amethyst'...
-Installing '/home/cjennings/.cache/yay/vimix-gtk-themes/pkg/vimix-gtk-themes/usr/share/themes/vimix-jade'...
-Installing '/home/cjennings/.cache/yay/vimix-gtk-themes/pkg/vimix-gtk-themes/usr/share/themes/vimix-compact-grey'...
-Installing '/home/cjennings/.cache/yay/vimix-gtk-themes/pkg/vimix-gtk-themes/usr/share/themes/vimix-compact-doder'...
-Installing '/home/cjennings/.cache/yay/vimix-gtk-themes/pkg/vimix-gtk-themes/usr/share/themes/vimix-compact-beryl'...
-Installing '/home/cjennings/.cache/yay/vimix-gtk-themes/pkg/vimix-gtk-themes/usr/share/themes/vimix-compact-ruby'...
-Installing '/home/cjennings/.cache/yay/vimix-gtk-themes/pkg/vimix-gtk-themes/usr/share/themes/vimix-compact-amethyst'...
-Installing '/home/cjennings/.cache/yay/vimix-gtk-themes/pkg/vimix-gtk-themes/usr/share/themes/vimix-compact-jade'...
-Installing '/home/cjennings/.cache/yay/vimix-gtk-themes/pkg/vimix-gtk-themes/usr/share/themes/vimix-light-grey'...
-Installing '/home/cjennings/.cache/yay/vimix-gtk-themes/pkg/vimix-gtk-themes/usr/share/themes/vimix-light-doder'...
-Installing '/home/cjennings/.cache/yay/vimix-gtk-themes/pkg/vimix-gtk-themes/usr/share/themes/vimix-light-beryl'...
-Installing '/home/cjennings/.cache/yay/vimix-gtk-themes/pkg/vimix-gtk-themes/usr/share/themes/vimix-light-ruby'...
-Installing '/home/cjennings/.cache/yay/vimix-gtk-themes/pkg/vimix-gtk-themes/usr/share/themes/vimix-light-amethyst'...
-Installing '/home/cjennings/.cache/yay/vimix-gtk-themes/pkg/vimix-gtk-themes/usr/share/themes/vimix-light-jade'...
-Installing '/home/cjennings/.cache/yay/vimix-gtk-themes/pkg/vimix-gtk-themes/usr/share/themes/vimix-light-compact-grey'...
-Installing '/home/cjennings/.cache/yay/vimix-gtk-themes/pkg/vimix-gtk-themes/usr/share/themes/vimix-light-compact-doder'...
-Installing '/home/cjennings/.cache/yay/vimix-gtk-themes/pkg/vimix-gtk-themes/usr/share/themes/vimix-light-compact-beryl'...
-Installing '/home/cjennings/.cache/yay/vimix-gtk-themes/pkg/vimix-gtk-themes/usr/share/themes/vimix-light-compact-ruby'...
-Installing '/home/cjennings/.cache/yay/vimix-gtk-themes/pkg/vimix-gtk-themes/usr/share/themes/vimix-light-compact-amethyst'...
-Installing '/home/cjennings/.cache/yay/vimix-gtk-themes/pkg/vimix-gtk-themes/usr/share/themes/vimix-light-compact-jade'...
-Installing '/home/cjennings/.cache/yay/vimix-gtk-themes/pkg/vimix-gtk-themes/usr/share/themes/vimix-dark-grey'...
-Installing '/home/cjennings/.cache/yay/vimix-gtk-themes/pkg/vimix-gtk-themes/usr/share/themes/vimix-dark-doder'...
-Installing '/home/cjennings/.cache/yay/vimix-gtk-themes/pkg/vimix-gtk-themes/usr/share/themes/vimix-dark-beryl'...
-Installing '/home/cjennings/.cache/yay/vimix-gtk-themes/pkg/vimix-gtk-themes/usr/share/themes/vimix-dark-ruby'...
-Installing '/home/cjennings/.cache/yay/vimix-gtk-themes/pkg/vimix-gtk-themes/usr/share/themes/vimix-dark-amethyst'...
-Installing '/home/cjennings/.cache/yay/vimix-gtk-themes/pkg/vimix-gtk-themes/usr/share/themes/vimix-dark-jade'...
-Installing '/home/cjennings/.cache/yay/vimix-gtk-themes/pkg/vimix-gtk-themes/usr/share/themes/vimix-dark-compact-grey'...
-Installing '/home/cjennings/.cache/yay/vimix-gtk-themes/pkg/vimix-gtk-themes/usr/share/themes/vimix-dark-compact-doder'...
-Installing '/home/cjennings/.cache/yay/vimix-gtk-themes/pkg/vimix-gtk-themes/usr/share/themes/vimix-dark-compact-beryl'...
-Installing '/home/cjennings/.cache/yay/vimix-gtk-themes/pkg/vimix-gtk-themes/usr/share/themes/vimix-dark-compact-ruby'...
-Installing '/home/cjennings/.cache/yay/vimix-gtk-themes/pkg/vimix-gtk-themes/usr/share/themes/vimix-dark-compact-amethyst'...
-Installing '/home/cjennings/.cache/yay/vimix-gtk-themes/pkg/vimix-gtk-themes/usr/share/themes/vimix-dark-compact-jade'...
-
-Done.
-==> Tidying install...
- -> Removing libtool files...
- -> Purging unwanted files...
- -> Removing static library files...
- -> Copying source files needed for debug symbols...
- -> Compressing man and info pages...
-==> Checking for packaging issues...
-==> Creating package "vimix-gtk-themes"...
- -> Generating .PKGINFO file...
- -> Generating .BUILDINFO file...
- -> Adding install file...
- -> Generating .MTREE file...
- -> Compressing package...
-==> Leaving fakeroot environment.
-==> Finished making: vimix-gtk-themes 2024.04.20-1 (Sun 08 Jun 2025 02:37:50 PM CDT)
-==> Cleaning up...
-loading packages...
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (1) vimix-gtk-themes-2024.04.20-1
-
-Total Installed Size: 76.11 MiB
-
-:: Proceed with installation? [Y/n]
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing vimix-gtk-themes...
-
-To force Libadwaita appliations to use the gtk-4.0 theme,
-symlink the gtk-4.0 theme to config folder
-(replace vimix-dark-beryl with chosen theme variant):
-
-mkdir -p ~/.config/gtk-4.0/
-ln -sf /usr/share/themes/vimix-dark-beryl/gtk-4.0/{assets,gtk.css,gtk-dark.css} ~/.config/gtk-4.0/
-
-Optional dependencies for vimix-gtk-themes
- gtk-engine-murrine: GTK2 theme support [installed]
- gtk-engines: GTK2 theme support
- kvantum-theme-vimix: Matching Kvantum theme
- vimix-icon-theme: Matching icon theme [installed]
- vimix-cursors: Matching cursor theme [installed]
-:: Running post-transaction hooks...
-(1/1) Arming ConditionNeedsUpdate...
-...installing papirus-icon-theme via the AUR @ 14:37:53
-Sync Explicit (1): papirus-icon-theme-20250501-1
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (1) papirus-icon-theme-20250501-1
-
-Total Download Size: 21.35 MiB
-Total Installed Size: 109.91 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- papirus-icon-theme-20250501-1-any downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing papirus-icon-theme...
-:: Running post-transaction hooks...
-(1/2) Arming ConditionNeedsUpdate...
-(2/2) Updating icon theme caches...
-...installing qt6ct via the AUR @ 14:38:19
-Sync Explicit (1): qt6ct-0.10-4
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (6) libb2-0.98.1-3 qt6-base-6.9.1-1 qt6-svg-6.9.1-1 qt6-translations-6.9.1-1 xcb-util-cursor-0.1.5-1 qt6ct-0.10-4
-
-Total Download Size: 16.63 MiB
-Total Installed Size: 75.39 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- qt6-base-6.9.1-1-x86_64 downloading...
- qt6-translations-6.9.1-1-any downloading...
- qt6-svg-6.9.1-1-x86_64 downloading...
- qt6ct-0.10-4-x86_64 downloading...
- libb2-0.98.1-3-x86_64 downloading...
- xcb-util-cursor-0.1.5-1-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing libb2...
-installing xcb-util-cursor...
-installing qt6-translations...
-installing qt6-base...
-Optional dependencies for qt6-base
- freetds: MS SQL driver
- gdk-pixbuf2: GTK platform plugin [installed]
- gtk3: GTK platform plugin [installed]
- libfbclient: Firebird/iBase driver
- mariadb-libs: MariaDB driver
- pango: GTK platform plugin [installed]
- perl: for syncqt [installed]
- postgresql-libs: PostgreSQL driver
- qt6-wayland: to run Qt6 applications in a Wayland session
- unixodbc: ODBC driver
-installing qt6-svg...
-installing qt6ct...
-:: Running post-transaction hooks...
-(1/2) Arming ConditionNeedsUpdate...
-(2/2) Updating the desktop file MIME type cache...
-...installing qt5ct via the AUR @ 14:38:27
-Sync Explicit (1): qt5ct-1.9-1
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (1) qt5ct-1.9-1
-
-Total Download Size: 0.21 MiB
-Total Installed Size: 0.87 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- qt5ct-1.9-1-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing qt5ct...
-:: Running post-transaction hooks...
-(1/2) Arming ConditionNeedsUpdate...
-(2/2) Updating the desktop file MIME type cache...
-...installing adwaita-color-schemes via the AUR @ 14:38:30
-Sync Make Dependency (3): qt5-quickcontrols2-5.15.17+kde+r5-1, qt6-wayland-6.9.1-1, cmake-4.0.2-1
-AUR Explicit (1): adwaita-color-schemes-0.9.2-1
-AUR Make Dependency (2): adwaita-qt5-1.4.2-1, adwaita-qt6-1.4.2-1
-:: (1/2) Downloaded PKGBUILD: qgnomeplatform
-:: (2/2) Downloaded PKGBUILD: adwaita-qt
- 2 qgnomeplatform (Build Files Exist)
- 1 adwaita-qt (Build Files Exist)
-==> Packages to cleanBuild?
-==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
-==>
- 2 qgnomeplatform (Build Files Exist)
- 1 adwaita-qt (Build Files Exist)
-==> Diffs to show?
-==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
-==>
-==> Making package: qgnomeplatform 0.9.2-1 (Sun 08 Jun 2025 02:38:37 PM CDT)
-==> Retrieving sources...
- -> Downloading QGnomePlatform-0.9.2.tar.gz...
- % Total % Received % Xferd Average Speed Time Time Time Current
- Dload Upload Total Spent Left Speed
- 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
- 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 100 46346 0 46346 0 0 29672 0 --:--:-- 0:00:01 --:--:-- 150k
-==> WARNING: Skipping verification of source file PGP signatures.
-==> Validating source files with sha256sums...
- QGnomePlatform-0.9.2.tar.gz ... Passed
-==> Making package: adwaita-qt 1.4.2-1 (Sun 08 Jun 2025 02:38:41 PM CDT)
-==> Retrieving sources...
- -> Downloading adwaita-qt5-1.4.2.tar.gz...
- % Total % Received % Xferd Average Speed Time Time Time Current
- Dload Upload Total Spent Left Speed
- 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
- 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 100 860k 0 860k 0 0 426k 0 --:--:-- 0:00:02 --:--:-- 860k 100 1507k 0 1507k 0 0 716k 0 --:--:-- 0:00:02 --:--:-- 1386k
-==> WARNING: Skipping verification of source file PGP signatures.
-==> Validating source files with sha256sums...
- adwaita-qt5-1.4.2.tar.gz ... Passed
-:: (1/2) Parsing SRCINFO: qgnomeplatform
-:: (2/2) Parsing SRCINFO: adwaita-qt
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (5) cppdap-1.58.0-2 jsoncpp-1.9.6-3 libuv-1.51.0-1 rhash-1.4.4-1 cmake-4.0.2-1
-
-Total Download Size: 13.61 MiB
-Total Installed Size: 88.28 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- cmake-4.0.2-1-x86_64 downloading...
- cppdap-1.58.0-2-x86_64 downloading...
- libuv-1.51.0-1-x86_64 downloading...
- rhash-1.4.4-1-x86_64 downloading...
- jsoncpp-1.9.6-3-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing cppdap...
-installing jsoncpp...
-Optional dependencies for jsoncpp
- jsoncpp-doc: documentation
-installing libuv...
-installing rhash...
-installing cmake...
-Optional dependencies for cmake
- make: for unix Makefile generator [installed]
- ninja: for ninja generator [installed]
- qt6-base: cmake-gui [installed]
-:: Running post-transaction hooks...
-(1/4) Arming ConditionNeedsUpdate...
-(2/4) Updating the MIME type database...
-(3/4) Updating icon theme caches...
-(4/4) Updating the desktop file MIME type cache...
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (3) qt6-declarative-6.9.1-1 qt5-quickcontrols2-5.15.17+kde+r5-1 qt6-wayland-6.9.1-1
-
-Total Download Size: 17.95 MiB
-Total Installed Size: 122.07 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- qt6-declarative-6.9.1-1-x86_64 downloading...
- qt5-quickcontrols2-5.15.17+kde+r5-1-x86_64 downloading...
- qt6-wayland-6.9.1-1-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing qt5-quickcontrols2...
-Optional dependencies for qt5-quickcontrols2
- qt5-graphicaleffects: for the Material style
-installing qt6-declarative...
-Optional dependencies for qt6-declarative
- qt6-svg: for QtQuickVectorImage and svgtoqml [installed]
-installing qt6-wayland...
-:: Running post-transaction hooks...
-(1/1) Arming ConditionNeedsUpdate...
-==> Making package: adwaita-qt 1.4.2-1 (Sun 08 Jun 2025 02:39:02 PM CDT)
-==> Checking runtime dependencies...
-==> Checking buildtime dependencies...
-==> Retrieving sources...
- -> Found adwaita-qt5-1.4.2.tar.gz
-==> Validating source files with sha256sums...
- adwaita-qt5-1.4.2.tar.gz ... Passed
-==> Removing existing $srcdir/ directory...
-==> Extracting sources...
- -> Extracting adwaita-qt5-1.4.2.tar.gz with bsdtar
-==> Sources are ready.
-==> Making package: adwaita-qt 1.4.2-1 (Sun 08 Jun 2025 02:39:08 PM CDT)
-==> Checking runtime dependencies...
-==> Checking buildtime dependencies...
-==> WARNING: Using existing $srcdir/ tree
-==> Starting build()...
-CMake Warning (dev) at CMakeLists.txt:1 (project):
- cmake_minimum_required() should be called prior to this top-level project()
- call. Please see the cmake-commands(7) manual for usage documentation of
- both commands.
-This warning is for project developers. Use -Wno-dev to suppress it.
-
--- The C compiler identification is GNU 15.1.1
--- The CXX compiler identification is GNU 15.1.1
--- Detecting C compiler ABI info
--- Detecting C compiler ABI info - done
--- Check for working C compiler: /usr/bin/cc - skipped
--- Detecting C compile features
--- Detecting C compile features - done
--- Detecting CXX compiler ABI info
--- Detecting CXX compiler ABI info - done
--- Check for working CXX compiler: /usr/bin/c++ - skipped
--- Detecting CXX compile features
--- Detecting CXX compile features - done
--- Found PkgConfig: /usr/bin/pkg-config (found version "2.4.3")
--- Found XCB: /usr/lib/libxcb.so (Required is at least version "1.10")
--- Configuring done (0.9s)
--- Generating done (0.0s)
--- Build files have been written to: /home/cjennings/.cache/yay/adwaita-qt/src/build-qt5
-[ 0%] Built target adwaitaqtpriv_autogen_timestamp_deps
-[ 1%] Automatic MOC for target adwaitaqtpriv
-[ 1%] Built target adwaitaqtpriv_autogen
-[ 3%] Building CXX object src/lib/CMakeFiles/adwaitaqtpriv.dir/adwaitaqtpriv_autogen/mocs_compilation.cpp.o
-[ 5%] Building CXX object src/lib/CMakeFiles/adwaitaqtpriv.dir/animations/adwaitaanimation.cpp.o
-[ 7%] Building CXX object src/lib/CMakeFiles/adwaitaqtpriv.dir/animations/adwaitaanimations.cpp.o
-[ 9%] Building CXX object src/lib/CMakeFiles/adwaitaqtpriv.dir/animations/adwaitaanimationdata.cpp.o
-[ 11%] Building CXX object src/lib/CMakeFiles/adwaitaqtpriv.dir/animations/adwaitabaseengine.cpp.o
-[ 12%] Building CXX object src/lib/CMakeFiles/adwaitaqtpriv.dir/animations/adwaitabusyindicatordata.cpp.o
-[ 14%] Building CXX object src/lib/CMakeFiles/adwaitaqtpriv.dir/animations/adwaitabusyindicatorengine.cpp.o
-[ 16%] Building CXX object src/lib/CMakeFiles/adwaitaqtpriv.dir/animations/adwaitadialdata.cpp.o
-[ 18%] Building CXX object src/lib/CMakeFiles/adwaitaqtpriv.dir/animations/adwaitadialengine.cpp.o
-[ 20%] Building CXX object src/lib/CMakeFiles/adwaitaqtpriv.dir/animations/adwaitaenabledata.cpp.o
-[ 22%] Building CXX object src/lib/CMakeFiles/adwaitaqtpriv.dir/animations/adwaitagenericdata.cpp.o
-[ 24%] Building CXX object src/lib/CMakeFiles/adwaitaqtpriv.dir/animations/adwaitaheaderviewdata.cpp.o
-[ 25%] Building CXX object src/lib/CMakeFiles/adwaitaqtpriv.dir/animations/adwaitaheaderviewengine.cpp.o
-[ 27%] Building CXX object src/lib/CMakeFiles/adwaitaqtpriv.dir/animations/adwaitascrollbardata.cpp.o
-[ 29%] Building CXX object src/lib/CMakeFiles/adwaitaqtpriv.dir/animations/adwaitascrollbarengine.cpp.o
-[ 31%] Building CXX object src/lib/CMakeFiles/adwaitaqtpriv.dir/animations/adwaitaspinboxengine.cpp.o
-[ 33%] Building CXX object src/lib/CMakeFiles/adwaitaqtpriv.dir/animations/adwaitaspinboxdata.cpp.o
-[ 35%] Building CXX object src/lib/CMakeFiles/adwaitaqtpriv.dir/animations/adwaitastackedwidgetdata.cpp.o
-[ 37%] Building CXX object src/lib/CMakeFiles/adwaitaqtpriv.dir/animations/adwaitastackedwidgetengine.cpp.o
-[ 38%] Building CXX object src/lib/CMakeFiles/adwaitaqtpriv.dir/animations/adwaitatabbarengine.cpp.o
-[ 40%] Building CXX object src/lib/CMakeFiles/adwaitaqtpriv.dir/animations/adwaitatabbardata.cpp.o
-[ 42%] Building CXX object src/lib/CMakeFiles/adwaitaqtpriv.dir/animations/adwaitatoolboxengine.cpp.o
-[ 44%] Building CXX object src/lib/CMakeFiles/adwaitaqtpriv.dir/animations/adwaitatransitiondata.cpp.o
-[ 46%] Building CXX object src/lib/CMakeFiles/adwaitaqtpriv.dir/animations/adwaitatransitionwidget.cpp.o
-[ 48%] Building CXX object src/lib/CMakeFiles/adwaitaqtpriv.dir/animations/adwaitawidgetstateengine.cpp.o
-[ 50%] Building CXX object src/lib/CMakeFiles/adwaitaqtpriv.dir/animations/adwaitawidgetstatedata.cpp.o
-[ 51%] Building CXX object src/lib/CMakeFiles/adwaitaqtpriv.dir/adwaitaaddeventfilter.cpp.o
-[ 53%] Building CXX object src/lib/CMakeFiles/adwaitaqtpriv.dir/adwaitamnemonics.cpp.o
-[ 55%] Building CXX object src/lib/CMakeFiles/adwaitaqtpriv.dir/adwaitasplitterproxy.cpp.o
-[ 57%] Building CXX object src/lib/CMakeFiles/adwaitaqtpriv.dir/adwaitawidgetexplorer.cpp.o
-[ 59%] Building CXX object src/lib/CMakeFiles/adwaitaqtpriv.dir/adwaitawindowmanager.cpp.o
-[ 61%] Linking CXX shared library libadwaitaqtpriv.so
-[ 62%] Built target adwaitaqtpriv
-[ 62%] Built target adwaitaqt_autogen_timestamp_deps
-[ 64%] Automatic MOC for target adwaitaqt
-[ 64%] Built target adwaitaqt_autogen
-[ 66%] Stylesheet variant: light
-[ 68%] Stylesheet variant: hc-dark
-[ 72%] Stylesheet variant: dark
-[ 72%] Stylesheet variant: hc
-[ 74%] Generating qrc_stylesheet.cpp
-[ 75%] Building CXX object src/lib/CMakeFiles/adwaitaqt.dir/adwaitaqt_autogen/mocs_compilation.cpp.o
-[ 79%] Building CXX object src/lib/CMakeFiles/adwaitaqt.dir/adwaita.cpp.o
-[ 79%] Building CXX object src/lib/CMakeFiles/adwaitaqt.dir/adwaitacolors.cpp.o
-[ 81%] Building CXX object src/lib/CMakeFiles/adwaitaqt.dir/adwaitarenderer.cpp.o
-[ 83%] Building CXX object src/lib/CMakeFiles/adwaitaqt.dir/qrc_stylesheet.cpp.o
-[ 85%] Linking CXX shared library libadwaitaqt.so
-[ 87%] Built target adwaitaqt
-[ 87%] Built target adwaita-qt_autogen_timestamp_deps
-[ 88%] Automatic MOC for target adwaita-qt
-[ 88%] Built target adwaita-qt_autogen
-[ 90%] Building CXX object src/style/CMakeFiles/adwaita-qt.dir/adwaitastyleplugin.cpp.o
-[ 96%] Building CXX object src/style/CMakeFiles/adwaita-qt.dir/adwaitastyle.cpp.o
-[ 94%] Building CXX object src/style/CMakeFiles/adwaita-qt.dir/adwaita-qt_autogen/mocs_compilation.cpp.o
-[ 96%] Building CXX object src/style/CMakeFiles/adwaita-qt.dir/adwaitahelper.cpp.o
-[ 98%] Linking CXX shared module adwaita.so
-[100%] Built target adwaita-qt
-CMake Warning (dev) at CMakeLists.txt:1 (project):
- cmake_minimum_required() should be called prior to this top-level project()
- call. Please see the cmake-commands(7) manual for usage documentation of
- both commands.
-This warning is for project developers. Use -Wno-dev to suppress it.
-
--- The C compiler identification is GNU 15.1.1
--- The CXX compiler identification is GNU 15.1.1
--- Detecting C compiler ABI info
--- Detecting C compiler ABI info - done
--- Check for working C compiler: /usr/bin/cc - skipped
--- Detecting C compile features
--- Detecting C compile features - done
--- Detecting CXX compiler ABI info
--- Detecting CXX compiler ABI info - done
--- Check for working CXX compiler: /usr/bin/c++ - skipped
--- Detecting CXX compile features
--- Detecting CXX compile features - done
--- Performing Test CMAKE_HAVE_LIBC_PTHREAD
--- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
--- Found Threads: TRUE
--- Performing Test HAVE_STDATOMIC
--- Performing Test HAVE_STDATOMIC - Success
--- Found WrapAtomic: TRUE
--- Found OpenGL: /usr/lib/libOpenGL.so
--- Found WrapOpenGL: TRUE
--- Could NOT find WrapVulkanHeaders (missing: Vulkan_INCLUDE_DIR)
--- Configuring done (1.4s)
--- Generating done (0.1s)
--- Build files have been written to: /home/cjennings/.cache/yay/adwaita-qt/src/build-qt6
-[ 0%] Built target adwaitaqt6priv_autogen_timestamp_deps
-[ 1%] Automatic MOC for target adwaitaqt6priv
-[ 1%] Built target adwaitaqt6priv_autogen
-[ 3%] Building CXX object src/lib/CMakeFiles/adwaitaqt6priv.dir/adwaitaqt6priv_autogen/mocs_compilation.cpp.o
-[ 5%] Building CXX object src/lib/CMakeFiles/adwaitaqt6priv.dir/animations/adwaitaanimation.cpp.o
-[ 7%] Building CXX object src/lib/CMakeFiles/adwaitaqt6priv.dir/animations/adwaitaanimations.cpp.o
-[ 9%] Building CXX object src/lib/CMakeFiles/adwaitaqt6priv.dir/animations/adwaitaanimationdata.cpp.o
-[ 11%] Building CXX object src/lib/CMakeFiles/adwaitaqt6priv.dir/animations/adwaitabaseengine.cpp.o
-[ 12%] Building CXX object src/lib/CMakeFiles/adwaitaqt6priv.dir/animations/adwaitabusyindicatordata.cpp.o
-[ 14%] Building CXX object src/lib/CMakeFiles/adwaitaqt6priv.dir/animations/adwaitabusyindicatorengine.cpp.o
-[ 16%] Building CXX object src/lib/CMakeFiles/adwaitaqt6priv.dir/animations/adwaitadialdata.cpp.o
-[ 18%] Building CXX object src/lib/CMakeFiles/adwaitaqt6priv.dir/animations/adwaitadialengine.cpp.o
-[ 20%] Building CXX object src/lib/CMakeFiles/adwaitaqt6priv.dir/animations/adwaitaenabledata.cpp.o
-[ 22%] Building CXX object src/lib/CMakeFiles/adwaitaqt6priv.dir/animations/adwaitagenericdata.cpp.o
-[ 24%] Building CXX object src/lib/CMakeFiles/adwaitaqt6priv.dir/animations/adwaitaheaderviewdata.cpp.o
-[ 25%] Building CXX object src/lib/CMakeFiles/adwaitaqt6priv.dir/animations/adwaitaheaderviewengine.cpp.o
-[ 27%] Building CXX object src/lib/CMakeFiles/adwaitaqt6priv.dir/animations/adwaitascrollbardata.cpp.o
-[ 29%] Building CXX object src/lib/CMakeFiles/adwaitaqt6priv.dir/animations/adwaitascrollbarengine.cpp.o
-[ 31%] Building CXX object src/lib/CMakeFiles/adwaitaqt6priv.dir/animations/adwaitaspinboxengine.cpp.o
-[ 33%] Building CXX object src/lib/CMakeFiles/adwaitaqt6priv.dir/animations/adwaitaspinboxdata.cpp.o
-[ 35%] Building CXX object src/lib/CMakeFiles/adwaitaqt6priv.dir/animations/adwaitastackedwidgetdata.cpp.o
-[ 37%] Building CXX object src/lib/CMakeFiles/adwaitaqt6priv.dir/animations/adwaitastackedwidgetengine.cpp.o
-[ 38%] Building CXX object src/lib/CMakeFiles/adwaitaqt6priv.dir/animations/adwaitatabbarengine.cpp.o
-[ 40%] Building CXX object src/lib/CMakeFiles/adwaitaqt6priv.dir/animations/adwaitatabbardata.cpp.o
-[ 42%] Building CXX object src/lib/CMakeFiles/adwaitaqt6priv.dir/animations/adwaitatoolboxengine.cpp.o
-[ 44%] Building CXX object src/lib/CMakeFiles/adwaitaqt6priv.dir/animations/adwaitatransitiondata.cpp.o
-[ 46%] Building CXX object src/lib/CMakeFiles/adwaitaqt6priv.dir/animations/adwaitatransitionwidget.cpp.o
-[ 48%] Building CXX object src/lib/CMakeFiles/adwaitaqt6priv.dir/animations/adwaitawidgetstateengine.cpp.o
-[ 50%] Building CXX object src/lib/CMakeFiles/adwaitaqt6priv.dir/animations/adwaitawidgetstatedata.cpp.o
-[ 51%] Building CXX object src/lib/CMakeFiles/adwaitaqt6priv.dir/adwaitaaddeventfilter.cpp.o
-[ 53%] Building CXX object src/lib/CMakeFiles/adwaitaqt6priv.dir/adwaitamnemonics.cpp.o
-[ 55%] Building CXX object src/lib/CMakeFiles/adwaitaqt6priv.dir/adwaitasplitterproxy.cpp.o
-[ 57%] Building CXX object src/lib/CMakeFiles/adwaitaqt6priv.dir/adwaitawidgetexplorer.cpp.o
-[ 59%] Building CXX object src/lib/CMakeFiles/adwaitaqt6priv.dir/adwaitawindowmanager.cpp.o
-/home/cjennings/.cache/yay/adwaita-qt/src/adwaita-qt-1.4.2/src/lib/adwaitawindowmanager.cpp: In member function ‘bool Adwaita::AppEventFilter::appMouseEvent(QObject*, QEvent*)’:
-/home/cjennings/.cache/yay/adwaita-qt/src/adwaita-qt-1.4.2/src/lib/adwaitawindowmanager.cpp:142:127: warning: ‘QMouseEvent::QMouseEvent(QEvent::Type, const QPointF&, Qt::MouseButton, Qt::MouseButtons, Qt::KeyboardModifiers, const QPointingDevice*)’ is deprecated: Use another constructor [-Wdeprecated-declarations]
- 142 | QMouseEvent mouseEvent(QEvent::MouseButtonRelease, _parent->_dragPoint, Qt::LeftButton, Qt::LeftButton, Qt::NoModifier);
- | ^
-In file included from /usr/include/qt6/QtGui/QMouseEvent:1,
- from /home/cjennings/.cache/yay/adwaita-qt/src/adwaita-qt-1.4.2/src/lib/adwaitawindowmanager.cpp:63:
-/usr/include/qt6/QtGui/qevent.h:202:5: note: declared here
- 202 | QMouseEvent(Type type, const QPointF &localPos, Qt::MouseButton button,
- | ^~~~~~~~~~~
-/home/cjennings/.cache/yay/adwaita-qt/src/adwaita-qt-1.4.2/src/lib/adwaitawindowmanager.cpp: In member function ‘bool Adwaita::WindowManager::mousePressEvent(QObject*, QEvent*)’:
-/home/cjennings/.cache/yay/adwaita-qt/src/adwaita-qt-1.4.2/src/lib/adwaitawindowmanager.cpp:337:110: warning: ‘QMouseEvent::QMouseEvent(QEvent::Type, const QPointF&, Qt::MouseButton, Qt::MouseButtons, Qt::KeyboardModifiers, const QPointingDevice*)’ is deprecated: Use another constructor [-Wdeprecated-declarations]
- 337 | QMouseEvent localMouseEvent(QEvent::MouseMove, localPoint, Qt::LeftButton, Qt::LeftButton, Qt::NoModifier);
- | ^
-/usr/include/qt6/QtGui/qevent.h:202:5: note: declared here
- 202 | QMouseEvent(Type type, const QPointF &localPos, Qt::MouseButton button,
- | ^~~~~~~~~~~
-/home/cjennings/.cache/yay/adwaita-qt/src/adwaita-qt-1.4.2/src/lib/adwaitasplitterproxy.cpp: In member function ‘void Adwaita::SplitterProxy::clearSplitter()’:
-/home/cjennings/.cache/yay/adwaita-qt/src/adwaita-qt-1.4.2/src/lib/adwaitasplitterproxy.cpp:312:67: warning: ‘QHoverEvent::QHoverEvent(QEvent::Type, const QPointF&, const QPointF&, Qt::KeyboardModifiers, const QPointingDevice*)’ is deprecated: Use the other constructor [-Wdeprecated-declarations]
- 312 | _splitter.data()->mapFromGlobal(QCursor::pos()), _hook);
- | ^
-In file included from /usr/include/qt6/QtGui/QHoverEvent:1,
- from /home/cjennings/.cache/yay/adwaita-qt/src/adwaita-qt-1.4.2/src/lib/adwaitasplitterproxy.h:27,
- from /home/cjennings/.cache/yay/adwaita-qt/src/adwaita-qt-1.4.2/src/lib/adwaitasplitterproxy.cpp:20:
-/usr/include/qt6/QtGui/qevent.h:255:5: note: declared here
- 255 | QHoverEvent(Type type, const QPointF &pos, const QPointF &oldPos,
- | ^~~~~~~~~~~
-[ 61%] Linking CXX shared library libadwaitaqt6priv.so
-[ 62%] Built target adwaitaqt6priv
-[ 62%] Built target adwaitaqt6_autogen_timestamp_deps
-[ 64%] Automatic MOC for target adwaitaqt6
-[ 64%] Built target adwaitaqt6_autogen
-[ 66%] Stylesheet variant: light
-[ 68%] Stylesheet variant: dark
-[ 70%] Stylesheet variant: hc
-[ 72%] Stylesheet variant: hc-dark
-[ 74%] Generating qrc_stylesheet.cpp
-[ 75%] Building CXX object src/lib/CMakeFiles/adwaitaqt6.dir/adwaitacolors.cpp.o
-[ 77%] Building CXX object src/lib/CMakeFiles/adwaitaqt6.dir/adwaitaqt6_autogen/mocs_compilation.cpp.o
-[ 79%] Building CXX object src/lib/CMakeFiles/adwaitaqt6.dir/adwaita.cpp.o
-[ 81%] Building CXX object src/lib/CMakeFiles/adwaitaqt6.dir/adwaitarenderer.cpp.o
-[ 83%] Building CXX object src/lib/CMakeFiles/adwaitaqt6.dir/qrc_stylesheet.cpp.o
-[ 85%] Linking CXX shared library libadwaitaqt6.so
-[ 87%] Built target adwaitaqt6
-[ 87%] Built target adwaita-qt_autogen_timestamp_deps
-[ 88%] Automatic MOC for target adwaita-qt
-[ 88%] Built target adwaita-qt_autogen
-[ 90%] Building CXX object src/style/CMakeFiles/adwaita-qt.dir/adwaitahelper.cpp.o
-[ 92%] Building CXX object src/style/CMakeFiles/adwaita-qt.dir/adwaita-qt_autogen/mocs_compilation.cpp.o
-[ 94%] Building CXX object src/style/CMakeFiles/adwaita-qt.dir/adwaitastyle.cpp.o
-[ 96%] Building CXX object src/style/CMakeFiles/adwaita-qt.dir/adwaitastyleplugin.cpp.o
-[ 98%] Linking CXX shared module adwaita.so
-[100%] Built target adwaita-qt
-==> Entering fakeroot environment...
-==> Starting package_adwaita-qt5()...
--- Install configuration: ""
--- Installing: /home/cjennings/.cache/yay/adwaita-qt/pkg/adwaita-qt5/usr/lib/libadwaitaqtpriv.so.1.4.2
--- Installing: /home/cjennings/.cache/yay/adwaita-qt/pkg/adwaita-qt5/usr/lib/libadwaitaqtpriv.so.1
--- Installing: /home/cjennings/.cache/yay/adwaita-qt/pkg/adwaita-qt5/usr/lib/libadwaitaqtpriv.so
--- Installing: /home/cjennings/.cache/yay/adwaita-qt/pkg/adwaita-qt5/usr/lib/libadwaitaqt.so.1.4.2
--- Installing: /home/cjennings/.cache/yay/adwaita-qt/pkg/adwaita-qt5/usr/lib/libadwaitaqt.so.1
--- Set non-toolchain portion of runtime path of "/home/cjennings/.cache/yay/adwaita-qt/pkg/adwaita-qt5/usr/lib/libadwaitaqt.so.1.4.2" to ""
--- Installing: /home/cjennings/.cache/yay/adwaita-qt/pkg/adwaita-qt5/usr/lib/libadwaitaqt.so
--- Installing: /home/cjennings/.cache/yay/adwaita-qt/pkg/adwaita-qt5/usr/include/AdwaitaQt/adwaita.h
--- Installing: /home/cjennings/.cache/yay/adwaita-qt/pkg/adwaita-qt5/usr/include/AdwaitaQt/adwaitacolors.h
--- Installing: /home/cjennings/.cache/yay/adwaita-qt/pkg/adwaita-qt5/usr/include/AdwaitaQt/adwaitarenderer.h
--- Installing: /home/cjennings/.cache/yay/adwaita-qt/pkg/adwaita-qt5/usr/include/AdwaitaQt/adwaitaqt_export.h
--- Installing: /home/cjennings/.cache/yay/adwaita-qt/pkg/adwaita-qt5/usr/lib/pkgconfig/adwaita-qt.pc
--- Installing: /home/cjennings/.cache/yay/adwaita-qt/pkg/adwaita-qt5/usr/lib/cmake/AdwaitaQt/AdwaitaQtConfig.cmake
--- Installing: /home/cjennings/.cache/yay/adwaita-qt/pkg/adwaita-qt5/usr/lib/cmake/AdwaitaQt/AdwaitaQtConfigVersion.cmake
--- Installing: /home/cjennings/.cache/yay/adwaita-qt/pkg/adwaita-qt5/usr/lib/cmake/AdwaitaQt/AdwaitaQtTargets.cmake
--- Installing: /home/cjennings/.cache/yay/adwaita-qt/pkg/adwaita-qt5/usr/lib/cmake/AdwaitaQt/AdwaitaQtTargets-noconfig.cmake
--- Installing: /home/cjennings/.cache/yay/adwaita-qt/pkg/adwaita-qt5/usr/lib/qt/plugins/styles/adwaita.so
--- Set non-toolchain portion of runtime path of "/home/cjennings/.cache/yay/adwaita-qt/pkg/adwaita-qt5/usr/lib/qt/plugins/styles/adwaita.so" to ""
-==> Tidying install...
- -> Removing libtool files...
- -> Purging unwanted files...
- -> Removing static library files...
- -> Stripping unneeded symbols from binaries and libraries...
- -> Compressing man and info pages...
-==> Checking for packaging issues...
-==> Creating package "adwaita-qt5"...
- -> Generating .PKGINFO file...
- -> Generating .BUILDINFO file...
- -> Generating .MTREE file...
- -> Compressing package...
-==> Starting package_adwaita-qt6()...
--- Install configuration: ""
--- Installing: /home/cjennings/.cache/yay/adwaita-qt/pkg/adwaita-qt6/usr/lib/libadwaitaqt6priv.so.1.4.2
--- Installing: /home/cjennings/.cache/yay/adwaita-qt/pkg/adwaita-qt6/usr/lib/libadwaitaqt6priv.so.1
--- Installing: /home/cjennings/.cache/yay/adwaita-qt/pkg/adwaita-qt6/usr/lib/libadwaitaqt6priv.so
--- Installing: /home/cjennings/.cache/yay/adwaita-qt/pkg/adwaita-qt6/usr/lib/libadwaitaqt6.so.1.4.2
--- Installing: /home/cjennings/.cache/yay/adwaita-qt/pkg/adwaita-qt6/usr/lib/libadwaitaqt6.so.1
--- Set non-toolchain portion of runtime path of "/home/cjennings/.cache/yay/adwaita-qt/pkg/adwaita-qt6/usr/lib/libadwaitaqt6.so.1.4.2" to ""
--- Installing: /home/cjennings/.cache/yay/adwaita-qt/pkg/adwaita-qt6/usr/lib/libadwaitaqt6.so
--- Installing: /home/cjennings/.cache/yay/adwaita-qt/pkg/adwaita-qt6/usr/include/AdwaitaQt6/adwaita.h
--- Installing: /home/cjennings/.cache/yay/adwaita-qt/pkg/adwaita-qt6/usr/include/AdwaitaQt6/adwaitacolors.h
--- Installing: /home/cjennings/.cache/yay/adwaita-qt/pkg/adwaita-qt6/usr/include/AdwaitaQt6/adwaitarenderer.h
--- Installing: /home/cjennings/.cache/yay/adwaita-qt/pkg/adwaita-qt6/usr/include/AdwaitaQt6/adwaitaqt_export.h
--- Installing: /home/cjennings/.cache/yay/adwaita-qt/pkg/adwaita-qt6/usr/lib/pkgconfig/adwaita-qt6.pc
--- Installing: /home/cjennings/.cache/yay/adwaita-qt/pkg/adwaita-qt6/usr/lib/cmake/AdwaitaQt6/AdwaitaQt6Config.cmake
--- Installing: /home/cjennings/.cache/yay/adwaita-qt/pkg/adwaita-qt6/usr/lib/cmake/AdwaitaQt6/AdwaitaQt6ConfigVersion.cmake
--- Installing: /home/cjennings/.cache/yay/adwaita-qt/pkg/adwaita-qt6/usr/lib/cmake/AdwaitaQt6/AdwaitaQt6Targets.cmake
--- Installing: /home/cjennings/.cache/yay/adwaita-qt/pkg/adwaita-qt6/usr/lib/cmake/AdwaitaQt6/AdwaitaQt6Targets-noconfig.cmake
--- Installing: /home/cjennings/.cache/yay/adwaita-qt/pkg/adwaita-qt6/usr/lib/qt6/plugins/styles/adwaita.so
--- Set non-toolchain portion of runtime path of "/home/cjennings/.cache/yay/adwaita-qt/pkg/adwaita-qt6/usr/lib/qt6/plugins/styles/adwaita.so" to ""
-==> Tidying install...
- -> Removing libtool files...
- -> Purging unwanted files...
- -> Removing static library files...
- -> Stripping unneeded symbols from binaries and libraries...
- -> Compressing man and info pages...
-libfakeroot internal error: payload not recognized!
-==> Checking for packaging issues...
-==> Creating package "adwaita-qt6"...
- -> Generating .PKGINFO file...
- -> Generating .BUILDINFO file...
- -> Generating .MTREE file...
- -> Compressing package...
-==> Creating package "adwaita-qt-debug"...
- -> Generating .PKGINFO file...
- -> Generating .BUILDINFO file...
- -> Generating .MTREE file...
- -> Compressing package...
-==> Leaving fakeroot environment.
-==> Finished making: adwaita-qt 1.4.2-1 (Sun 08 Jun 2025 02:40:18 PM CDT)
-==> Cleaning up...
-loading packages...
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (2) adwaita-qt5-1.4.2-1 adwaita-qt6-1.4.2-1
-
-Total Installed Size: 1.45 MiB
-
-:: Proceed with installation? [Y/n]
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing adwaita-qt5...
-installing adwaita-qt6...
-:: Running post-transaction hooks...
-(1/1) Arming ConditionNeedsUpdate...
-==> Making package: qgnomeplatform 0.9.2-1 (Sun 08 Jun 2025 02:40:23 PM CDT)
-==> Checking runtime dependencies...
-==> Checking buildtime dependencies...
-==> Retrieving sources...
- -> Found QGnomePlatform-0.9.2.tar.gz
-==> Validating source files with sha256sums...
- QGnomePlatform-0.9.2.tar.gz ... Passed
-==> Removing existing $srcdir/ directory...
-==> Extracting sources...
- -> Extracting QGnomePlatform-0.9.2.tar.gz with bsdtar
-==> Sources are ready.
-==> Making package: qgnomeplatform 0.9.2-1 (Sun 08 Jun 2025 02:40:32 PM CDT)
-==> Checking runtime dependencies...
-==> Checking buildtime dependencies...
-==> WARNING: Using existing $srcdir/ tree
-==> Starting build()...
-CMake Warning (dev) at CMakeLists.txt:1 (project):
- cmake_minimum_required() should be called prior to this top-level project()
- call. Please see the cmake-commands(7) manual for usage documentation of
- both commands.
-This warning is for project developers. Use -Wno-dev to suppress it.
-
--- The C compiler identification is GNU 15.1.1
--- The CXX compiler identification is GNU 15.1.1
--- Detecting C compiler ABI info
--- Detecting C compiler ABI info - done
--- Check for working C compiler: /usr/bin/cc - skipped
--- Detecting C compile features
--- Detecting C compile features - done
--- Detecting CXX compiler ABI info
--- Detecting CXX compiler ABI info - done
--- Check for working CXX compiler: /usr/bin/c++ - skipped
--- Detecting CXX compile features
--- Detecting CXX compile features - done
-CMake Error at CMakeLists.txt:3 (cmake_minimum_required):
- Compatibility with CMake < 3.5 has been removed from CMake.
-
- Update the VERSION argument <min> value. Or, use the <min>...<max> syntax
- to tell CMake that the project requires at least <min> but has been updated
- to work with policies introduced by <max> or earlier.
-
- Or, add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to try configuring anyway.
-
-
--- Configuring incomplete, errors occurred!
-==> ERROR: A failure occurred in build().
- Aborting...
- -> error making: qgnomeplatform-exit status 4
- -> Failed to install the following packages. Manual intervention is required:
-adwaita-color-schemes - exit status 4
-...retrying adwaita-color-schemes @ 14:40:33
-AUR Explicit (1): adwaita-color-schemes-0.9.2-1
-:: PKGBUILD up to date, skipping download: qgnomeplatform
- 1 qgnomeplatform (Build Files Exist)
-==> Packages to cleanBuild?
-==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
-==>
- 1 qgnomeplatform (Build Files Exist)
-==> Diffs to show?
-==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
-==>
-==> Making package: qgnomeplatform 0.9.2-1 (Sun 08 Jun 2025 02:40:38 PM CDT)
-==> Retrieving sources...
- -> Found QGnomePlatform-0.9.2.tar.gz
-==> WARNING: Skipping verification of source file PGP signatures.
-==> Validating source files with sha256sums...
- QGnomePlatform-0.9.2.tar.gz ... Passed
-:: (1/1) Parsing SRCINFO: qgnomeplatform
-==> Making package: qgnomeplatform 0.9.2-1 (Sun 08 Jun 2025 02:40:42 PM CDT)
-==> Checking runtime dependencies...
-==> Checking buildtime dependencies...
-==> Retrieving sources...
- -> Found QGnomePlatform-0.9.2.tar.gz
-==> Validating source files with sha256sums...
- QGnomePlatform-0.9.2.tar.gz ... Passed
-==> Removing existing $srcdir/ directory...
-==> Extracting sources...
- -> Extracting QGnomePlatform-0.9.2.tar.gz with bsdtar
-==> Sources are ready.
-==> Making package: qgnomeplatform 0.9.2-1 (Sun 08 Jun 2025 02:40:51 PM CDT)
-==> Checking runtime dependencies...
-==> Checking buildtime dependencies...
-==> WARNING: Using existing $srcdir/ tree
-==> Removing existing $pkgdir/ directory...
-==> Starting build()...
-CMake Warning (dev) at CMakeLists.txt:1 (project):
- cmake_minimum_required() should be called prior to this top-level project()
- call. Please see the cmake-commands(7) manual for usage documentation of
- both commands.
-This warning is for project developers. Use -Wno-dev to suppress it.
-
--- The C compiler identification is GNU 15.1.1
--- The CXX compiler identification is GNU 15.1.1
--- Detecting C compiler ABI info
--- Detecting C compiler ABI info - done
--- Check for working C compiler: /usr/bin/cc - skipped
--- Detecting C compile features
--- Detecting C compile features - done
--- Detecting CXX compiler ABI info
--- Detecting CXX compiler ABI info - done
--- Check for working CXX compiler: /usr/bin/c++ - skipped
--- Detecting CXX compile features
--- Detecting CXX compile features - done
-CMake Error at CMakeLists.txt:3 (cmake_minimum_required):
- Compatibility with CMake < 3.5 has been removed from CMake.
-
- Update the VERSION argument <min> value. Or, use the <min>...<max> syntax
- to tell CMake that the project requires at least <min> but has been updated
- to work with policies introduced by <max> or earlier.
-
- Or, add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to try configuring anyway.
-
-
--- Configuring incomplete, errors occurred!
-==> ERROR: A failure occurred in build().
- Aborting...
- -> error making: qgnomeplatform-exit status 4
- -> Failed to install the following packages. Manual intervention is required:
-adwaita-color-schemes - exit status 4
-...retrying adwaita-color-schemes once more @ 14:40:52
-AUR Explicit (1): adwaita-color-schemes-0.9.2-1
-:: PKGBUILD up to date, skipping download: qgnomeplatform
- 1 qgnomeplatform (Build Files Exist)
-==> Packages to cleanBuild?
-==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
-==>
- 1 qgnomeplatform (Build Files Exist)
-==> Diffs to show?
-==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
-==>
-==> Making package: qgnomeplatform 0.9.2-1 (Sun 08 Jun 2025 02:40:57 PM CDT)
-==> Retrieving sources...
- -> Found QGnomePlatform-0.9.2.tar.gz
-==> WARNING: Skipping verification of source file PGP signatures.
-==> Validating source files with sha256sums...
- QGnomePlatform-0.9.2.tar.gz ... Passed
-:: (1/1) Parsing SRCINFO: qgnomeplatform
-==> Making package: qgnomeplatform 0.9.2-1 (Sun 08 Jun 2025 02:41:01 PM CDT)
-==> Checking runtime dependencies...
-==> Checking buildtime dependencies...
-==> Retrieving sources...
- -> Found QGnomePlatform-0.9.2.tar.gz
-==> Validating source files with sha256sums...
- QGnomePlatform-0.9.2.tar.gz ... Passed
-==> Removing existing $srcdir/ directory...
-==> Extracting sources...
- -> Extracting QGnomePlatform-0.9.2.tar.gz with bsdtar
-==> Sources are ready.
-==> Making package: qgnomeplatform 0.9.2-1 (Sun 08 Jun 2025 02:41:10 PM CDT)
-==> Checking runtime dependencies...
-==> Checking buildtime dependencies...
-==> WARNING: Using existing $srcdir/ tree
-==> Removing existing $pkgdir/ directory...
-==> Starting build()...
-CMake Warning (dev) at CMakeLists.txt:1 (project):
- cmake_minimum_required() should be called prior to this top-level project()
- call. Please see the cmake-commands(7) manual for usage documentation of
- both commands.
-This warning is for project developers. Use -Wno-dev to suppress it.
-
--- The C compiler identification is GNU 15.1.1
--- The CXX compiler identification is GNU 15.1.1
--- Detecting C compiler ABI info
--- Detecting C compiler ABI info - done
--- Check for working C compiler: /usr/bin/cc - skipped
--- Detecting C compile features
--- Detecting C compile features - done
--- Detecting CXX compiler ABI info
--- Detecting CXX compiler ABI info - done
--- Check for working CXX compiler: /usr/bin/c++ - skipped
--- Detecting CXX compile features
--- Detecting CXX compile features - done
-CMake Error at CMakeLists.txt:3 (cmake_minimum_required):
- Compatibility with CMake < 3.5 has been removed from CMake.
-
- Update the VERSION argument <min> value. Or, use the <min>...<max> syntax
- to tell CMake that the project requires at least <min> but has been updated
- to work with policies introduced by <max> or earlier.
-
- Or, add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to try configuring anyway.
-
-
--- Configuring incomplete, errors occurred!
-==> ERROR: A failure occurred in build().
- Aborting...
- -> error making: qgnomeplatform-exit status 4
- -> Failed to install the following packages. Manual intervention is required:
-adwaita-color-schemes - exit status 4
-ERROR: retrying adwaita-color-schemes once more failed with error code 1 @ 14:41:11
-
-Blue Light Filter
-...installing redshift via pacman @ 14:41:11
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (1) redshift-1.12-14
-
-Total Download Size: 0.15 MiB
-Total Installed Size: 0.90 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- redshift-1.12-14-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing redshift...
-Optional dependencies for redshift
- geoclue: for automatic location based on GeoClue2
- gtk3: for redshift-gtk [installed]
- libappindicator-gtk3: for AppIndicator support in redshift-gtk [installed]
- python-gobject: for redshift-gtk [installed]
- python-pyxdg: for redshift-gtk [installed]
-:: Running post-transaction hooks...
-(1/4) Reloading user manager configuration...
-(2/4) Arming ConditionNeedsUpdate...
-(3/4) Updating icon theme caches...
-(4/4) Updating the desktop file MIME type cache...
-...installing libappindicator-gtk3 via pacman @ 14:41:14
-warning: libappindicator-gtk3-12.10.0.r298-4 is up to date -- skipping
- there is nothing to do
-...configuring blue light filter @ 14:41:15
-Failed to enable unit: Unit geoclue-agent@cjennings.service does not exist
-ERROR: configuring blue light filter failed with error code 1 @ 14:41:15
-
-Browsers
-...installing firefox via pacman @ 14:41:15
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (2) mailcap-2.1.54-2 firefox-139.0.1-1
-
-Total Download Size: 76.20 MiB
-Total Installed Size: 261.25 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- firefox-139.0.1-1-x86_64 downloading...
- mailcap-2.1.54-2-any downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing mailcap...
-installing firefox...
-Optional dependencies for firefox
- hunspell-en_US: Spell checking, American English
- libnotify: Notification integration [installed]
- networkmanager: Location detection via available WiFi networks [installed]
- speech-dispatcher: Text-to-Speech
- xdg-desktop-portal: Screensharing with Wayland
-:: Running post-transaction hooks...
-(1/3) Arming ConditionNeedsUpdate...
-(2/3) Updating icon theme caches...
-(3/3) Updating the desktop file MIME type cache...
-...installing tor-browser-bin via the AUR @ 14:41:37
-AUR Explicit (1): tor-browser-bin-14.5.3-1
-Sync Dependency (3): dbus-glib-0.114-1, hunspell-1.7.2-2, startup-notification-0.12-8
-:: (1/1) Downloaded PKGBUILD: tor-browser-bin
- 1 tor-browser-bin (Build Files Exist)
-==> Packages to cleanBuild?
-==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
-==>
- 1 tor-browser-bin (Build Files Exist)
-==> Diffs to show?
-==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
-==>
-==> Making package: tor-browser-bin 14.5.3-1 (Sun 08 Jun 2025 02:41:46 PM CDT)
-==> Retrieving sources...
- -> Found tor-browser.desktop.in
- -> Found tor-browser.in
- -> Found tor-browser.png
- -> Found tor-browser.svg
- -> Downloading tor-browser-linux-x86_64-14.5.3.tar.xz...
- % Total % Received % Xferd Average Speed Time Time Time Current
- Dload Upload Total Spent Left Speed
- 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 117M 0 47537 0 0 33320 0 1:01:41 0:00:01 1:01:40 33312 0 117M 0 179k 0 0 76160 0 0:26:59 0:00:02 0:26:57 76156 0 117M 0 452k 0 0 133k 0 0:15:03 0:00:03 0:15:00 133k 1 117M 1 1647k 0 0 340k 0 0:05:53 0:00:04 0:05:49 340k 2 117M 2 2991k 0 0 552k 0 0:03:38 0:00:05 0:03:33 611k 3 117M 3 4772k 0 0 693k 0 0:02:53 0:00:06 0:02:47 865k 6 117M 6 7858k 0 0 1063k 0 0:01:53 0:00:07 0:01:46 1541k 11 117M 11 13.7M 0 0 1683k 0 0:01:11 0:00:08 0:01:03 2735k 14 117M 14 17.1M 0 0 1859k 0 0:01:04 0:00:09 0:00:55 3445k 16 117M 16 19.5M 0 0 1861k 0 0:01:04 0:00:10 0:00:54 3198k 20 117M 20 23.7M 0 0 2130k 0 0:00:56 0:00:11 0:00:45 4327k 23 117M 23 27.4M 0 0 2232k 0 0:00:53 0:00:12 0:00:41 3901k 24 117M 24 29.2M 0 0 2237k 0 0:00:53 0:00:13 0:00:40 3168k 29 117M 29 34.8M 0 0 2399k 0 0:00:50 0:00:14 0:00:36 3344k 32 117M 32 38.4M 0 0 2557k 0 0:00:47 0:00:15 0:00:32 4157k 36 117M 36 42.4M 0 0 2653k 0 0:00:45 0:00:16 0:00:29 3845k 39 117M 39 46.7M 0 0 2752k 0 0:00:43 0:00:17 0:00:26 4107k 40 117M 40 47.6M 0 0 2603k 0 0:00:46 0:00:18 0:00:28 3519k 44 117M 44 51.7M 0 0 2733k 0 0:00:44 0:00:19 0:00:25 3831k 48 117M 48 57.1M 0 0 2871k 0 0:00:41 0:00:20 0:00:21 3839k 53 117M 53 63.4M 0 0 3037k 0 0:00:39 0:00:21 0:00:18 4293k 57 117M 57 67.9M 0 0 3065k 0 0:00:39 0:00:22 0:00:17 4092k 61 117M 61 72.0M 0 0 3152k 0 0:00:38 0:00:23 0:00:15 5365k 64 117M 64 76.1M 0 0 3196k 0 0:00:37 0:00:24 0:00:13 4987k 70 117M 70 82.7M 0 0 3337k 0 0:00:36 0:00:25 0:00:11 5231k 76 117M 76 89.5M 0 0 3473k 0 0:00:34 0:00:26 0:00:08 5339k 79 117M 79 93.6M 0 0 3468k 0 0:00:34 0:00:27 0:00:07 5310k 82 117M 82 96.8M 0 0 3484k 0 0:00:34 0:00:28 0:00:06 5012k 85 117M 85 100M 0 0 3482k 0 0:00:34 0:00:29 0:00:05 4874k 91 117M 91 107M 0 0 3629k 0 0:00:33 0:00:30 0:00:03 5118k 97 117M 97 114M 0 0 3741k 0 0:00:32 0:00:31 0:00:01 5156k 99 117M 99 116M 0 0 3684k 0 0:00:32 0:00:32 --:--:-- 4927k 100 117M 100 117M 0 0 3703k 0 0:00:32 0:00:32 --:--:-- 5246k
- -> Downloading tor-browser-linux-x86_64-14.5.3.tar.xz.asc...
- % Total % Received % Xferd Average Speed Time Time Time Current
- Dload Upload Total Spent Left Speed
- 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 833 100 833 0 0 1139 0 --:--:-- --:--:-- --:--:-- 1141
-==> WARNING: Skipping verification of source file PGP signatures.
-==> Validating source files with sha256sums...
- tor-browser.desktop.in ... Passed
- tor-browser.in ... Passed
- tor-browser.png ... Passed
- tor-browser.svg ... Passed
-==> Validating source_x86_64 files with sha256sums...
- tor-browser-linux-x86_64-14.5.3.tar.xz ... Passed
- tor-browser-linux-x86_64-14.5.3.tar.xz.asc ... Skipped
-:: (1/1) Parsing SRCINFO: tor-browser-bin
-gpg: keybox '/home/cjennings/.gnupg/pubring.kbx' created
-gpg: /home/cjennings/.gnupg/trustdb.gpg: trustdb created
-gpg: error reading key: No public key
-
- :: PGP keys need importing:
- -> EF6E286DDA85EA2A4BA7DE684E2C6E8793298290, required by: tor-browser-bin
-:: Importing keys with gpg...
-gpg: keyserver receive failed: No data
- -> problem importing keys
-...retrying tor-browser-bin @ 14:42:21
-AUR Explicit (1): tor-browser-bin-14.5.3-1
-Sync Dependency (3): startup-notification-0.12-8, dbus-glib-0.114-1, hunspell-1.7.2-2
-:: PKGBUILD up to date, skipping download: tor-browser-bin
- 1 tor-browser-bin (Build Files Exist)
-==> Packages to cleanBuild?
-==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
-==>
- 1 tor-browser-bin (Build Files Exist)
-==> Diffs to show?
-==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
-==>
-==> Making package: tor-browser-bin 14.5.3-1 (Sun 08 Jun 2025 02:42:26 PM CDT)
-==> Retrieving sources...
- -> Found tor-browser.desktop.in
- -> Found tor-browser.in
- -> Found tor-browser.png
- -> Found tor-browser.svg
- -> Found tor-browser-linux-x86_64-14.5.3.tar.xz
- -> Found tor-browser-linux-x86_64-14.5.3.tar.xz.asc
-==> WARNING: Skipping verification of source file PGP signatures.
-==> Validating source files with sha256sums...
- tor-browser.desktop.in ... Passed
- tor-browser.in ... Passed
- tor-browser.png ... Passed
- tor-browser.svg ... Passed
-==> Validating source_x86_64 files with sha256sums...
- tor-browser-linux-x86_64-14.5.3.tar.xz ... Passed
- tor-browser-linux-x86_64-14.5.3.tar.xz.asc ... Skipped
-:: (1/1) Parsing SRCINFO: tor-browser-bin
-gpg: error reading key: No public key
-
- :: PGP keys need importing:
- -> EF6E286DDA85EA2A4BA7DE684E2C6E8793298290, required by: tor-browser-bin
-:: Importing keys with gpg...
-gpg: keyserver receive failed: No data
- -> problem importing keys
-...retrying tor-browser-bin once more @ 14:42:27
-AUR Explicit (1): tor-browser-bin-14.5.3-1
-Sync Dependency (3): hunspell-1.7.2-2, startup-notification-0.12-8, dbus-glib-0.114-1
-:: PKGBUILD up to date, skipping download: tor-browser-bin
- 1 tor-browser-bin (Build Files Exist)
-==> Packages to cleanBuild?
-==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
-==>
- 1 tor-browser-bin (Build Files Exist)
-==> Diffs to show?
-==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
-==>
-==> Making package: tor-browser-bin 14.5.3-1 (Sun 08 Jun 2025 02:42:33 PM CDT)
-==> Retrieving sources...
- -> Found tor-browser.desktop.in
- -> Found tor-browser.in
- -> Found tor-browser.png
- -> Found tor-browser.svg
- -> Found tor-browser-linux-x86_64-14.5.3.tar.xz
- -> Found tor-browser-linux-x86_64-14.5.3.tar.xz.asc
-==> WARNING: Skipping verification of source file PGP signatures.
-==> Validating source files with sha256sums...
- tor-browser.desktop.in ... Passed
- tor-browser.in ... Passed
- tor-browser.png ... Passed
- tor-browser.svg ... Passed
-==> Validating source_x86_64 files with sha256sums...
- tor-browser-linux-x86_64-14.5.3.tar.xz ... Passed
- tor-browser-linux-x86_64-14.5.3.tar.xz.asc ... Skipped
-:: (1/1) Parsing SRCINFO: tor-browser-bin
-gpg: error reading key: No public key
-
- :: PGP keys need importing:
- -> EF6E286DDA85EA2A4BA7DE684E2C6E8793298290, required by: tor-browser-bin
-:: Importing keys with gpg...
-gpg: keyserver receive failed: No data
- -> problem importing keys
-ERROR: retrying tor-browser-bin once more failed with error code 1 @ 14:42:34
-...installing google-chrome via the AUR @ 14:42:34
-Sync Dependency (1): ttf-liberation-2.1.5-2
-AUR Explicit (1): google-chrome-137.0.7151.68-1
-:: (1/1) Downloaded PKGBUILD: google-chrome
- 1 google-chrome (Build Files Exist)
-==> Packages to cleanBuild?
-==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
-==>
- 1 google-chrome (Build Files Exist)
-==> Diffs to show?
-==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
-==>
-==> Making package: google-chrome 137.0.7151.68-1 (Sun 08 Jun 2025 02:42:40 PM CDT)
-==> Retrieving sources...
- -> Downloading google-chrome-stable_137.0.7151.68-1_amd64.deb...
- % Total % Received % Xferd Average Speed Time Time Time Current
- Dload Upload Total Spent Left Speed
- 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 111M 0 414k 0 0 381k 0 0:05:00 0:00:01 0:04:59 381k 2 111M 2 3151k 0 0 1467k 0 0:01:18 0:00:02 0:01:16 1467k 6 111M 6 7247k 0 0 2342k 0 0:00:48 0:00:03 0:00:45 2342k 9 111M 9 10.9M 0 0 2711k 0 0:00:42 0:00:04 0:00:38 2711k 12 111M 12 13.8M 0 0 2779k 0 0:00:41 0:00:05 0:00:36 2826k 15 111M 15 17.7M 0 0 2985k 0 0:00:38 0:00:06 0:00:32 3550k 18 111M 18 20.8M 0 0 2970k 0 0:00:38 0:00:07 0:00:31 3611k 21 111M 21 24.4M 0 0 3070k 0 0:00:37 0:00:08 0:00:29 3515k 25 111M 25 28.6M 0 0 3225k 0 0:00:35 0:00:09 0:00:26 3656k 31 111M 31 34.7M 0 0 3463k 0 0:00:33 0:00:10 0:00:23 4136k 36 111M 36 40.8M 0 0 3772k 0 0:00:30 0:00:11 0:00:19 4727k 41 111M 41 46.1M 0 0 3908k 0 0:00:29 0:00:12 0:00:17 5277k 44 111M 44 49.7M 0 0 3891k 0 0:00:29 0:00:13 0:00:16 5248k 47 111M 47 53.6M 0 0 3863k 0 0:00:29 0:00:14 0:00:15 4995k 50 111M 50 56.9M 0 0 3860k 0 0:00:29 0:00:15 0:00:14 4703k 53 111M 53 60.0M 0 0 3783k 0 0:00:30 0:00:16 0:00:14 3806k 57 111M 57 64.0M 0 0 3760k 0 0:00:30 0:00:17 0:00:13 3427k 61 111M 61 68.4M 0 0 3874k 0 0:00:29 0:00:18 0:00:11 3829k 65 111M 65 73.7M 0 0 3954k 0 0:00:28 0:00:19 0:00:09 4219k 70 111M 70 79.1M 0 0 4034k 0 0:00:28 0:00:20 0:00:08 4563k 76 111M 76 85.9M 0 0 4165k 0 0:00:27 0:00:21 0:00:06 5438k 83 111M 83 92.9M 0 0 4308k 0 0:00:26 0:00:22 0:00:04 6376k 86 111M 86 96.6M 0 0 4234k 0 0:00:27 0:00:23 0:00:04 5465k 87 111M 87 98.2M 0 0 4110k 0 0:00:27 0:00:24 0:00:03 4665k 89 111M 89 100M 0 0 4082k 0 0:00:28 0:00:25 0:00:03 4272k 92 111M 92 103M 0 0 4055k 0 0:00:28 0:00:26 0:00:02 3590k 98 111M 98 109M 0 0 4149k 0 0:00:27 0:00:27 --:--:-- 3444k 100 111M 100 111M 0 0 4186k 0 0:00:27 0:00:27 --:--:-- 3901k
- -> Found eula_text.html
- -> Found google-chrome-stable.sh
-==> WARNING: Skipping verification of source file PGP signatures.
-==> Validating source files with sha512sums...
- google-chrome-stable_137.0.7151.68-1_amd64.deb ... Passed
- eula_text.html ... Passed
- google-chrome-stable.sh ... Passed
-:: (1/1) Parsing SRCINFO: google-chrome
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (1) ttf-liberation-2.1.5-2
-
-Total Download Size: 1.53 MiB
-Total Installed Size: 4.16 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- ttf-liberation-2.1.5-2-any downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing ttf-liberation...
-:: Running post-transaction hooks...
-(1/2) Arming ConditionNeedsUpdate...
-(2/2) Updating fontconfig cache...
-==> Making package: google-chrome 137.0.7151.68-1 (Sun 08 Jun 2025 02:43:11 PM CDT)
-==> Checking runtime dependencies...
-==> Checking buildtime dependencies...
-==> Retrieving sources...
- -> Found google-chrome-stable_137.0.7151.68-1_amd64.deb
- -> Found eula_text.html
- -> Found google-chrome-stable.sh
-==> Validating source files with sha512sums...
- google-chrome-stable_137.0.7151.68-1_amd64.deb ... Passed
- eula_text.html ... Passed
- google-chrome-stable.sh ... Passed
-==> Removing existing $srcdir/ directory...
-==> Extracting sources...
- -> Extracting google-chrome-stable_137.0.7151.68-1_amd64.deb with bsdtar
-==> Sources are ready.
-==> Making package: google-chrome 137.0.7151.68-1 (Sun 08 Jun 2025 02:43:14 PM CDT)
-==> Checking runtime dependencies...
-==> Checking buildtime dependencies...
-==> WARNING: Using existing $srcdir/ tree
-==> Entering fakeroot environment...
-==> Starting package()...
-==> Tidying install...
- -> Removing empty directories...
- -> Removing libtool files...
- -> Purging unwanted files...
- -> Removing static library files...
- -> Copying source files needed for debug symbols...
- -> Compressing man and info pages...
-==> Checking for packaging issues...
-==> Creating package "google-chrome"...
- -> Generating .PKGINFO file...
- -> Generating .BUILDINFO file...
- -> Adding install file...
- -> Generating .MTREE file...
- -> Compressing package...
-==> Leaving fakeroot environment.
-==> Finished making: google-chrome 137.0.7151.68-1 (Sun 08 Jun 2025 02:43:25 PM CDT)
-==> Cleaning up...
-loading packages...
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (1) google-chrome-137.0.7151.68-1
-
-Total Installed Size: 365.77 MiB
-
-:: Proceed with installation? [Y/n]
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing google-chrome...
-==> NOTE: Custom flags should be put directly in: ~/.config/chrome-flags.conf
-==> NOTE: The launcher is called: 'google-chrome-stable'
-Optional dependencies for google-chrome
- pipewire: WebRTC desktop sharing under Wayland [installed]
- kdialog: for file dialogs in KDE
- gnome-keyring: for storing passwords in GNOME keyring [installed]
- kwallet: for storing passwords in KWallet
-:: Running post-transaction hooks...
-(1/3) Arming ConditionNeedsUpdate...
-(2/3) Updating icon theme caches...
-(3/3) Updating the desktop file MIME type cache...
-
-Print System
-...installing cups via pacman @ 14:43:26
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (9) cups-filters-2.0.1-2 gpgmepp-2.0.0-2 libcupsfilters-2.1.1-2 libexif-0.6.25-1 libpaper-2.2.6-1 libppd-2.1.1-1 poppler-25.05.0-2 qpdf-12.2.0-1 cups-2:2.4.12-2
-
-Total Download Size: 9.61 MiB
-Total Installed Size: 29.60 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- cups-2:2.4.12-2-x86_64 downloading...
- poppler-25.05.0-2-x86_64 downloading...
- qpdf-12.2.0-1-x86_64 downloading...
- libcupsfilters-2.1.1-2-x86_64 downloading...
- libexif-0.6.25-1-x86_64 downloading...
- libppd-2.1.1-1-x86_64 downloading...
- cups-filters-2.0.1-2-x86_64 downloading...
- gpgmepp-2.0.0-2-x86_64 downloading...
- libpaper-2.2.6-1-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing libexif...
-installing qpdf...
-installing gpgmepp...
-installing poppler...
-Optional dependencies for poppler
- poppler-data: highly recommended encoding data to display PDF documents with certain encodings and characters
-installing libcupsfilters...
-installing libppd...
-installing cups-filters...
-Optional dependencies for cups-filters
- ghostscript: for non-PDF printers (preferred)
- poppler: for non-PDF printers [installed]
- mupdf-tools: for non-PDF printers
-installing libpaper...
-installing cups...
->> If you use an HTTPS connection to CUPS, the first time you access
->> the interface it may take a very long time before the site comes up.
->> This is because the first request triggers the generation of the CUPS
->> SSL certificates which can be a very time-consuming job.
-Optional dependencies for cups
- cups-browsed: to browse the network for remote CUPS queues and IPP network printers
- libusb: for usb printer backend [installed]
- ipp-usb: allows to send HTTP requests via a USB connection on devices without Ethernet or WiFi connections
- xdg-utils: xdg .desktop file support [installed]
- colord: for ICC color profile support
- logrotate: for logfile rotation support
-:: Running post-transaction hooks...
-(1/6) Creating system user accounts...
-Creating group 'cups' with GID 209.
-Creating user 'cups' (cups helper user) with UID 209 and GID 209.
-(2/6) Reloading system manager configuration...
-(3/6) Arming ConditionNeedsUpdate...
-(4/6) Reloading system bus configuration...
-(5/6) Updating icon theme caches...
-(6/6) Updating the desktop file MIME type cache...
-...installing cups-pdf via pacman @ 14:43:31
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (6) ghostscript-10.05.1-2 ijs-0.35-6 jbig2dec-0.20-1 libidn-1.43-1 poppler-data-0.4.12-2 cups-pdf-3.0.2-1
-
-Total Download Size: 22.03 MiB
-Total Installed Size: 56.50 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- ghostscript-10.05.1-2-x86_64 downloading...
- poppler-data-0.4.12-2-any downloading...
- libidn-1.43-1-x86_64 downloading...
- jbig2dec-0.20-1-x86_64 downloading...
- ijs-0.35-6-x86_64 downloading...
- cups-pdf-3.0.2-1-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing jbig2dec...
-installing ijs...
-installing libidn...
-installing poppler-data...
-installing ghostscript...
-Optional dependencies for ghostscript
- gtk3: needed for gsx [installed]
-installing cups-pdf...
--------------------------------------------------
-To use cups-pdf, restart cups and visit the cups
-web interface at http://localhost:631/
-
-You can now add a "Virtual Printer (PDF Printer)"
-and use the Postscript/Generic postscript color
-printer driver.
-
-Note that cups-pdf has a configuration
-file in /etc/cups. The default location for
-pdf output is /var/spool/cups-pdf/$username.
--------------------------------------------------
-:: Running post-transaction hooks...
-(1/2) Arming ConditionNeedsUpdate...
-(2/2) Updating the info directory file...
-...installing foomatic-db-engine via pacman @ 14:43:38
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (14) perl-alien-build-2.84-1 perl-alien-libxml2-0.20-1 perl-capture-tiny-0.50-2 perl-clone-0.47-1 perl-dbi-1.647-1 perl-ffi-checklib-0.31-5 perl-file-chdir-0.1011-6 perl-file-which-1.27-6 perl-path-tiny-0.148-1 perl-xml-libxml-2.0210-3 perl-xml-namespacesupport-1.12-6 perl-xml-sax-1.02-2 perl-xml-sax-base-1.09-6 foomatic-db-engine-5:20200131-2
-
-Total Download Size: 2.30 MiB
-Total Installed Size: 6.51 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- perl-dbi-1.647-1-x86_64 downloading...
- perl-xml-libxml-2.0210-3-x86_64 downloading...
- perl-alien-build-2.84-1-any downloading...
- foomatic-db-engine-5:20200131-2-x86_64 downloading...
- perl-path-tiny-0.148-1-any downloading...
- perl-xml-sax-1.02-2-any downloading...
- perl-xml-sax-base-1.09-6-any downloading...
- perl-capture-tiny-0.50-2-any downloading...
- perl-ffi-checklib-0.31-5-any downloading...
- perl-file-which-1.27-6-any downloading...
- perl-xml-namespacesupport-1.12-6-any downloading...
- perl-file-chdir-0.1011-6-any downloading...
- perl-clone-0.47-1-x86_64 downloading...
- perl-alien-libxml2-0.20-1-any downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing perl-capture-tiny...
-installing perl-ffi-checklib...
-installing perl-file-chdir...
-installing perl-file-which...
-installing perl-path-tiny...
-installing perl-alien-build...
-installing perl-alien-libxml2...
-installing perl-xml-sax-base...
-installing perl-xml-namespacesupport...
-installing perl-xml-sax...
-installing perl-xml-libxml...
-:: Installing SAX XML Parsers
-installing perl-clone...
-installing perl-dbi...
-installing foomatic-db-engine...
-Optional dependencies for foomatic-db-engine
- foomatic-db: linuxprinting.org xml files database to create ppd driver files
-:: Running post-transaction hooks...
-(1/2) Arming ConditionNeedsUpdate...
-(2/2) Checking for old perl modules...
-...installing foomatic-db-ppds via pacman @ 14:43:41
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (1) foomatic-db-ppds-3:20240209-1
-
-Total Download Size: 48.76 MiB
-Total Installed Size: 82.41 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- foomatic-db-ppds-3:20240209-1-any downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing foomatic-db-ppds...
-:: Running post-transaction hooks...
-(1/1) Arming ConditionNeedsUpdate...
-...installing foomatic-db-nonfree-ppds via pacman @ 14:43:58
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (1) foomatic-db-nonfree-ppds-3:20240209-1
-
-Total Download Size: 0.16 MiB
-Total Installed Size: 8.33 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- foomatic-db-nonfree-ppds-3:20240209-1-any downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing foomatic-db-nonfree-ppds...
-:: Running post-transaction hooks...
-(1/1) Arming ConditionNeedsUpdate...
-...installing gutenprint via pacman @ 14:44:00
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (1) gutenprint-5.3.5-1
-
-Total Download Size: 4.72 MiB
-Total Installed Size: 34.20 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- gutenprint-5.3.5-1-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing gutenprint...
->>please run /usr/bin/cups-genppdupdate
->>and restart cups daemon
-Optional dependencies for gutenprint
- libusb: required for drivers that depend on gutenprint52usb backend [installed]
- foomatic-db-gutenprint-ppds: prebuilt ppd files
- perl: to run cups-genppdupdate [installed]
-:: Running post-transaction hooks...
-(1/1) Arming ConditionNeedsUpdate...
-...installing foomatic-db-gutenprint-ppds via pacman @ 14:44:03
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (1) foomatic-db-gutenprint-ppds-5.3.5-1
-
-Total Download Size: 32.22 MiB
-Total Installed Size: 99.35 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- foomatic-db-gutenprint-ppds-5.3.5-1-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing foomatic-db-gutenprint-ppds...
-Optional dependencies for foomatic-db-gutenprint-ppds
- cups: to use cups printer spooler(recommended) [installed]
-:: Running post-transaction hooks...
-(1/1) Arming ConditionNeedsUpdate...
-...installing system-config-printer via pacman @ 14:44:17
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (2) python-pycups-2.0.4-3 system-config-printer-1.5.18-5
-
-Total Download Size: 1.30 MiB
-Total Installed Size: 8.30 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- system-config-printer-1.5.18-5-x86_64 downloading...
- python-pycups-2.0.4-3-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing python-pycups...
-installing system-config-printer...
-Optional dependencies for system-config-printer
- libsecret: password management [installed]
- python-pysmbc: SMB browser support
- cups-pk-helper: PolicyKit helper to configure cups with fine-grained privileges
-:: Running post-transaction hooks...
-(1/5) Reloading system manager configuration...
-(2/5) Reloading device manager configuration...
-(3/5) Arming ConditionNeedsUpdate...
-(4/5) Reloading system bus configuration...
-(5/5) Updating the desktop file MIME type cache...
-...enabling printing service to launch at boot @ 14:44:20
-Created symlink '/etc/systemd/system/printer.target.wants/cups.service' → '/usr/lib/systemd/system/cups.service'.
-Created symlink '/etc/systemd/system/multi-user.target.wants/cups.service' → '/usr/lib/systemd/system/cups.service'.
-Created symlink '/etc/systemd/system/sockets.target.wants/cups.socket' → '/usr/lib/systemd/system/cups.socket'.
-Created symlink '/etc/systemd/system/multi-user.target.wants/cups.path' → '/usr/lib/systemd/system/cups.path'.
-
-##### Developer Workstation
-
-Programming Languages and Utilities
-...installing clang via pacman @ 14:44:21
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (2) compiler-rt-19.1.7-1 clang-19.1.7-2
-
-Total Download Size: 46.53 MiB
-Total Installed Size: 241.59 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- clang-19.1.7-2-x86_64 downloading...
- compiler-rt-19.1.7-1-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing compiler-rt...
-installing clang...
-Optional dependencies for clang
- openmp: OpenMP support in clang with -fopenmp
- python: for scan-view and git-clang-format [installed]
- llvm: referenced by some clang headers
-:: Running post-transaction hooks...
-(1/1) Arming ConditionNeedsUpdate...
-...installing cmake via pacman @ 14:44:32
-warning: cmake-4.0.2-1 is up to date -- skipping
- there is nothing to do
-...installing gdb via pacman @ 14:44:33
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (4) boost-libs-1.88.0-3 gdb-common-16.3-1 source-highlight-3.1.9-15 gdb-16.3-1
-
-Total Download Size: 10.81 MiB
-Total Installed Size: 43.62 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- gdb-16.3-1-x86_64 downloading...
- boost-libs-1.88.0-3-x86_64 downloading...
- source-highlight-3.1.9-15-x86_64 downloading...
- gdb-common-16.3-1-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing gdb-common...
-installing boost-libs...
-Optional dependencies for boost-libs
- openmpi: for mpi support
-installing source-highlight...
-Optional dependencies for source-highlight
- lesspipe: src-hilite-lesspipe.sh
-installing gdb...
-:: Running post-transaction hooks...
-(1/2) Arming ConditionNeedsUpdate...
-(2/2) Updating the info directory file...
-...installing splint via pacman @ 14:44:36
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (1) splint-3.1.2.git20180129-3
-
-Total Download Size: 0.76 MiB
-Total Installed Size: 2.33 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- splint-3.1.2.git20180129-3-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing splint...
-:: Running post-transaction hooks...
-(1/1) Arming ConditionNeedsUpdate...
-...installing valgrind via pacman @ 14:44:39
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (3) debuginfod-0.193-2 libmicrohttpd-1.0.1-1 valgrind-3.25.1-1
-
-Total Download Size: 10.02 MiB
-Total Installed Size: 75.39 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- valgrind-3.25.1-1-x86_64 downloading...
- libmicrohttpd-1.0.1-1-x86_64 downloading...
- debuginfod-0.193-2-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing libmicrohttpd...
-installing debuginfod...
-Optional dependencies for debuginfod
- elfutils=0.193: for translations
-installing valgrind...
-Optional dependencies for valgrind
- lib32-glibc: 32-bit ABI support
- python: cg_* scripts [installed]
-:: Running post-transaction hooks...
-(1/2) Arming ConditionNeedsUpdate...
-(2/2) Updating the info directory file...
-...installing jdk-openjdk via pacman @ 14:44:44
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (4) java-environment-common-3-6 java-runtime-common-3-6 libnet-2:1.3-1 jdk-openjdk-24.0.1.u9-1
-
-Total Download Size: 308.07 MiB
-Total Installed Size: 500.34 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- jdk-openjdk-24.0.1.u9-1-x86_64 downloading...
- libnet-2:1.3-1-x86_64 downloading...
- java-runtime-common-3-6-any downloading...
- java-environment-common-3-6-any downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing java-runtime-common...
-For the complete set of Java binaries to be available in your PATH,
-you need to re-login or source /etc/profile
-Please note that this package does not support forcing JAVA_HOME as former package java-common did
-installing libnet...
-installing java-environment-common...
-installing jdk-openjdk...
-Optional dependencies for jdk-openjdk
- java-rhino: for some JavaScript support
- alsa-lib: for basic sound support [installed]
- gtk3: for the Gtk+ 3 look and feel - desktop usage [installed]
-:: Running post-transaction hooks...
-(1/3) Arming ConditionNeedsUpdate...
-(2/3) Updating icon theme caches...
-(3/3) Updating the desktop file MIME type cache...
-...installing openjdk-doc via pacman @ 14:46:01
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (1) openjdk-doc-24.0.1.u9-1
-
-Total Download Size: 15.94 MiB
-Total Installed Size: 295.95 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- openjdk-doc-24.0.1.u9-1-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing openjdk-doc...
-Optional dependencies for openjdk-doc
- gvfs: open links e.g. hyperlinks
-:: Running post-transaction hooks...
-(1/1) Arming ConditionNeedsUpdate...
-...installing guile via pacman @ 14:46:12
-warning: guile-3.0.10-1 is up to date -- skipping
- there is nothing to do
-...installing sbcl via pacman @ 14:46:12
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (1) sbcl-2.5.4-1
-
-Total Download Size: 13.98 MiB
-Total Installed Size: 61.29 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- sbcl-2.5.4-1-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing sbcl...
-:: Running post-transaction hooks...
-(1/2) Arming ConditionNeedsUpdate...
-(2/2) Updating the info directory file...
-...installing racket via pacman @ 14:46:21
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (1) racket-8.17-1
-
-Total Download Size: 192.74 MiB
-Total Installed Size: 705.82 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- racket-8.17-1-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing racket...
-:: Running post-transaction hooks...
-(1/3) Arming ConditionNeedsUpdate...
-(2/3) Updating icon theme caches...
-(3/3) Updating the desktop file MIME type cache...
-...installing rust via pacman @ 14:48:07
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (1) rust-1:1.87.0-1
-
-Total Download Size: 66.75 MiB
-Total Installed Size: 279.00 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- rust-1:1.87.0-1-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing rust...
-Optional dependencies for rust
- gdb: rust-gdb script [installed]
- lldb: rust-lldb script
-:: Running post-transaction hooks...
-(1/1) Arming ConditionNeedsUpdate...
-...installing pyright via pacman @ 14:48:36
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (5) c-ares-1.34.5-1 libngtcp2-1.12.0-1 nodejs-24.1.0-2 simdjson-1:3.13.0-1 pyright-1.1.401-1
-
-Total Download Size: 20.47 MiB
-Total Installed Size: 90.69 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- nodejs-24.1.0-2-x86_64 downloading...
- pyright-1.1.401-1-any downloading...
- simdjson-1:3.13.0-1-x86_64 downloading...
- c-ares-1.34.5-1-x86_64 downloading...
- libngtcp2-1.12.0-1-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing c-ares...
-installing libngtcp2...
-installing simdjson...
-installing nodejs...
-Optional dependencies for nodejs
- npm: nodejs package manager
-installing pyright...
-:: Running post-transaction hooks...
-(1/1) Arming ConditionNeedsUpdate...
-...installing pyenv via pacman @ 14:48:42
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (1) pyenv-1:2.6.1-1
-
-Total Download Size: 0.32 MiB
-Total Installed Size: 3.28 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- pyenv-1:2.6.1-1-any downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing pyenv...
-Optional dependencies for pyenv
- git: installing development versions [installed]
-:: Running post-transaction hooks...
-(1/1) Arming ConditionNeedsUpdate...
-...installing shellcheck via pacman @ 14:48:44
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (54) ghc-libs-9.4.8-1 haskell-aeson-2.1.2.1-100 haskell-ansi-terminal-1.0.2-16 haskell-ansi-terminal-types-0.11.5-56 haskell-ansi-wl-pprint-0.6.9-475 haskell-assoc-1.1.1-14 haskell-attoparsec-0.14.4-105 haskell-base-compat-0.12.3-1 haskell-base-compat-batteries-0.12.3-8 haskell-base-orphans-0.9.1-8 haskell-bifunctors-5.6-175 haskell-colour-2.3.6-266 haskell-comonad-5.0.9-32 haskell-contravariant-1.5.5-5 haskell-data-fix-0.3.3-12 haskell-diff-0.4.1-105 haskell-distributive-0.6.2.1-240 haskell-dlist-1.0-279 haskell-erf-2.0.0.0-26 haskell-fgl-5.8.3.0-29 haskell-foldable1-classes-compat-0.1-175 haskell-generically-0.1.1-17 haskell-hashable-1.4.4.0-91 haskell-indexed-traversable-0.1.4-88 haskell-indexed-traversable-instances-0.1.2-44 haskell-integer-logarithms-1.0.4-6 haskell-onetuple-0.4.2-33 haskell-optparse-applicative-0.17.1.0-91 haskell-os-string-2.0.7-34 haskell-primitive-0.8.0.0-21 haskell-quickcheck-2.14.3-149 haskell-random-1.2.1.2-90 haskell-regex-base-0.94.0.3-2 haskell-regex-tdfa-1.3.2.4-6 haskell-scientific-0.3.7.0-144 haskell-semialign-1.3-33 haskell-semigroupoids-6.0.1-16 haskell-splitmix-0.1.0.5-81 haskell-statevar-1.2.2-4 haskell-strict-0.5-60 haskell-tagged-0.8.9-2 haskell-tasty-1.4.3-134 haskell-text-short-0.1.6-29 haskell-th-abstraction-0.5.0.0-1 haskell-these-1.2-60 haskell-time-compat-1.9.6.1-127 haskell-transformers-compat-0.7.2-3 haskell-unordered-containers-0.2.20-54 haskell-uuid-types-1.0.6-18 haskell-vector-0.13.2.0-7 haskell-vector-stream-0.1.0.1-3 haskell-witherable-0.4.2-151 numactl-2.0.19-1 shellcheck-0.10.0-62
-
-Total Download Size: 28.55 MiB
-Total Installed Size: 206.92 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- ghc-libs-9.4.8-1-x86_64 downloading...
- shellcheck-0.10.0-62-x86_64 downloading...
- haskell-vector-0.13.2.0-7-x86_64 downloading...
- haskell-aeson-2.1.2.1-100-x86_64 downloading...
- haskell-quickcheck-2.14.3-149-x86_64 downloading...
- haskell-regex-tdfa-1.3.2.4-6-x86_64 downloading...
- haskell-bifunctors-5.6-175-x86_64 downloading...
- haskell-attoparsec-0.14.4-105-x86_64 downloading...
- haskell-semigroupoids-6.0.1-16-x86_64 downloading...
- haskell-fgl-5.8.3.0-29-x86_64 downloading...
- haskell-optparse-applicative-0.17.1.0-91-x86_64 downloading...
- haskell-tasty-1.4.3-134-x86_64 downloading...
- haskell-primitive-0.8.0.0-21-x86_64 downloading...
- haskell-unordered-containers-0.2.20-54-x86_64 downloading...
- haskell-random-1.2.1.2-90-x86_64 downloading...
- haskell-os-string-2.0.7-34-x86_64 downloading...
- haskell-strict-0.5-60-x86_64 downloading...
- haskell-colour-2.3.6-266-x86_64 downloading...
- haskell-th-abstraction-0.5.0.0-1-x86_64 downloading...
- haskell-semialign-1.3-33-x86_64 downloading...
- haskell-witherable-0.4.2-151-x86_64 downloading...
- haskell-transformers-compat-0.7.2-3-x86_64 downloading...
- haskell-indexed-traversable-0.1.4-88-x86_64 downloading...
- haskell-scientific-0.3.7.0-144-x86_64 downloading...
- haskell-these-1.2-60-x86_64 downloading...
- haskell-hashable-1.4.4.0-91-x86_64 downloading...
- haskell-comonad-5.0.9-32-x86_64 downloading...
- numactl-2.0.19-1-x86_64 downloading...
- haskell-vector-stream-0.1.0.1-3-x86_64 downloading...
- haskell-base-compat-batteries-0.12.3-8-x86_64 downloading...
- haskell-base-compat-0.12.3-1-x86_64 downloading...
- haskell-ansi-terminal-types-0.11.5-56-x86_64 downloading...
- haskell-foldable1-classes-compat-0.1-175-x86_64 downloading...
- haskell-text-short-0.1.6-29-x86_64 downloading...
- haskell-time-compat-1.9.6.1-127-x86_64 downloading...
- haskell-uuid-types-1.0.6-18-x86_64 downloading...
- haskell-diff-0.4.1-105-x86_64 downloading...
- haskell-regex-base-0.94.0.3-2-x86_64 downloading...
- haskell-contravariant-1.5.5-5-x86_64 downloading...
- haskell-tagged-0.8.9-2-x86_64 downloading...
- haskell-ansi-wl-pprint-0.6.9-475-x86_64 downloading...
- haskell-ansi-terminal-1.0.2-16-x86_64 downloading...
- haskell-dlist-1.0-279-x86_64 downloading...
- haskell-distributive-0.6.2.1-240-x86_64 downloading...
- haskell-splitmix-0.1.0.5-81-x86_64 downloading...
- haskell-data-fix-0.3.3-12-x86_64 downloading...
- haskell-base-orphans-0.9.1-8-x86_64 downloading...
- haskell-integer-logarithms-1.0.4-6-x86_64 downloading...
- haskell-indexed-traversable-instances-0.1.2-44-x86_64 downloading...
- haskell-statevar-1.2.2-4-x86_64 downloading...
- haskell-erf-2.0.0.0-26-x86_64 downloading...
- haskell-assoc-1.1.1-14-x86_64 downloading...
- haskell-onetuple-0.4.2-33-x86_64 downloading...
- haskell-generically-0.1.1-17-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing numactl...
-installing ghc-libs...
-installing haskell-onetuple...
-installing haskell-erf...
-installing haskell-splitmix...
-installing haskell-random...
-installing haskell-quickcheck...
-installing haskell-os-string...
-installing haskell-hashable...
-installing haskell-integer-logarithms...
-installing haskell-primitive...
-installing haskell-scientific...
-installing haskell-attoparsec...
-installing haskell-base-compat...
-installing haskell-base-compat-batteries...
-installing haskell-data-fix...
-installing haskell-dlist...
-installing haskell-base-orphans...
-installing haskell-generically...
-installing haskell-tagged...
-installing haskell-foldable1-classes-compat...
-installing haskell-indexed-traversable...
-installing haskell-unordered-containers...
-installing haskell-colour...
-installing haskell-ansi-terminal-types...
-installing haskell-ansi-terminal...
-installing haskell-ansi-wl-pprint...
-installing haskell-transformers-compat...
-installing haskell-optparse-applicative...
-installing haskell-tasty...
-installing haskell-vector-stream...
-installing haskell-vector...
-installing haskell-indexed-traversable-instances...
-installing haskell-distributive...
-installing haskell-comonad...
-installing haskell-th-abstraction...
-installing haskell-bifunctors...
-installing haskell-statevar...
-installing haskell-contravariant...
-installing haskell-semigroupoids...
-installing haskell-assoc...
-installing haskell-these...
-installing haskell-semialign...
-installing haskell-strict...
-installing haskell-text-short...
-installing haskell-time-compat...
-installing haskell-uuid-types...
-installing haskell-witherable...
-installing haskell-aeson...
-installing haskell-diff...
-installing haskell-fgl...
-installing haskell-regex-base...
-installing haskell-regex-tdfa...
-installing shellcheck...
-:: Running post-transaction hooks...
-(1/2) Arming ConditionNeedsUpdate...
-(2/2) Registering Haskell modules...
-...installing shfmt via pacman @ 14:49:01
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (1) shfmt-3.11.0-1
-
-Total Download Size: 1.06 MiB
-Total Installed Size: 2.81 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- shfmt-3.11.0-1-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing shfmt...
-:: Running post-transaction hooks...
-(1/1) Arming ConditionNeedsUpdate...
-...installing delve via pacman @ 14:49:03
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (1) delve-1.24.2-2
-
-Total Download Size: 4.91 MiB
-Total Installed Size: 15.14 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- delve-1.24.2-2-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing delve...
-Optional dependencies for delve
- debuginfod: debuginfod support [installed]
-:: Running post-transaction hooks...
-(1/1) Arming ConditionNeedsUpdate...
-...installing go-tools via pacman @ 14:49:07
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (1) go-tools-4:0.33.0-1
-
-Total Download Size: 12.40 MiB
-Total Installed Size: 80.33 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- go-tools-4:0.33.0-1-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing go-tools...
-:: Running post-transaction hooks...
-(1/1) Arming ConditionNeedsUpdate...
-...installing gopls via pacman @ 14:49:19
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (1) gopls-0.18.1-2
-
-Total Download Size: 7.60 MiB
-Total Installed Size: 24.43 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- gopls-0.18.1-2-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing gopls...
-:: Running post-transaction hooks...
-(1/1) Arming ConditionNeedsUpdate...
-...installing staticcheck via pacman @ 14:49:23
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (1) staticcheck-2025.1.1-1
-
-Total Download Size: 3.45 MiB
-Total Installed Size: 10.11 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- staticcheck-2025.1.1-1-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing staticcheck...
-:: Running post-transaction hooks...
-(1/1) Arming ConditionNeedsUpdate...
-...installing jq via pacman @ 14:49:27
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (2) oniguruma-6.9.10-1 jq-1.8.0-1
-
-Total Download Size: 0.41 MiB
-Total Installed Size: 1.32 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- oniguruma-6.9.10-1-x86_64 downloading...
- jq-1.8.0-1-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing oniguruma...
-installing jq...
-:: Running post-transaction hooks...
-(1/1) Arming ConditionNeedsUpdate...
-...installing typescript via pacman @ 14:49:29
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (1) typescript-5.8.3-1
-
-Total Download Size: 1.91 MiB
-Total Installed Size: 21.81 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- typescript-5.8.3-1-any downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing typescript...
-:: Running post-transaction hooks...
-(1/1) Arming ConditionNeedsUpdate...
-...installing nodejs via pacman @ 14:49:33
-warning: nodejs-24.1.0-2 is up to date -- skipping
- there is nothing to do
-...installing npm via pacman @ 14:49:33
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (4) node-gyp-11.2.0-1 nodejs-nopt-7.2.1-1 semver-7.7.2-1 npm-11.4.1-1
-
-Total Download Size: 2.88 MiB
-Total Installed Size: 17.44 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- npm-11.4.1-1-any downloading...
- node-gyp-11.2.0-1-any downloading...
- semver-7.7.2-1-any downloading...
- nodejs-nopt-7.2.1-1-any downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing nodejs-nopt...
-installing semver...
-installing node-gyp...
-Optional dependencies for node-gyp
- gcc: to build C++ modules [installed]
- make: to build C++ modules [installed]
- python: to build C++ modules [installed]
-installing npm...
-Optional dependencies for npm
- git: for dependencies using Git URL's [installed]
-:: Running post-transaction hooks...
-(1/1) Arming ConditionNeedsUpdate...
-...installing nvm via the AUR @ 14:49:36
-Sync Explicit (1): nvm-0.40.3-1
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (1) nvm-0.40.3-1
-
-Total Download Size: 0.03 MiB
-Total Installed Size: 0.15 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- nvm-0.40.3-1-any downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing nvm...
-Your shell must be initialized before nvm will function correctly.
-Run the following, and consider adding it to ~/.bashrc or ~/.zshrc:
- source /usr/share/nvm/init-nvm.sh
-:: Running post-transaction hooks...
-(1/1) Arming ConditionNeedsUpdate...
-...installing tidy via pacman @ 14:49:39
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (1) tidy-5.8.0-3
-
-Total Download Size: 0.51 MiB
-Total Installed Size: 3.14 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- tidy-5.8.0-3-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing tidy...
-:: Running post-transaction hooks...
-(1/1) Arming ConditionNeedsUpdate...
-...installing prettier via pacman @ 14:49:40
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (1) prettier-3.5.3-2
-
-Total Download Size: 0.88 MiB
-Total Installed Size: 7.51 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- prettier-3.5.3-2-any downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing prettier...
-:: Running post-transaction hooks...
-(1/1) Arming ConditionNeedsUpdate...
-...installing meld via pacman @ 14:49:43
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (2) gtksourceview4-4.8.4-2 meld-3.22.3-1
-
-Total Download Size: 1.79 MiB
-Total Installed Size: 12.36 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- gtksourceview4-4.8.4-2-x86_64 downloading...
- meld-3.22.3-1-any downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing gtksourceview4...
-installing meld...
-:: Running post-transaction hooks...
-(1/5) Arming ConditionNeedsUpdate...
-(2/5) Updating the MIME type database...
-(3/5) Compiling GSettings XML schema files...
-(4/5) Updating icon theme caches...
-(5/5) Updating the desktop file MIME type cache...
-...installing ripgrep via pacman @ 14:49:47
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (1) ripgrep-14.1.1-1
-
-Total Download Size: 1.45 MiB
-Total Installed Size: 5.03 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- ripgrep-14.1.1-1-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing ripgrep...
-:: Running post-transaction hooks...
-(1/1) Arming ConditionNeedsUpdate...
-...installing the_silver_searcher via the AUR @ 14:49:49
-Sync Explicit (1): the_silver_searcher-2.2.0-3
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (1) the_silver_searcher-2.2.0-3
-
-Total Download Size: 0.04 MiB
-Total Installed Size: 0.10 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- the_silver_searcher-2.2.0-3-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing the_silver_searcher...
-:: Running post-transaction hooks...
-(1/1) Arming ConditionNeedsUpdate...
-
-Programming Editors
-...installing mg via pacman @ 14:49:51
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (3) libbsd-0.12.2-2 libmd-1.1.0-2 mg-20250523-1
-
-Total Download Size: 0.32 MiB
-Total Installed Size: 0.66 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- libbsd-0.12.2-2-x86_64 downloading...
- mg-20250523-1-x86_64 downloading...
- libmd-1.1.0-2-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing libmd...
-installing libbsd...
-installing mg...
-:: Running post-transaction hooks...
-(1/1) Arming ConditionNeedsUpdate...
-...installing neovim via pacman @ 14:49:54
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (15) libluv-1.48.0_2-1 libutf8proc-2.10.0-1 libvterm-0.3.3-2 lua51-lpeg-1.1.0-3 luajit-2.1.1748459687-1 msgpack-c-6.1.0-2 tree-sitter-0.25.6-1 tree-sitter-c-0.24.1-1 tree-sitter-lua-0.4.0-1 tree-sitter-markdown-0.5.0-1 tree-sitter-query-0.6.1-1 tree-sitter-vim-0.6.0-1 tree-sitter-vimdoc-4.0.0-1 unibilium-2.1.2-1 neovim-0.11.2-3
-
-Total Download Size: 7.93 MiB
-Total Installed Size: 33.53 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- neovim-0.11.2-3-x86_64 downloading...
- luajit-2.1.1748459687-1-x86_64 downloading...
- tree-sitter-vim-0.6.0-1-x86_64 downloading...
- tree-sitter-markdown-0.5.0-1-x86_64 downloading...
- tree-sitter-0.25.6-1-x86_64 downloading...
- unibilium-2.1.2-1-x86_64 downloading...
- libutf8proc-2.10.0-1-x86_64 downloading...
- tree-sitter-c-0.24.1-1-x86_64 downloading...
- libluv-1.48.0_2-1-x86_64 downloading...
- libvterm-0.3.3-2-x86_64 downloading...
- tree-sitter-vimdoc-4.0.0-1-x86_64 downloading...
- msgpack-c-6.1.0-2-x86_64 downloading...
- lua51-lpeg-1.1.0-3-x86_64 downloading...
- tree-sitter-lua-0.4.0-1-x86_64 downloading...
- tree-sitter-query-0.6.1-1-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing luajit...
-installing libluv...
-installing libutf8proc...
-installing libvterm...
-installing lua51-lpeg...
-installing msgpack-c...
-installing tree-sitter...
-installing tree-sitter-c...
-Optional dependencies for tree-sitter-c
- tree-sitter: core library [installed]
-installing tree-sitter-lua...
-Optional dependencies for tree-sitter-lua
- tree-sitter: core library [installed]
-installing tree-sitter-markdown...
-Optional dependencies for tree-sitter-markdown
- tree-sitter: core library [installed]
-installing tree-sitter-query...
-Optional dependencies for tree-sitter-query
- tree-sitter: core library [installed]
-installing tree-sitter-vim...
-Optional dependencies for tree-sitter-vim
- tree-sitter: core library [installed]
-installing tree-sitter-vimdoc...
-Optional dependencies for tree-sitter-vimdoc
- tree-sitter: core library [installed]
-installing unibilium...
-installing neovim...
-Optional dependencies for neovim
- python-pynvim: for Python plugin support (see :help python)
- xclip: for clipboard support on X11 (or xsel) (see :help clipboard) [installed]
- xsel: for clipboard support on X11 (or xclip) (see :help clipboard) [installed]
- wl-clipboard: for clipboard support on wayland (see :help clipboard)
-:: Running post-transaction hooks...
-(1/3) Arming ConditionNeedsUpdate...
-(2/3) Updating icon theme caches...
-(3/3) Updating the desktop file MIME type cache...
-...installing pycharm-community-edition via pacman @ 14:49:58
-resolving dependencies...
-:: There are 2 providers available for java-runtime=17:
-:: Repository extra
- 1) jdk17-openjdk 2) jre17-openjdk
-
-Enter a number (default=1):
-looking for conflicting packages...
-
-Packages (2) jdk17-openjdk-17.0.15.u6-1 pycharm-community-edition-2025.1.1.1-1
-
-Total Download Size: 665.84 MiB
-Total Installed Size: 2006.04 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- pycharm-community-edition-2025.1.1.1-1-x86_64 downloading...
- jdk17-openjdk-17.0.15.u6-1-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing jdk17-openjdk...
-Default Java environment is already set to 'java-24-openjdk'
-See 'archlinux-java help' to change it
-Optional dependencies for jdk17-openjdk
- java-rhino: for some JavaScript support
- alsa-lib: for basic sound support [installed]
- gtk3: for the Gtk+ 3 look and feel - desktop usage [installed]
-installing pycharm-community-edition...
-Optional dependencies for pycharm-community-edition
- ipython: IPython integration for Python 3
-:: Running post-transaction hooks...
-(1/3) Arming ConditionNeedsUpdate...
-(2/3) Updating icon theme caches...
-(3/3) Updating the desktop file MIME type cache...
-...installing code via pacman @ 14:52:58
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (4) electron34-34.5.8-1 libxslt-1.1.43-2 minizip-1:1.3.1-2 code-1.100.2-3
-
-Total Download Size: 99.05 MiB
-Total Installed Size: 379.37 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- electron34-34.5.8-1-x86_64 downloading...
- code-1.100.2-3-x86_64 downloading...
- libxslt-1.1.43-2-x86_64 downloading...
- minizip-1:1.3.1-2-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing minizip...
-installing libxslt...
-Optional dependencies for libxslt
- python: Python bindings [installed]
-installing electron34...
-Optional dependencies for electron34
- kde-cli-tools: file deletion support (kioclient5)
- pipewire: WebRTC desktop sharing under Wayland [installed]
- qt5-base: enable Qt5 with --enable-features=AllowQt [installed]
- gtk4: for --gtk-version=4 (GTK4 IME might work better on Wayland)
- trash-cli: file deletion support (trash-put)
- xdg-utils: open URLs with desktop’s default (xdg-email, xdg-open) [installed]
-installing code...
-Optional dependencies for code
- bash-completion: Bash completions
- zsh-completions: ZSH completitons
- x11-ssh-askpass: SSH authentication [installed]
-:: Running post-transaction hooks...
-(1/2) Arming ConditionNeedsUpdate...
-(2/2) Updating the desktop file MIME type cache...
-
-Emacs Dependencies
-...installing emacs via pacman @ 14:53:34
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (12) gd-2.3.3-8 libavif-1.3.0-1 libde265-1.0.16-1 libgccjit-15.1.1+r7+gf36ec88aa85a-1 libheif-1.19.8-1 libotf-0.9.16-5 libxaw-1.0.16-1 libxpm-3.5.17-2 libyuv-r2426+464c51a03-1 m17n-db-1.8.8-1 m17n-lib-1.8.5-1 emacs-30.1-5
-
-Total Download Size: 86.62 MiB
-Total Installed Size: 316.45 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- emacs-30.1-5-x86_64 downloading...
- libgccjit-15.1.1+r7+gf36ec88aa85a-1-x86_64 downloading...
- m17n-db-1.8.8-1-any downloading...
- libheif-1.19.8-1-x86_64 downloading...
- libxaw-1.0.16-1-x86_64 downloading...
- m17n-lib-1.8.5-1-x86_64 downloading...
- libyuv-r2426+464c51a03-1-x86_64 downloading...
- libavif-1.3.0-1-x86_64 downloading...
- libde265-1.0.16-1-x86_64 downloading...
- gd-2.3.3-8-x86_64 downloading...
- libotf-0.9.16-5-x86_64 downloading...
- libxpm-3.5.17-2-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing libgccjit...
-installing libxpm...
-installing libxaw...
-installing libotf...
-installing m17n-db...
-installing libyuv...
-installing libavif...
-installing libde265...
-Optional dependencies for libde265
- ffmpeg: for sherlock265 [installed]
- qt5-base: for sherlock265 [installed]
- sdl: dec265 YUV overlay output
-installing libheif...
-Optional dependencies for libheif
- libjpeg-turbo: for heif-convert and heif-enc [installed]
- libpng: for heif-convert and heif-enc [installed]
- dav1d: dav1d encoder [installed]
- ffmpeg: hardware decode [installed]
- rav1e: rav1e encoder [installed]
- svt-av1: svt-av1 encoder [installed]
-installing gd...
-Optional dependencies for gd
- perl: bdftogd script [installed]
-installing m17n-lib...
-Optional dependencies for m17n-lib
- anthy: to use the anthy input method
- ispell: to use the ispell input method
-installing emacs...
-:: Running post-transaction hooks...
-(1/6) Reloading user manager configuration...
-(2/6) Arming ConditionNeedsUpdate...
-(3/6) Probing GDK-Pixbuf loader modules...
-(4/6) Updating icon theme caches...
-(5/6) Updating the info directory file...
-(6/6) Updating the desktop file MIME type cache...
-...installing exercism-bin via the AUR @ 14:54:16
-AUR Explicit (1): exercism-bin-3.5.5-1
-:: (1/1) Downloaded PKGBUILD: exercism-bin
- 1 exercism-bin (Build Files Exist)
-==> Packages to cleanBuild?
-==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
-==>
- 1 exercism-bin (Build Files Exist)
-==> Diffs to show?
-==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
-==>
-==> Making package: exercism-bin 3.5.5-1 (Sun 08 Jun 2025 02:54:21 PM CDT)
-==> Retrieving sources...
- -> Downloading exercism-3.5.5-linux-x86_64.tar.gz...
- % Total % Received % Xferd Average Speed Time Time Time Current
- Dload Upload Total Spent Left Speed
- 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
- 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 33 4016k 33 1342k 0 0 760k 0 0:00:05 0:00:01 0:00:04 1346k 100 4016k 100 4016k 0 0 1787k 0 0:00:02 0:00:02 --:--:-- 2715k
-==> WARNING: Skipping verification of source file PGP signatures.
-==> Validating source_x86_64 files with sha256sums...
- exercism-3.5.5-linux-x86_64.tar.gz ... Passed
-:: (1/1) Parsing SRCINFO: exercism-bin
-==> Making package: exercism-bin 3.5.5-1 (Sun 08 Jun 2025 02:54:26 PM CDT)
-==> Checking runtime dependencies...
-==> Checking buildtime dependencies...
-==> Retrieving sources...
- -> Found exercism-3.5.5-linux-x86_64.tar.gz
-==> Validating source_x86_64 files with sha256sums...
- exercism-3.5.5-linux-x86_64.tar.gz ... Passed
-==> Removing existing $srcdir/ directory...
-==> Extracting sources...
- -> Extracting exercism-3.5.5-linux-x86_64.tar.gz with bsdtar
-==> Sources are ready.
-==> Making package: exercism-bin 3.5.5-1 (Sun 08 Jun 2025 02:54:30 PM CDT)
-==> Checking runtime dependencies...
-==> Checking buildtime dependencies...
-==> WARNING: Using existing $srcdir/ tree
-==> Entering fakeroot environment...
-==> Starting package()...
-==> Tidying install...
- -> Removing libtool files...
- -> Purging unwanted files...
- -> Removing static library files...
- -> Stripping unneeded symbols from binaries and libraries...
- -> Compressing man and info pages...
-==> Checking for packaging issues...
-==> Creating package "exercism-bin"...
- -> Generating .PKGINFO file...
- -> Generating .BUILDINFO file...
- -> Generating .MTREE file...
- -> Compressing package...
-==> Creating package "exercism-bin-debug"...
- -> Generating .PKGINFO file...
- -> Generating .BUILDINFO file...
- -> Generating .MTREE file...
- -> Compressing package...
-==> Leaving fakeroot environment.
-==> Finished making: exercism-bin 3.5.5-1 (Sun 08 Jun 2025 02:54:33 PM CDT)
-==> Cleaning up...
-loading packages...
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (2) exercism-bin-3.5.5-1 exercism-bin-debug-3.5.5-1
-
-Total Installed Size: 9.22 MiB
-
-:: Proceed with installation? [Y/n]
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing exercism-bin...
-installing exercism-bin-debug...
-:: Running post-transaction hooks...
-(1/1) Arming ConditionNeedsUpdate...
-...installing libvips via the AUR @ 14:54:34
-Sync Explicit (1): libvips-8.16.1-2
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (7) cfitsio-1:4.6.2-1 imath-3.1.12-4 libcgif-0.5.0-1 libdeflate-1.23-1 libimagequant-4.3.4-1 openexr-3.3.3-1 libvips-8.16.1-2
-
-Total Download Size: 7.55 MiB
-Total Installed Size: 42.63 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- imath-3.1.12-4-x86_64 downloading...
- libvips-8.16.1-2-x86_64 downloading...
- openexr-3.3.3-1-x86_64 downloading...
- cfitsio-1:4.6.2-1-x86_64 downloading...
- libimagequant-4.3.4-1-x86_64 downloading...
- libdeflate-1.23-1-x86_64 downloading...
- libcgif-0.5.0-1-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing cfitsio...
-installing libimagequant...
-installing imath...
-Optional dependencies for imath
- boost-libs: python bindings [installed]
- python: python bindings [installed]
-installing libdeflate...
-installing openexr...
-installing libcgif...
-installing libvips...
-Optional dependencies for libvips
- libheif: for heif module [installed]
- imagemagick: for magick module
- openslide: for openslide module
- poppler-glib: for poppler module
- python: for vipsprofile [installed]
- libjxl: for jxl module [installed]
-:: Running post-transaction hooks...
-(1/1) Arming ConditionNeedsUpdate...
-...installing isync via the AUR @ 14:54:40
-Sync Explicit (1): isync-1.5.1-1
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (1) isync-1.5.1-1
-
-Total Download Size: 0.12 MiB
-Total Installed Size: 0.27 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- isync-1.5.1-1-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing isync...
-:: Running post-transaction hooks...
-(1/1) Arming ConditionNeedsUpdate...
-...installing epub-thumbnailer-git via the AUR @ 14:54:42
-AUR Explicit (1): epub-thumbnailer-git-1:r74.486111b-1
-Sync Dependency (1): python-pillow-11.2.1-1
-:: (1/1) Downloaded PKGBUILD: epub-thumbnailer-git
- 1 epub-thumbnailer-git (Build Files Exist)
-==> Packages to cleanBuild?
-==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
-==>
- 1 epub-thumbnailer-git (Build Files Exist)
-==> Diffs to show?
-==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
-==>
-==> Making package: epub-thumbnailer-git 1:r74.486111b-1 (Sun 08 Jun 2025 02:54:46 PM CDT)
-==> Retrieving sources...
- -> Cloning epub-thumbnailer git repo...
-Cloning into bare repository '/home/cjennings/.cache/yay/epub-thumbnailer-git/epub-thumbnailer'...
-==> WARNING: Skipping verification of source file PGP signatures.
-==> Validating source files with md5sums...
- epub-thumbnailer ... Skipped
-:: (1/1) Parsing SRCINFO: epub-thumbnailer-git
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (2) libraqm-0.10.2-1 python-pillow-11.2.1-1
-
-Total Download Size: 0.89 MiB
-Total Installed Size: 4.48 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- python-pillow-11.2.1-1-x86_64 downloading...
- libraqm-0.10.2-1-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing libraqm...
-installing python-pillow...
-Optional dependencies for python-pillow
- libwebp: for webp images [installed]
- tk: for the ImageTK module
- python-olefile: OLE2 file support
- python-pyqt6: for the ImageQt module
- python-defusedxml: for reading XMP tags
-:: Running post-transaction hooks...
-(1/1) Arming ConditionNeedsUpdate...
-==> Making package: epub-thumbnailer-git 1:r74.486111b-1 (Sun 08 Jun 2025 02:54:52 PM CDT)
-==> Checking runtime dependencies...
-==> Checking buildtime dependencies...
-==> Retrieving sources...
- -> Updating epub-thumbnailer git repo...
-==> Validating source files with md5sums...
- epub-thumbnailer ... Skipped
-==> Removing existing $srcdir/ directory...
-==> Extracting sources...
- -> Creating working copy of epub-thumbnailer git repo...
-Cloning into 'epub-thumbnailer'...
-done.
-==> Starting pkgver()...
-==> Updated version: epub-thumbnailer-git 1:r79.de4b5bf-1
-==> Sources are ready.
-==> Making package: epub-thumbnailer-git 1:r79.de4b5bf-1 (Sun 08 Jun 2025 02:54:55 PM CDT)
-==> Checking runtime dependencies...
-==> Checking buildtime dependencies...
-==> WARNING: Using existing $srcdir/ tree
-==> Starting pkgver()...
-==> Entering fakeroot environment...
-==> Starting package()...
-==> Tidying install...
- -> Removing libtool files...
- -> Purging unwanted files...
- -> Removing static library files...
- -> Stripping unneeded symbols from binaries and libraries...
- -> Compressing man and info pages...
-==> Checking for packaging issues...
-==> Creating package "epub-thumbnailer-git"...
- -> Generating .PKGINFO file...
- -> Generating .BUILDINFO file...
- -> Generating .MTREE file...
- -> Compressing package...
-==> Leaving fakeroot environment.
-==> Finished making: epub-thumbnailer-git 1:r79.de4b5bf-1 (Sun 08 Jun 2025 02:54:57 PM CDT)
-==> Cleaning up...
-loading packages...
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (1) epub-thumbnailer-git-1:r79.de4b5bf-1
-
-Total Installed Size: 0.00 MiB
-
-:: Proceed with installation? [Y/n]
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing epub-thumbnailer-git...
-:: Running post-transaction hooks...
-(1/1) Arming ConditionNeedsUpdate...
- -> devel check for package failed: '/usr/bin/git ls-remote https://github.com/marianosimone/epub-thumbnailer.git HEAD' encountered an error: fatal: failed to stat '/root/archsetup': Permission denied
-...installing mu via the AUR @ 14:54:58
-AUR Explicit (1): mu-1.12.10-1
-Sync Dependency (2): gmime3-3.2.15-2, xapian-core-1:1.4.27-1
-:: (1/1) Downloaded PKGBUILD: mu
- 1 mu (Build Files Exist)
-==> Packages to cleanBuild?
-==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
-==>
- 1 mu (Build Files Exist)
-==> Diffs to show?
-==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
-==>
-==> Making package: mu 1.12.10-1 (Sun 08 Jun 2025 02:55:03 PM CDT)
-==> Retrieving sources...
- -> Downloading mu-1.12.10.tar.xz...
- % Total % Received % Xferd Average Speed Time Time Time Current
- Dload Upload Total Spent Left Speed
- 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
- 1 718k 1 14211 0 0 9011 0 0:01:21 0:00:01 0:01:20 9011 100 718k 100 718k 0 0 298k 0 0:00:02 0:00:02 --:--:-- 846k
-==> WARNING: Skipping verification of source file PGP signatures.
-==> Validating source files with sha256sums...
- mu-1.12.10.tar.xz ... Passed
-:: (1/1) Parsing SRCINFO: mu
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (2) gmime3-3.2.15-2 xapian-core-1:1.4.27-1
-
-Total Download Size: 1.64 MiB
-Total Installed Size: 8.57 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- xapian-core-1:1.4.27-1-x86_64 downloading...
- gmime3-3.2.15-2-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing gmime3...
-installing xapian-core...
-Optional dependencies for xapian-core
- xapian-core-docs: for documentation
-:: Running post-transaction hooks...
-(1/1) Arming ConditionNeedsUpdate...
-==> Making package: mu 1.12.10-1 (Sun 08 Jun 2025 02:55:11 PM CDT)
-==> Checking runtime dependencies...
-==> Checking buildtime dependencies...
-==> Retrieving sources...
- -> Found mu-1.12.10.tar.xz
-==> Validating source files with sha256sums...
- mu-1.12.10.tar.xz ... Passed
-==> Removing existing $srcdir/ directory...
-==> Extracting sources...
- -> Extracting mu-1.12.10.tar.xz with bsdtar
-==> Starting prepare()...
-+ exec meson setup --prefix /usr --libexecdir lib --sbindir bin --buildtype plain --auto-features enabled --wrap-mode nodownload -D b_pie=true -D python.bytecompile=1 '-Dc_args=-march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer' '-Dcpp_args=-march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer' '-Dc_link_args=-Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,-z,pack-relative-relocs' '-Dcpp_link_args=-Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,-z,pack-relative-relocs' -Dguile=enabled -Dreadline=enabled -Dcld2=disabled build
-The Meson build system
-Version: 1.8.1
-Source dir: /home/cjennings/.cache/yay/mu/src/mu-1.12.10
-Build dir: /home/cjennings/.cache/yay/mu/src/mu-1.12.10/build
-Build type: native build
-Project name: mu
-Project version: 1.12.10
-C compiler for the host machine: cc (gcc 15.1.1 "cc (GCC) 15.1.1 20250425")
-C linker for the host machine: cc ld.bfd 2.44.0
-C++ compiler for the host machine: c++ (gcc 15.1.1 "c++ (GCC) 15.1.1 20250425")
-C++ linker for the host machine: c++ ld.bfd 2.44.0
-Host machine cpu family: x86_64
-Host machine cpu: x86_64
-Compiler for C supports arguments -Wno-unused-parameter: YES
-Compiler for C supports arguments -Wno-cast-function-type: YES
-Compiler for C supports arguments -Wformat-security: YES
-Compiler for C supports arguments -Wformat=2: YES
-Compiler for C supports arguments -Wstack-protector: YES
-Compiler for C supports arguments -fstack-protector-strong: YES
-Compiler for C supports arguments -Wno-switch-enum: YES
-Compiler for C supports arguments -Wno-array-bounds: YES
-Compiler for C supports arguments -Wno-stringop-overflow: YES
-Compiler for C supports arguments -Wno-deprecated-literal-operator: NO
-Compiler for C++ supports arguments -Wno-unused-parameter: YES
-Compiler for C++ supports arguments -Wno-cast-function-type: YES
-Compiler for C++ supports arguments -Wformat-security: YES
-Compiler for C++ supports arguments -Wformat=2: YES
-Compiler for C++ supports arguments -Wstack-protector: YES
-Compiler for C++ supports arguments -fstack-protector-strong: YES
-Compiler for C++ supports arguments -Wno-switch-enum: YES
-Compiler for C++ supports arguments -Wno-array-bounds: YES
-Compiler for C++ supports arguments -Wno-stringop-overflow: YES
-Compiler for C++ supports arguments -Wno-deprecated-literal-operator: YES
-Compiler for C++ supports arguments -Wno-volatile: YES
-Check usable header "charconv" : YES
-Program /home/cjennings/.cache/yay/mu/src/mu-1.12.10/build-aux/date.py found: YES (/home/cjennings/.cache/yay/mu/src/mu-1.12.10/build-aux/date.py)
-Checking whether type "struct dirent" has member "d_ino" : YES
-Checking whether type "struct dirent" has member "d_type" : YES
-Checking for function "setsid" : YES
-Checking for function "wordexp" : YES
-Program cp found: YES (/usr/bin/cp)
-Program ln found: YES (/usr/bin/ln)
-Program rm found: YES (/usr/bin/rm)
-Found pkg-config: YES (/usr/bin/pkg-config) 2.4.3
-Run-time dependency glib-2.0 found: YES 2.84.2
-Run-time dependency gobject-2.0 found: YES 2.84.2
-Run-time dependency gio-2.0 found: YES 2.84.2
-Run-time dependency gio-unix-2.0 found: YES 2.84.2
-Run-time dependency gmime-3.0 found: YES 3.2.15
-Run-time dependency threads found: YES
-Run-time dependency xapian-core found: YES 1.4.27
-Message: xapian 1.4.27 supports c++ move-semantics
-Message: xapian 1.4.27 supports ngrams
-Checking for function "g_log_writer_syslog" with dependency glib-2.0: YES
-Library cld2 skipped: feature cld2 disabled
-Message: CLD2 not found or disabled; no support for language detection
-Run-time dependency guile-3.0 found: YES 3.0.10
-Message: Using guile-extension-dir: /usr/lib/guile/3.0/extensions
-Program makeinfo found: YES (/usr/bin/makeinfo)
-Program install-info found: YES (/usr/bin/install-info)
-Run-time dependency readline found: YES 8.2
-Configuring version.texi using configuration
-Program emacs found: YES 30.1 30.1 (/usr/bin/emacs)
-Program emacs found: YES 30.1 30.1 (/usr/bin/emacs)
-Configuring copyright.inc using configuration
-Configuring mu.1.org using configuration
-Configuring mu-add.1.org using configuration
-Configuring mu-bookmarks.5.org using configuration
-Configuring mu-cfind.1.org using configuration
-Configuring mu-easy.7.org using configuration
-Configuring mu-extract.1.org using configuration
-Configuring mu-find.1.org using configuration
-Configuring mu-help.1.org using configuration
-Configuring mu-index.1.org using configuration
-Configuring mu-info.1.org using configuration
-Configuring mu-init.1.org using configuration
-Configuring mu-mkdir.1.org using configuration
-Configuring mu-move.1.org using configuration
-Configuring mu-query.7.org using configuration
-Configuring mu-remove.1.org using configuration
-Configuring mu-server.1.org using configuration
-Configuring mu-verify.1.org using configuration
-Configuring mu-view.1.org using configuration
-Configuring mu4e-config.el using configuration
-Configuring mu4e-pkg.el using configuration
-Configuring mu4e-autoloads.el with command
-Configuring compile-scm using configuration
-Configuring config.h using configuration
-Build targets in project: 110
-
-mu 1.12.10
-
- User defined options
- auto_features : enabled
- b_pie : true
- buildtype : plain
- c_args : -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer
- c_link_args : -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,-z,pack-relative-relocs
- cld2 : disabled
- cpp_args : -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer
- cpp_link_args : -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,-z,pack-relative-relocs
- guile : enabled
- libexecdir : lib
- prefix : /usr
- python.bytecompile: 1
- readline : enabled
- sbindir : bin
- wrap_mode : nodownload
-
-Found ninja-1.12.1 at /usr/bin/ninja
- Generating targets: 0%| | 0/110 eta ? Generating targets: 20%|██ | 22/110 eta 00:00 Writing build.ninja: 0%| | 0/249 eta ? ==> Sources are ready.
-==> Making package: mu 1.12.10-1 (Sun 08 Jun 2025 02:55:18 PM CDT)
-==> Checking runtime dependencies...
-==> Checking buildtime dependencies...
-==> WARNING: Using existing $srcdir/ tree
-==> Starting build()...
-ninja: Entering directory `build'
-[1/218] Compiling C++ object lib/utils/libmu-utils.a.p/mu-lang-detector.cc.o
-[2/218] Compiling C++ object lib/utils/libmu-utils.a.p/mu-option.cc.o
-[3/218] Compiling C++ object lib/utils/libmu-utils.a.p/mu-readline.cc.o
-[4/218] Compiling C++ object lib/utils/libmu-utils.a.p/mu-command-handler.cc.o
-[5/218] Compiling C++ object lib/utils/libmu-utils.a.p/mu-logger.cc.o
-[6/218] Compiling C++ object lib/utils/libmu-utils.a.p/mu-html-to-text.cc.o
-[7/218] Compiling C++ object lib/utils/libmu-utils.a.p/mu-utils-file.cc.o
-[8/218] Compiling C++ object lib/utils/libmu-utils.a.p/mu-utils.cc.o
-[9/218] Compiling C++ object lib/utils/libmu-utils.a.p/mu-sexp.cc.o
-[10/218] Compiling C++ object lib/message/libmu-message.a.p/mu-message-file.cc.o
-[11/218] Compiling C++ object lib/message/libmu-message.a.p/mu-contact.cc.o
-[12/218] Compiling C++ object lib/message/libmu-message.a.p/mu-flags.cc.o
-[13/218] Compiling C++ object lib/utils/libmu-utils.a.p/mu-test-utils.cc.o
-[14/218] Compiling C++ object lib/message/libmu-message.a.p/mu-priority.cc.o
-[15/218] Compiling C++ object lib/message/libmu-message.a.p/mu-fields.cc.o
-[16/218] Compiling C++ object lib/message/libmu-message.a.p/mu-message.cc.o
-[17/218] Compiling C++ object lib/message/libmu-message.a.p/mu-message-part.cc.o
-[18/218] Compiling C++ object lib/libmu.a.p/mu-config.cc.o
-[19/218] Compiling C++ object lib/message/libmu-message.a.p/mu-document.cc.o
-[20/218] Compiling C++ object lib/message/libmu-message.a.p/mu-mime-object.cc.o
-[21/218] Compiling C++ object lib/libmu.a.p/mu-query-macros.cc.o
-[22/218] Compiling C++ object lib/libmu.a.p/mu-xapian-db.cc.o
-[23/218] Compiling C++ object lib/libmu.a.p/mu-query-parser.cc.o
-[24/218] Compiling C++ object lib/libmu.a.p/mu-contacts-cache.cc.o
-[25/218] Compiling C++ object lib/libmu.a.p/mu-store.cc.o
-[26/218] Compiling C++ object lib/libmu.a.p/mu-query-threads.cc.o
-[27/218] Compiling C++ object lib/libmu.a.p/mu-query-processor.cc.o
-[28/218] Compiling C++ object lib/libmu.a.p/mu-query.cc.o
-[29/218] Compiling C++ object lib/libmu.a.p/mu-query-xapianizer.cc.o
-[30/218] Compiling C++ object lib/libmu.a.p/mu-query-match-deciders.cc.o
-[31/218] Linking static target lib/utils/libmu-utils.a
-[32/218] Compiling C++ object lib/libmu.a.p/mu-scanner.cc.o
-[33/218] Compiling C++ object lib/libmu.a.p/mu-maildir.cc.o
-[34/218] Compiling C++ object lib/libmu.a.p/mu-indexer.cc.o
-[35/218] Compiling C++ object lib/utils/mu-html2text.p/mu-html-to-text.cc.o
-[36/218] Compiling C++ object lib/libmu.a.p/mu-server.cc.o
-[37/218] Compiling C++ object lib/utils/tests/test-regex.p/.._mu-regex.cc.o
-[38/218] Compiling C++ object lib/libmu.a.p/mu-script.cc.o
-[39/218] Compiling C++ object lib/utils/tests/test-command-handler.p/.._mu-command-handler.cc.o
-[40/218] Compiling C++ object lib/utils/tests/test-utils-file.p/.._mu-utils-file.cc.o
-[41/218] Compiling C++ object lib/utils/tests/test-lang-detector.p/.._mu-lang-detector.cc.o
-[42/218] Compiling C++ object lib/utils/tests/test-option.p/.._mu-option.cc.o
-[43/218] Linking static target lib/message/libmu-message.a
-[44/218] Compiling C++ object lib/utils/tests/test-sexp.p/.._mu-sexp.cc.o
-[45/218] Compiling C++ object lib/utils/tests/test-logger.p/.._mu-logger.cc.o
-[46/218] Compiling C++ object lib/message/tests/test-fields.p/.._mu-fields.cc.o
-[47/218] Compiling C++ object lib/message/tests/test-contact.p/.._mu-contact.cc.o
-[48/218] Compiling C++ object lib/message/tests/test-flags.p/.._mu-flags.cc.o
-[49/218] Compiling C++ object lib/utils/tests/test-html-to-text.p/.._mu-html-to-text.cc.o
-[50/218] Compiling C++ object lib/utils/tests/test-error.p/.._mu-error.cc.o
-[51/218] Compiling C++ object lib/message/tests/test-priority.p/.._mu-priority.cc.o
-[52/218] Linking static target lib/libmu.a
-[53/218] Compiling C++ object lib/utils/tests/test-mu-utils.p/test-utils.cc.o
-[54/218] Compiling C++ object lib/message/tests/test-document.p/.._mu-document.cc.o
-[55/218] Compiling C++ object lib/message/tests/test-message-file.p/.._mu-message-file.cc.o
-[56/218] Compiling C++ object lib/message/tests/test-message-part.p/.._mu-message-part.cc.o
-[57/218] Compiling C++ object lib/parse-query.p/mu-query-parser.cc.o
-[58/218] Compiling C++ object lib/message/tests/test-message.p/.._test-mu-message.cc.o
-[59/218] Compiling C++ object lib/parse-query-expand.p/mu-query-parser.cc.o
-[60/218] Compiling C++ object lib/process-query.p/mu-query-processor.cc.o
-[61/218] Compiling C++ object lib/xapianize-query.p/mu-query-xapianizer.cc.o
-[62/218] Compiling C++ object lib/list-maildirs.p/mu-scanner.cc.o
-[63/218] Compiling C++ object lib/tests/test-config.p/.._mu-config.cc.o
-[64/218] Compiling C++ object lib/tests/test-query-macros.p/.._mu-query-macros.cc.o
-[65/218] Compiling C++ object lib/tests/test-query-parser.p/.._mu-query-parser.cc.o
-[66/218] Compiling C++ object lib/tests/test-threads.p/.._mu-query-threads.cc.o
-[67/218] Compiling C++ object lib/tests/test-contacts-cache.p/.._mu-contacts-cache.cc.o
-[68/218] Compiling C++ object lib/tests/test-query-processor.p/.._mu-query-processor.cc.o
-[69/218] Compiling C++ object lib/tests/test-query-xapianizer.p/.._mu-query-xapianizer.cc.o
-[70/218] Compiling C++ object lib/tests/test-scanner.p/.._mu-scanner.cc.o
-[71/218] Compiling C++ object lib/tests/test-xapian-db.p/.._mu-xapian-db.cc.o
-[72/218] Compiling C++ object lib/tests/test-indexer.p/.._mu-indexer.cc.o
-[73/218] Compiling C++ object lib/tests/test-maildir.p/test-mu-maildir.cc.o
-[74/218] Compiling C++ object lib/tests/test-msg.p/test-mu-msg.cc.o
-[75/218] Compiling C++ object lib/tests/test-query.p/test-query.cc.o
-[76/218] Compiling C++ object lib/tests/test-store.p/test-mu-store.cc.o
-[77/218] Compiling C++ object lib/tests/bench-indexer.p/bench-indexer.cc.o
-[78/218] Compiling C++ object mu/mu.p/mu.cc.o
-[79/218] Compiling C++ object mu/mu.p/mu-cmd-add.cc.o
-[80/218] Compiling C++ object lib/tests/test-store-query.p/test-mu-store-query.cc.o
-[81/218] Compiling C++ object mu/mu.p/mu-cmd-cfind.cc.o
-[82/218] Compiling C++ object mu/mu.p/mu-cmd-extract.cc.o
-[83/218] Compiling C++ object mu/mu.p/mu-cmd-mkdir.cc.o
-[84/218] Compiling C++ object mu/mu.p/mu-cmd-init.cc.o
-[85/218] Compiling C++ object mu/mu.p/mu-cmd-index.cc.o
-[86/218] Compiling C++ object mu/mu.p/mu-cmd-find.cc.o
-[87/218] Compiling C++ object mu/mu.p/mu-options.cc.o
-[88/218] Compiling C++ object mu/mu.p/mu-cmd-info.cc.o
-[89/218] Compiling C++ object mu/mu.p/mu-cmd-remove.cc.o
-[90/218] Compiling C++ object mu/mu.p/mu-cmd-move.cc.o
-[91/218] Compiling C++ object mu/mu.p/mu-cmd-script.cc.o
-[92/218] Compiling C++ object mu/mu.p/mu-cmd-server.cc.o
-[93/218] Compiling C++ object mu/mu.p/mu-cmd.cc.o
-[94/218] Compiling C++ object mu/mu.p/mu-cmd-view.cc.o
-[95/218] Compiling C++ object mu/mu.p/mu-cmd-verify.cc.o
-[96/218] Compiling C++ object mu/tests/test-cmd-add.p/.._mu-cmd-add.cc.o
-[97/218] Compiling C++ object mu/tests/test-cmd-extract.p/.._mu-cmd-extract.cc.o
-[98/218] Compiling C++ object mu/tests/test-cmd-init.p/.._mu-cmd-init.cc.o
-[99/218] Compiling C++ object mu/tests/test-cmd-cfind.p/.._mu-cmd-cfind.cc.o
-[100/218] Compiling C++ object mu/tests/test-cmd-index.p/.._mu-cmd-index.cc.o
-[101/218] Compiling C++ object mu/tests/test-cmd-find.p/.._mu-cmd-find.cc.o
-[102/218] Compiling C++ object mu/tests/test-cmd-mkdir.p/.._mu-cmd-mkdir.cc.o
-[103/218] Compiling C object mu/tests/gmime-test.p/gmime-test.c.o
-[104/218] Compiling C++ object mu/tests/test-cmd-remove.p/.._mu-cmd-remove.cc.o
-[105/218] Compiling C++ object mu/tests/test-cmd-move.p/.._mu-cmd-move.cc.o
-[106/218] Compiling C++ object mu/tests/test-cmd-verify.p/.._mu-cmd-verify.cc.o
-[107/218] Linking target lib/utils/mu-html2text
-[108/218] Linking target lib/utils/tests/test-sexp
-[109/218] Linking target lib/utils/tests/test-regex
-[110/218] Linking target lib/utils/tests/test-command-handler
-[111/218] Linking target lib/utils/tests/test-utils-file
-[112/218] Linking target lib/utils/tests/test-logger
-[113/218] Linking target lib/utils/tests/test-option
-[114/218] Linking target lib/utils/tests/test-lang-detector
-[115/218] Linking target lib/utils/tests/test-html-to-text
-[116/218] Linking target lib/utils/tests/test-error
-[117/218] Compiling C++ object mu/tests/test-cmd-view.p/.._mu-cmd-view.cc.o
-[118/218] Linking target lib/utils/tests/test-mu-utils
-[119/218] Linking target lib/message/tests/test-document
-[120/218] Linking target lib/message/tests/test-contact
-[121/218] Linking target lib/message/tests/test-fields
-[122/218] Linking target lib/message/tests/test-flags
-[123/218] Linking target lib/message/tests/test-message
-[124/218] Linking target lib/message/tests/test-priority
-[125/218] Linking target lib/message/tests/test-message-file
-[126/218] Linking target lib/message/tests/test-message-part
-[127/218] Linking target lib/parse-query
-[128/218] Linking target lib/process-query
-[129/218] Linking target lib/parse-query-expand
-[130/218] Linking target lib/xapianize-query
-[131/218] Linking target lib/tests/test-threads
-[132/218] Linking target lib/list-maildirs
-[133/218] Linking target lib/tests/test-contacts-cache
-[134/218] Compiling C++ object guile/libguile-mu.so.p/mu-guile.cc.o
-[135/218] Linking target lib/tests/test-config
-[136/218] Linking target lib/tests/test-query-macros
-[137/218] Linking target lib/tests/test-query-parser
-[138/218] Linking target lib/tests/test-query-processor
-[139/218] Linking target lib/tests/test-scanner
-[140/218] Linking target lib/tests/test-query-xapianizer
-[141/218] Compiling C++ object mu/tests/test-cmd-query.p/test-mu-query.cc.o
-[142/218] Linking target lib/tests/test-xapian-db
-[143/218] Linking target lib/tests/test-store
-[144/218] Linking target lib/tests/test-indexer
-[145/218] Linking target lib/tests/test-maildir
-[146/218] Linking target lib/tests/test-query
-[147/218] Linking target lib/tests/test-msg
-[148/218] Linking target lib/tests/test-store-query
-[149/218] Linking target mu/tests/test-cmd-add
-[150/218] Linking target lib/tests/bench-indexer
-[151/218] Linking target mu/tests/test-cmd-extract
-[152/218] Linking target mu/mu
-[153/218] Linking target mu/tests/test-cmd-index
-[154/218] Linking target mu/tests/test-cmd-find
-[155/218] Linking target mu/tests/test-cmd-mkdir
-[156/218] Linking target mu/tests/test-cmd-cfind
-[157/218] Linking target mu/tests/test-cmd-remove
-[158/218] Linking target mu/tests/test-cmd-verify
-[159/218] Linking target mu/tests/test-cmd-init
-[160/218] Linking target mu/tests/test-cmd-view
-[161/218] Linking target mu/tests/gmime-test
-[162/218] Linking target mu/tests/test-cmd-query
-[163/218] Linking target mu/tests/test-cmd-move
-[164/218] Generating man/mu-bookmarks.5.org-to-man with a custom command
-[165/218] Generating man/mu.1.org-to-man with a custom command
-[166/218] Generating man/mu-add.1.org-to-man with a custom command
-[167/218] Compiling C++ object guile/tests/test-mu-guile.p/test-mu-guile.cc.o
-[168/218] Generating man/mu-cfind.1.org-to-man with a custom command
-[169/218] Compiling C++ object guile/libguile-mu.so.p/mu-guile-message.cc.o
-[170/218] Generating man/mu-extract.1.org-to-man with a custom command
-[171/218] Generating man/mu-index.1.org-to-man with a custom command
-[172/218] Generating man/mu-easy.7.org-to-man with a custom command
-[173/218] Generating man/mu-help.1.org-to-man with a custom command
-[174/218] Generating man/mu-find.1.org-to-man with a custom command
-[175/218] Generating man/mu-info.1.org-to-man with a custom command
-[176/218] Generating man/mu-init.1.org-to-man with a custom command
-[177/218] Generating man/mu-mkdir.1.org-to-man with a custom command
-[178/218] Generating man/mu-remove.1.org-to-man with a custom command
-[179/218] Generating man/mu-move.1.org-to-man with a custom command
-[180/218] Generating mu4e/mu4e_actions_el_el with a custom command
-[181/218] Generating man/mu-query.7.org-to-man with a custom command
-[182/218] Generating mu4e/mu4e_bookmarks_el_el with a custom command
-[183/218] Generating man/mu-verify.1.org-to-man with a custom command
-[184/218] Generating mu4e/mu4e_contacts_el_el with a custom command
-[185/218] Generating mu4e/mu4e_context_el_el with a custom command
-[186/218] Generating man/mu-view.1.org-to-man with a custom command
-[187/218] Generating mu4e/mu4e_compose_el_el with a custom command
-[188/218] Generating man/mu-server.1.org-to-man with a custom command
-[189/218] Generating mu4e/mu4e_helpers_el_el with a custom command
-
-In mu4e-plist-put-many:
-../mu4e/mu4e-helpers.el:616:29: Warning: Unused lexical argument ‘plist’
-[190/218] Generating mu4e/mu4e_draft_el_el with a custom command
-[191/218] Generating mu4e/mu4e_folders_el_el with a custom command
-
-In toplevel form:
-../mu4e/mu4e-folders.el:101:12: Warning: custom-declare-variable ‘mu4e-maildir-shortcuts’ docstring has wrong usage of unescaped single quotes (use \=' or different quoting such as `...')
-[192/218] Generating mu4e/mu4e_contrib_el_el with a custom command
-[193/218] Generating mu4e/mu4e_lists_el_el with a custom command
-[194/218] Generating mu4e/mu4e_icalendar_el_el with a custom command
-[195/218] Generating mu4e/mu4e_el_el with a custom command
-[196/218] Generating mu4e/mu4e_main_el_el with a custom command
-[197/218] Generating mu4e/mu4e_mark_el_el with a custom command
-[198/218] Generating mu4e/mu4e_modeline_el_el with a custom command
-[199/218] Generating mu4e/mu4e_headers_el_el with a custom command
-
-In mu4e~header-line-click:
-../mu4e/mu4e-headers.el:1041:30: Warning: Unused lexical argument ‘e’
-../mu4e/mu4e-headers.el:1044:28: Warning: Unused lexical argument ‘e’
-[200/218] Generating mu4e/mu4e_message_el_el with a custom command
-[201/218] Generating mu4e/mu4e_obsolete_el_el with a custom command
-[202/218] Generating mu4e/mu4e_notification_el_el with a custom command
-[203/218] Generating mu4e/mu4e_server_el_el with a custom command
-[204/218] Generating mu4e/mu4e_mime_parts_el_el with a custom command
-[205/218] Generating mu4e/mu4e_query_items_el_el with a custom command
-[206/218] Generating mu4e/mu4e_speedbar_el_el with a custom command
-[207/218] Generating mu4e/mu4e_search_el_el with a custom command
-[208/218] Generating mu4e/mu4e_update_el_el with a custom command
-[209/218] Generating mu4e/mu4e_window_el_el with a custom command
-[210/218] Generating mu4e/mu4e_thread_el_el with a custom command
-[211/218] Generating mu4e/mu4e_org_el_el with a custom command
-[212/218] Generating mu4e/mu4e_vars_el_el with a custom command
-[213/218] Linking target guile/tests/test-mu-guile
-[214/218] Linking target guile/libguile-mu.so
-[215/218] Generating mu4e/mu4e_view_el_el with a custom command
-[216/218] Generating guile/mu_guile_info with a custom command
-[217/218] Generating mu4e/mu4e_transient_el_el with a custom command
-[218/218] Generating mu4e/mu4e_info with a custom command
-==> Entering fakeroot environment...
-==> Starting package()...
-ninja: Entering directory `/home/cjennings/.cache/yay/mu/src/mu-1.12.10/build'
-ninja: no work to do.
-Installing mu/mu to /home/cjennings/.cache/yay/mu/pkg/mu/usr/bin
-Installing man/mu.1 to /home/cjennings/.cache/yay/mu/pkg/mu/usr/share/man/man1
-Installing man/mu-add.1 to /home/cjennings/.cache/yay/mu/pkg/mu/usr/share/man/man1
-Installing man/mu-bookmarks.5 to /home/cjennings/.cache/yay/mu/pkg/mu/usr/share/man/man5
-Installing man/mu-cfind.1 to /home/cjennings/.cache/yay/mu/pkg/mu/usr/share/man/man1
-Installing man/mu-easy.7 to /home/cjennings/.cache/yay/mu/pkg/mu/usr/share/man/man7
-Installing man/mu-extract.1 to /home/cjennings/.cache/yay/mu/pkg/mu/usr/share/man/man1
-Installing man/mu-find.1 to /home/cjennings/.cache/yay/mu/pkg/mu/usr/share/man/man1
-Installing man/mu-help.1 to /home/cjennings/.cache/yay/mu/pkg/mu/usr/share/man/man1
-Installing man/mu-index.1 to /home/cjennings/.cache/yay/mu/pkg/mu/usr/share/man/man1
-Installing man/mu-info.1 to /home/cjennings/.cache/yay/mu/pkg/mu/usr/share/man/man1
-Installing man/mu-init.1 to /home/cjennings/.cache/yay/mu/pkg/mu/usr/share/man/man1
-Installing man/mu-mkdir.1 to /home/cjennings/.cache/yay/mu/pkg/mu/usr/share/man/man1
-Installing man/mu-move.1 to /home/cjennings/.cache/yay/mu/pkg/mu/usr/share/man/man1
-Installing man/mu-query.7 to /home/cjennings/.cache/yay/mu/pkg/mu/usr/share/man/man7
-Installing man/mu-remove.1 to /home/cjennings/.cache/yay/mu/pkg/mu/usr/share/man/man1
-Installing man/mu-server.1 to /home/cjennings/.cache/yay/mu/pkg/mu/usr/share/man/man1
-Installing man/mu-verify.1 to /home/cjennings/.cache/yay/mu/pkg/mu/usr/share/man/man1
-Installing man/mu-view.1 to /home/cjennings/.cache/yay/mu/pkg/mu/usr/share/man/man1
-Installing mu4e/mu4e-actions.elc to /home/cjennings/.cache/yay/mu/pkg/mu/usr/share/emacs/site-lisp/mu4e
-Installing mu4e/mu4e-bookmarks.elc to /home/cjennings/.cache/yay/mu/pkg/mu/usr/share/emacs/site-lisp/mu4e
-Installing mu4e/mu4e-compose.elc to /home/cjennings/.cache/yay/mu/pkg/mu/usr/share/emacs/site-lisp/mu4e
-Installing mu4e/mu4e-contacts.elc to /home/cjennings/.cache/yay/mu/pkg/mu/usr/share/emacs/site-lisp/mu4e
-Installing mu4e/mu4e-context.elc to /home/cjennings/.cache/yay/mu/pkg/mu/usr/share/emacs/site-lisp/mu4e
-Installing mu4e/mu4e-contrib.elc to /home/cjennings/.cache/yay/mu/pkg/mu/usr/share/emacs/site-lisp/mu4e
-Installing mu4e/mu4e-draft.elc to /home/cjennings/.cache/yay/mu/pkg/mu/usr/share/emacs/site-lisp/mu4e
-Installing mu4e/mu4e-folders.elc to /home/cjennings/.cache/yay/mu/pkg/mu/usr/share/emacs/site-lisp/mu4e
-Installing mu4e/mu4e.elc to /home/cjennings/.cache/yay/mu/pkg/mu/usr/share/emacs/site-lisp/mu4e
-Installing mu4e/mu4e-headers.elc to /home/cjennings/.cache/yay/mu/pkg/mu/usr/share/emacs/site-lisp/mu4e
-Installing mu4e/mu4e-helpers.elc to /home/cjennings/.cache/yay/mu/pkg/mu/usr/share/emacs/site-lisp/mu4e
-Installing mu4e/mu4e-icalendar.elc to /home/cjennings/.cache/yay/mu/pkg/mu/usr/share/emacs/site-lisp/mu4e
-Installing mu4e/mu4e-lists.elc to /home/cjennings/.cache/yay/mu/pkg/mu/usr/share/emacs/site-lisp/mu4e
-Installing mu4e/mu4e-main.elc to /home/cjennings/.cache/yay/mu/pkg/mu/usr/share/emacs/site-lisp/mu4e
-Installing mu4e/mu4e-mark.elc to /home/cjennings/.cache/yay/mu/pkg/mu/usr/share/emacs/site-lisp/mu4e
-Installing mu4e/mu4e-message.elc to /home/cjennings/.cache/yay/mu/pkg/mu/usr/share/emacs/site-lisp/mu4e
-Installing mu4e/mu4e-mime-parts.elc to /home/cjennings/.cache/yay/mu/pkg/mu/usr/share/emacs/site-lisp/mu4e
-Installing mu4e/mu4e-modeline.elc to /home/cjennings/.cache/yay/mu/pkg/mu/usr/share/emacs/site-lisp/mu4e
-Installing mu4e/mu4e-notification.elc to /home/cjennings/.cache/yay/mu/pkg/mu/usr/share/emacs/site-lisp/mu4e
-Installing mu4e/mu4e-obsolete.elc to /home/cjennings/.cache/yay/mu/pkg/mu/usr/share/emacs/site-lisp/mu4e
-Installing mu4e/mu4e-org.elc to /home/cjennings/.cache/yay/mu/pkg/mu/usr/share/emacs/site-lisp/mu4e
-Installing mu4e/mu4e-query-items.elc to /home/cjennings/.cache/yay/mu/pkg/mu/usr/share/emacs/site-lisp/mu4e
-Installing mu4e/mu4e-search.elc to /home/cjennings/.cache/yay/mu/pkg/mu/usr/share/emacs/site-lisp/mu4e
-Installing mu4e/mu4e-server.elc to /home/cjennings/.cache/yay/mu/pkg/mu/usr/share/emacs/site-lisp/mu4e
-Installing mu4e/mu4e-speedbar.elc to /home/cjennings/.cache/yay/mu/pkg/mu/usr/share/emacs/site-lisp/mu4e
-Installing mu4e/mu4e-thread.elc to /home/cjennings/.cache/yay/mu/pkg/mu/usr/share/emacs/site-lisp/mu4e
-Installing mu4e/mu4e-update.elc to /home/cjennings/.cache/yay/mu/pkg/mu/usr/share/emacs/site-lisp/mu4e
-Installing mu4e/mu4e-vars.elc to /home/cjennings/.cache/yay/mu/pkg/mu/usr/share/emacs/site-lisp/mu4e
-Installing mu4e/mu4e-view.elc to /home/cjennings/.cache/yay/mu/pkg/mu/usr/share/emacs/site-lisp/mu4e
-Installing mu4e/mu4e-window.elc to /home/cjennings/.cache/yay/mu/pkg/mu/usr/share/emacs/site-lisp/mu4e
-Installing mu4e/mu4e-transient.elc to /home/cjennings/.cache/yay/mu/pkg/mu/usr/share/emacs/site-lisp/mu4e
-Installing mu4e/mu4e.info to /home/cjennings/.cache/yay/mu/pkg/mu/usr/share/info
-Installing guile/libguile-mu.so to /home/cjennings/.cache/yay/mu/pkg/mu/usr/lib/guile/3.0/extensions
-Installing guile/mu-guile.info to /home/cjennings/.cache/yay/mu/pkg/mu/usr/share/info
-Installing /home/cjennings/.cache/yay/mu/src/mu-1.12.10/NEWS.org to /home/cjennings/.cache/yay/mu/pkg/mu/usr/share/doc/mu
-Installing /home/cjennings/.cache/yay/mu/src/mu-1.12.10/IDEAS.org to /home/cjennings/.cache/yay/mu/pkg/mu/usr/share/doc/mu
-Installing /home/cjennings/.cache/yay/mu/src/mu-1.12.10/build/mu4e/mu4e-config.el to /home/cjennings/.cache/yay/mu/pkg/mu/usr/share/emacs/site-lisp/mu4e
-Installing /home/cjennings/.cache/yay/mu/src/mu-1.12.10/build/mu4e/mu4e-pkg.el to /home/cjennings/.cache/yay/mu/pkg/mu/usr/share/emacs/site-lisp/mu4e
-Installing /home/cjennings/.cache/yay/mu/src/mu-1.12.10/build/mu4e/mu4e-autoloads.el to /home/cjennings/.cache/yay/mu/pkg/mu/usr/share/emacs/site-lisp/mu4e
-Installing /home/cjennings/.cache/yay/mu/src/mu-1.12.10/mu4e/mu4e-actions.el to /home/cjennings/.cache/yay/mu/pkg/mu/usr/share/emacs/site-lisp/mu4e
-Installing /home/cjennings/.cache/yay/mu/src/mu-1.12.10/mu4e/mu4e-bookmarks.el to /home/cjennings/.cache/yay/mu/pkg/mu/usr/share/emacs/site-lisp/mu4e
-Installing /home/cjennings/.cache/yay/mu/src/mu-1.12.10/mu4e/mu4e-compose.el to /home/cjennings/.cache/yay/mu/pkg/mu/usr/share/emacs/site-lisp/mu4e
-Installing /home/cjennings/.cache/yay/mu/src/mu-1.12.10/mu4e/mu4e-contacts.el to /home/cjennings/.cache/yay/mu/pkg/mu/usr/share/emacs/site-lisp/mu4e
-Installing /home/cjennings/.cache/yay/mu/src/mu-1.12.10/mu4e/mu4e-context.el to /home/cjennings/.cache/yay/mu/pkg/mu/usr/share/emacs/site-lisp/mu4e
-Installing /home/cjennings/.cache/yay/mu/src/mu-1.12.10/mu4e/mu4e-contrib.el to /home/cjennings/.cache/yay/mu/pkg/mu/usr/share/emacs/site-lisp/mu4e
-Installing /home/cjennings/.cache/yay/mu/src/mu-1.12.10/mu4e/mu4e-draft.el to /home/cjennings/.cache/yay/mu/pkg/mu/usr/share/emacs/site-lisp/mu4e
-Installing /home/cjennings/.cache/yay/mu/src/mu-1.12.10/mu4e/mu4e-folders.el to /home/cjennings/.cache/yay/mu/pkg/mu/usr/share/emacs/site-lisp/mu4e
-Installing /home/cjennings/.cache/yay/mu/src/mu-1.12.10/mu4e/mu4e.el to /home/cjennings/.cache/yay/mu/pkg/mu/usr/share/emacs/site-lisp/mu4e
-Installing /home/cjennings/.cache/yay/mu/src/mu-1.12.10/mu4e/mu4e-headers.el to /home/cjennings/.cache/yay/mu/pkg/mu/usr/share/emacs/site-lisp/mu4e
-Installing /home/cjennings/.cache/yay/mu/src/mu-1.12.10/mu4e/mu4e-helpers.el to /home/cjennings/.cache/yay/mu/pkg/mu/usr/share/emacs/site-lisp/mu4e
-Installing /home/cjennings/.cache/yay/mu/src/mu-1.12.10/mu4e/mu4e-icalendar.el to /home/cjennings/.cache/yay/mu/pkg/mu/usr/share/emacs/site-lisp/mu4e
-Installing /home/cjennings/.cache/yay/mu/src/mu-1.12.10/mu4e/mu4e-lists.el to /home/cjennings/.cache/yay/mu/pkg/mu/usr/share/emacs/site-lisp/mu4e
-Installing /home/cjennings/.cache/yay/mu/src/mu-1.12.10/mu4e/mu4e-main.el to /home/cjennings/.cache/yay/mu/pkg/mu/usr/share/emacs/site-lisp/mu4e
-Installing /home/cjennings/.cache/yay/mu/src/mu-1.12.10/mu4e/mu4e-mark.el to /home/cjennings/.cache/yay/mu/pkg/mu/usr/share/emacs/site-lisp/mu4e
-Installing /home/cjennings/.cache/yay/mu/src/mu-1.12.10/mu4e/mu4e-message.el to /home/cjennings/.cache/yay/mu/pkg/mu/usr/share/emacs/site-lisp/mu4e
-Installing /home/cjennings/.cache/yay/mu/src/mu-1.12.10/mu4e/mu4e-mime-parts.el to /home/cjennings/.cache/yay/mu/pkg/mu/usr/share/emacs/site-lisp/mu4e
-Installing /home/cjennings/.cache/yay/mu/src/mu-1.12.10/mu4e/mu4e-modeline.el to /home/cjennings/.cache/yay/mu/pkg/mu/usr/share/emacs/site-lisp/mu4e
-Installing /home/cjennings/.cache/yay/mu/src/mu-1.12.10/mu4e/mu4e-notification.el to /home/cjennings/.cache/yay/mu/pkg/mu/usr/share/emacs/site-lisp/mu4e
-Installing /home/cjennings/.cache/yay/mu/src/mu-1.12.10/mu4e/mu4e-obsolete.el to /home/cjennings/.cache/yay/mu/pkg/mu/usr/share/emacs/site-lisp/mu4e
-Installing /home/cjennings/.cache/yay/mu/src/mu-1.12.10/mu4e/mu4e-org.el to /home/cjennings/.cache/yay/mu/pkg/mu/usr/share/emacs/site-lisp/mu4e
-Installing /home/cjennings/.cache/yay/mu/src/mu-1.12.10/mu4e/mu4e-query-items.el to /home/cjennings/.cache/yay/mu/pkg/mu/usr/share/emacs/site-lisp/mu4e
-Installing /home/cjennings/.cache/yay/mu/src/mu-1.12.10/mu4e/mu4e-search.el to /home/cjennings/.cache/yay/mu/pkg/mu/usr/share/emacs/site-lisp/mu4e
-Installing /home/cjennings/.cache/yay/mu/src/mu-1.12.10/mu4e/mu4e-server.el to /home/cjennings/.cache/yay/mu/pkg/mu/usr/share/emacs/site-lisp/mu4e
-Installing /home/cjennings/.cache/yay/mu/src/mu-1.12.10/mu4e/mu4e-speedbar.el to /home/cjennings/.cache/yay/mu/pkg/mu/usr/share/emacs/site-lisp/mu4e
-Installing /home/cjennings/.cache/yay/mu/src/mu-1.12.10/mu4e/mu4e-thread.el to /home/cjennings/.cache/yay/mu/pkg/mu/usr/share/emacs/site-lisp/mu4e
-Installing /home/cjennings/.cache/yay/mu/src/mu-1.12.10/mu4e/mu4e-update.el to /home/cjennings/.cache/yay/mu/pkg/mu/usr/share/emacs/site-lisp/mu4e
-Installing /home/cjennings/.cache/yay/mu/src/mu-1.12.10/mu4e/mu4e-vars.el to /home/cjennings/.cache/yay/mu/pkg/mu/usr/share/emacs/site-lisp/mu4e
-Installing /home/cjennings/.cache/yay/mu/src/mu-1.12.10/mu4e/mu4e-view.el to /home/cjennings/.cache/yay/mu/pkg/mu/usr/share/emacs/site-lisp/mu4e
-Installing /home/cjennings/.cache/yay/mu/src/mu-1.12.10/mu4e/mu4e-window.el to /home/cjennings/.cache/yay/mu/pkg/mu/usr/share/emacs/site-lisp/mu4e
-Installing /home/cjennings/.cache/yay/mu/src/mu-1.12.10/mu4e/mu4e-transient.el to /home/cjennings/.cache/yay/mu/pkg/mu/usr/share/emacs/site-lisp/mu4e
-Installing /home/cjennings/.cache/yay/mu/src/mu-1.12.10/mu4e/mu4e-about.org to /home/cjennings/.cache/yay/mu/pkg/mu/usr/share/doc/mu
-Installing /home/cjennings/.cache/yay/mu/src/mu-1.12.10/guile/mu.scm to /home/cjennings/.cache/yay/mu/pkg/mu/usr/share/guile/site/3.0
-Installing /home/cjennings/.cache/yay/mu/src/mu-1.12.10/guile/mu/script.scm to /home/cjennings/.cache/yay/mu/pkg/mu/usr/share/guile/site/3.0/mu
-Installing /home/cjennings/.cache/yay/mu/src/mu-1.12.10/guile/mu/message.scm to /home/cjennings/.cache/yay/mu/pkg/mu/usr/share/guile/site/3.0/mu
-Installing /home/cjennings/.cache/yay/mu/src/mu-1.12.10/guile/mu/stats.scm to /home/cjennings/.cache/yay/mu/pkg/mu/usr/share/guile/site/3.0/mu
-Installing /home/cjennings/.cache/yay/mu/src/mu-1.12.10/guile/mu/plot.scm to /home/cjennings/.cache/yay/mu/pkg/mu/usr/share/guile/site/3.0/mu
-Installing /home/cjennings/.cache/yay/mu/src/mu-1.12.10/guile/scripts/find-dups.scm to /home/cjennings/.cache/yay/mu/pkg/mu/usr/share/mu/scripts
-Installing /home/cjennings/.cache/yay/mu/src/mu-1.12.10/guile/scripts/msgs-count.scm to /home/cjennings/.cache/yay/mu/pkg/mu/usr/share/mu/scripts
-Installing /home/cjennings/.cache/yay/mu/src/mu-1.12.10/guile/scripts/histogram.scm to /home/cjennings/.cache/yay/mu/pkg/mu/usr/share/mu/scripts
-Running custom install script '/bin/sh /home/cjennings/.cache/yay/mu/src/mu-1.12.10/build-aux/meson-install-info.sh /usr/share/info mu4e.info'
-Running custom install script '/bin/sh /home/cjennings/.cache/yay/mu/src/mu-1.12.10/build-aux/meson-install-info.sh /usr/share/info mu-guile.info'
-==> Tidying install...
- -> Removing libtool files...
- -> Purging unwanted files...
- -> Removing static library files...
- -> Stripping unneeded symbols from binaries and libraries...
- -> Compressing man and info pages...
-==> Checking for packaging issues...
-==> Creating package "mu"...
- -> Generating .PKGINFO file...
- -> Generating .BUILDINFO file...
- -> Generating .MTREE file...
- -> Compressing package...
-==> Creating package "mu-debug"...
- -> Generating .PKGINFO file...
- -> Generating .BUILDINFO file...
- -> Generating .MTREE file...
- -> Compressing package...
-==> Leaving fakeroot environment.
-==> Finished making: mu 1.12.10-1 (Sun 08 Jun 2025 02:58:01 PM CDT)
-==> Cleaning up...
-loading packages...
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (2) mu-1.12.10-1 mu-debug-1.12.10-1
-
-Total Installed Size: 5.34 MiB
-
-:: Proceed with installation? [Y/n]
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing mu...
-Optional dependencies for mu
- emacs: mu4e support [installed]
- guile: guile bindings [installed]
-installing mu-debug...
-:: Running post-transaction hooks...
-(1/2) Arming ConditionNeedsUpdate...
-(2/2) Updating the info directory file...
-...installing multimarkdown via the AUR @ 14:58:02
-AUR Explicit (1): multimarkdown-6.7.0-1
-:: (1/1) Downloaded PKGBUILD: multimarkdown
- 1 multimarkdown (Build Files Exist)
-==> Packages to cleanBuild?
-==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
-==>
- 1 multimarkdown (Build Files Exist)
-==> Diffs to show?
-==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
-==>
-==> Making package: multimarkdown 6.7.0-1 (Sun 08 Jun 2025 02:58:07 PM CDT)
-==> Retrieving sources...
- -> Cloning multimarkdown git repo...
-Cloning into bare repository '/home/cjennings/.cache/yay/multimarkdown/multimarkdown'...
-==> WARNING: Skipping verification of source file PGP signatures.
-==> Validating source files with sha1sums...
- multimarkdown ... Skipped
-:: (1/1) Parsing SRCINFO: multimarkdown
-==> Making package: multimarkdown 6.7.0-1 (Sun 08 Jun 2025 02:58:19 PM CDT)
-==> Checking runtime dependencies...
-==> Checking buildtime dependencies...
-==> Retrieving sources...
- -> Updating multimarkdown git repo...
-==> Validating source files with sha1sums...
- multimarkdown ... Skipped
-==> Removing existing $srcdir/ directory...
-==> Extracting sources...
- -> Creating working copy of multimarkdown git repo...
-Cloning into 'multimarkdown'...
-done.
-Switched to a new branch 'makepkg'
-==> Starting prepare()...
-==> Sources are ready.
-==> Making package: multimarkdown 6.7.0-1 (Sun 08 Jun 2025 02:58:24 PM CDT)
-==> Checking runtime dependencies...
-==> Checking buildtime dependencies...
-==> WARNING: Using existing $srcdir/ tree
-==> Starting build()...
-git log master..develop --format="* %s" | sort | uniq > CHANGELOG-UNRELEASED
-fatal: ambiguous argument 'master..develop': unknown revision or path not in the working tree.
-Use '--' to separate paths from revisions, like this:
-'git <command> [<revision>...] -- [<file>...]'
-mkdir build 2>/dev/null
-cd build; rm -rf *
-cd build; \
-cmake -DCMAKE_BUILD_TYPE=Release ..
-CMake Error at CMakeLists.txt:9 (cmake_minimum_required):
- Compatibility with CMake < 3.5 has been removed from CMake.
-
- Update the VERSION argument <min> value. Or, use the <min>...<max> syntax
- to tell CMake that the project requires at least <min> but has been updated
- to work with policies introduced by <max> or earlier.
-
- Or, add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to try configuring anyway.
-
-
--- Configuring incomplete, errors occurred!
-make: *** [Makefile:11: release] Error 1
-==> ERROR: A failure occurred in build().
- Aborting...
- -> error making: multimarkdown-exit status 4
- -> Failed to install the following packages. Manual intervention is required:
-multimarkdown - exit status 4
-...retrying multimarkdown @ 14:58:24
-AUR Explicit (1): multimarkdown-6.7.0-1
-:: PKGBUILD up to date, skipping download: multimarkdown
- 1 multimarkdown (Build Files Exist)
-==> Packages to cleanBuild?
-==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
-==>
- 1 multimarkdown (Build Files Exist)
-==> Diffs to show?
-==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
-==>
-==> Making package: multimarkdown 6.7.0-1 (Sun 08 Jun 2025 02:58:28 PM CDT)
-==> Retrieving sources...
- -> Updating multimarkdown git repo...
-==> WARNING: Skipping verification of source file PGP signatures.
-==> Validating source files with sha1sums...
- multimarkdown ... Skipped
-:: (1/1) Parsing SRCINFO: multimarkdown
-==> Making package: multimarkdown 6.7.0-1 (Sun 08 Jun 2025 02:58:30 PM CDT)
-==> Checking runtime dependencies...
-==> Checking buildtime dependencies...
-==> Retrieving sources...
- -> Updating multimarkdown git repo...
-==> Validating source files with sha1sums...
- multimarkdown ... Skipped
-==> Removing existing $srcdir/ directory...
-==> Extracting sources...
- -> Creating working copy of multimarkdown git repo...
-Cloning into 'multimarkdown'...
-done.
-Switched to a new branch 'makepkg'
-==> Starting prepare()...
-==> Sources are ready.
-==> Making package: multimarkdown 6.7.0-1 (Sun 08 Jun 2025 02:58:35 PM CDT)
-==> Checking runtime dependencies...
-==> Checking buildtime dependencies...
-==> WARNING: Using existing $srcdir/ tree
-==> Removing existing $pkgdir/ directory...
-==> Starting build()...
-git log master..develop --format="* %s" | sort | uniq > CHANGELOG-UNRELEASED
-fatal: ambiguous argument 'master..develop': unknown revision or path not in the working tree.
-Use '--' to separate paths from revisions, like this:
-'git <command> [<revision>...] -- [<file>...]'
-mkdir build 2>/dev/null
-cd build; rm -rf *
-cd build; \
-cmake -DCMAKE_BUILD_TYPE=Release ..
-CMake Error at CMakeLists.txt:9 (cmake_minimum_required):
- Compatibility with CMake < 3.5 has been removed from CMake.
-
- Update the VERSION argument <min> value. Or, use the <min>...<max> syntax
- to tell CMake that the project requires at least <min> but has been updated
- to work with policies introduced by <max> or earlier.
-
- Or, add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to try configuring anyway.
-
-
--- Configuring incomplete, errors occurred!
-make: *** [Makefile:11: release] Error 1
-==> ERROR: A failure occurred in build().
- Aborting...
- -> error making: multimarkdown-exit status 4
- -> Failed to install the following packages. Manual intervention is required:
-multimarkdown - exit status 4
-...retrying multimarkdown once more @ 14:58:35
-AUR Explicit (1): multimarkdown-6.7.0-1
-:: PKGBUILD up to date, skipping download: multimarkdown
- 1 multimarkdown (Build Files Exist)
-==> Packages to cleanBuild?
-==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
-==>
- 1 multimarkdown (Build Files Exist)
-==> Diffs to show?
-==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
-==>
-==> Making package: multimarkdown 6.7.0-1 (Sun 08 Jun 2025 02:58:38 PM CDT)
-==> Retrieving sources...
- -> Updating multimarkdown git repo...
-==> WARNING: Skipping verification of source file PGP signatures.
-==> Validating source files with sha1sums...
- multimarkdown ... Skipped
-:: (1/1) Parsing SRCINFO: multimarkdown
-==> Making package: multimarkdown 6.7.0-1 (Sun 08 Jun 2025 02:58:41 PM CDT)
-==> Checking runtime dependencies...
-==> Checking buildtime dependencies...
-==> Retrieving sources...
- -> Updating multimarkdown git repo...
-==> Validating source files with sha1sums...
- multimarkdown ... Skipped
-==> Removing existing $srcdir/ directory...
-==> Extracting sources...
- -> Creating working copy of multimarkdown git repo...
-Cloning into 'multimarkdown'...
-done.
-Switched to a new branch 'makepkg'
-==> Starting prepare()...
-==> Sources are ready.
-==> Making package: multimarkdown 6.7.0-1 (Sun 08 Jun 2025 02:58:46 PM CDT)
-==> Checking runtime dependencies...
-==> Checking buildtime dependencies...
-==> WARNING: Using existing $srcdir/ tree
-==> Removing existing $pkgdir/ directory...
-==> Starting build()...
-git log master..develop --format="* %s" | sort | uniq > CHANGELOG-UNRELEASED
-fatal: ambiguous argument 'master..develop': unknown revision or path not in the working tree.
-Use '--' to separate paths from revisions, like this:
-'git <command> [<revision>...] -- [<file>...]'
-mkdir build 2>/dev/null
-cd build; rm -rf *
-cd build; \
-cmake -DCMAKE_BUILD_TYPE=Release ..
-CMake Error at CMakeLists.txt:9 (cmake_minimum_required):
- Compatibility with CMake < 3.5 has been removed from CMake.
-
- Update the VERSION argument <min> value. Or, use the <min>...<max> syntax
- to tell CMake that the project requires at least <min> but has been updated
- to work with policies introduced by <max> or earlier.
-
- Or, add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to try configuring anyway.
-
-
--- Configuring incomplete, errors occurred!
-make: *** [Makefile:11: release] Error 1
-==> ERROR: A failure occurred in build().
- Aborting...
- -> error making: multimarkdown-exit status 4
- -> Failed to install the following packages. Manual intervention is required:
-multimarkdown - exit status 4
-ERROR: retrying multimarkdown once more failed with error code 1 @ 14:58:46
-...installing proselint via the AUR @ 14:58:46
-Sync Check Dependency (1): python-pytest-1:8.4.0-1
-Sync Make Dependency (1): python-poetry-2.1.2-1
-AUR Explicit (1): proselint-0.14.0-1
-:: (1/1) Downloaded PKGBUILD: proselint
- 1 proselint (Build Files Exist)
-==> Packages to cleanBuild?
-==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
-==>
- 1 proselint (Build Files Exist)
-==> Diffs to show?
-==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
-==>
-==> Making package: proselint 0.14.0-1 (Sun 08 Jun 2025 02:58:50 PM CDT)
-==> Retrieving sources...
- -> Downloading proselint-0.14.0.tar.gz...
- % Total % Received % Xferd Average Speed Time Time Time Current
- Dload Upload Total Spent Left Speed
- 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0
- 100 9054 0 9054 0 0 4604 0 --:--:-- 0:00:01 --:--:-- 4604 100 678k 0 678k 0 0 235k 0 --:--:-- 0:00:02 --:--:-- 727k 100 869k 0 869k 0 0 296k 0 --:--:-- 0:00:02 --:--:-- 892k
-==> WARNING: Skipping verification of source file PGP signatures.
-==> Validating source files with sha256sums...
- proselint-0.14.0.tar.gz ... Passed
-:: (1/1) Parsing SRCINFO: proselint
-resolving dependencies...
-looking for conflicting packages...
-warning: dependency cycle detected:
-warning: python-poetry-plugin-export will be installed before its python-poetry dependency
-
-Packages (46) python-attrs-24.1.0-1 python-cachecontrol-1:0.14.3-1 python-cachy-0.3.0-11 python-cffi-1.17.1-2 python-charset-normalizer-3.4.2-1 python-cleo-1:2.1.0-1 python-crashtest-0.4.1-4 python-cryptography-45.0.3-1 python-distlib-0.3.9-2 python-dulwich-0.22.8-1 python-fastjsonschema-2.21.1-1 python-filelock-3.18.0-1 python-findpython-0.6.3-1 python-html5lib-1.1-15 python-idna-3.10-2 python-iniconfig-2.1.0-1 python-jaraco.classes-3.4.0-2 python-jeepney-0.9.0-1 python-jsonschema-4.23.0-2 python-jsonschema-specifications-2024.10.1-1 python-keyring-25.6.0-1 python-lark-parser-1.2.2-3 python-lockfile-0.12.2-14 python-msgpack-1.0.5-3 python-pbs-installer-2025.05.29-1 python-pkginfo-1.12.0-1 python-pluggy-1.6.0-1 python-poetry-core-2.1.3-1 python-poetry-plugin-export-1.9.0-1 python-pycparser-2.22-3 python-pygments-2.19.1-1 python-rapidfuzz-3.12.2-1 python-referencing-0.35.1-3 python-requests-2.32.3-4 python-requests-toolbelt-1.0.0-3 python-rpds-py-0.22.3-1 python-secretstorage-3.3.3-6 python-shellingham-1.5.4-3 python-tomlkit-0.13.3-1 python-trove-classifiers-2025.5.9.12-1 python-typing_extensions-4.13.2-1 python-urllib3-2.4.0-1 python-virtualenv-20.28.0-1 python-webencodings-0.5.1-12 python-poetry-2.1.2-1 python-pytest-1:8.4.0-1
-
-Total Download Size: 14.94 MiB
-Total Installed Size: 70.28 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- python-virtualenv-20.28.0-1-any downloading...
- python-pygments-2.19.1-1-any downloading...
- python-rapidfuzz-3.12.2-1-x86_64 downloading...
- python-cryptography-45.0.3-1-x86_64 downloading...
- python-dulwich-0.22.8-1-x86_64 downloading...
- python-pytest-1:8.4.0-1-any downloading...
- python-poetry-2.1.2-1-any downloading...
- python-cffi-1.17.1-2-x86_64 downloading...
- python-rpds-py-0.22.3-1-x86_64 downloading...
- python-lark-parser-1.2.2-3-any downloading...
- python-html5lib-1.1-15-any downloading...
- python-distlib-0.3.9-2-any downloading...
- python-poetry-core-2.1.3-1-any downloading...
- python-urllib3-2.4.0-1-any downloading...
- python-pycparser-2.22-3-any downloading...
- python-jsonschema-4.23.0-2-any downloading...
- python-cleo-1:2.1.0-1-any downloading...
- python-requests-2.32.3-4-any downloading...
- python-attrs-24.1.0-1-any downloading...
- python-tomlkit-0.13.3-1-any downloading...
- python-idna-3.10-2-any downloading...
- python-typing_extensions-4.13.2-1-any downloading...
- python-msgpack-1.0.5-3-x86_64 downloading...
- python-charset-normalizer-3.4.2-1-any downloading...
- python-requests-toolbelt-1.0.0-3-any downloading...
- python-jeepney-0.9.0-1-any downloading...
- python-keyring-25.6.0-1-any downloading...
- python-pbs-installer-2025.05.29-1-any downloading...
- python-referencing-0.35.1-3-any downloading...
- python-pkginfo-1.12.0-1-any downloading...
- python-fastjsonschema-2.21.1-1-any downloading...
- python-pluggy-1.6.0-1-any downloading...
- python-findpython-0.6.3-1-any downloading...
- python-cachecontrol-1:0.14.3-1-any downloading...
- python-cachy-0.3.0-11-any downloading...
- python-secretstorage-3.3.3-6-any downloading...
- python-filelock-3.18.0-1-any downloading...
- python-poetry-plugin-export-1.9.0-1-any downloading...
- python-webencodings-0.5.1-12-any downloading...
- python-lockfile-0.12.2-14-any downloading...
- python-trove-classifiers-2025.5.9.12-1-any downloading...
- python-shellingham-1.5.4-3-any downloading...
- python-crashtest-0.4.1-4-any downloading...
- python-jsonschema-specifications-2024.10.1-1-any downloading...
- python-iniconfig-2.1.0-1-any downloading...
- python-jaraco.classes-3.4.0-2-any downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing python-filelock...
-installing python-msgpack...
-installing python-charset-normalizer...
-installing python-idna...
-installing python-urllib3...
-Optional dependencies for python-urllib3
- python-brotli: Brotli support
- python-brotlicffi: Brotli support
- python-h2: HTTP/2 support
- python-pysocks: SOCKS support
- python-zstandard: Zstandard support
-installing python-requests...
-Optional dependencies for python-requests
- python-chardet: alternative character encoding library
- python-pysocks: SOCKS proxy support
-installing python-cachecontrol...
-Optional dependencies for python-cachecontrol
- python-lockfile: for filecache [pending]
- python-redis: for redis cache
-installing python-cachy...
-installing python-crashtest...
-installing python-rapidfuzz...
-Optional dependencies for python-rapidfuzz
- python-numpy
-installing python-typing_extensions...
-installing python-cleo...
-installing python-dulwich...
-Optional dependencies for python-dulwich
- python-fastimport: for fast-import support
- python-gpgme: for PGP signature support
- python-idna: for HTTPS support via urllib3 [installed]
- python-paramiko: for use as the SSH implementation
- python-pyopenssl: for HTTPS support via urllib3
- python-pyinotify: to watch for changes to refs
-installing python-fastjsonschema...
-installing python-findpython...
-installing python-webencodings...
-installing python-html5lib...
-Optional dependencies for python-html5lib
- python-lxml: lxml treebuilder
- python-genshi: genshi treewalker
-installing python-attrs...
-installing python-rpds-py...
-installing python-referencing...
-installing python-jsonschema-specifications...
-installing python-jsonschema...
-Optional dependencies for python-jsonschema
- python-isoduration: for duration format
- python-fqdn: for hostname format
- python-idna: for idn-hostname format [installed]
- python-jsonpointer: for json-pointer & relative-json-pointer format
- python-rfc3339-validator: for date-time format
- python-rfc3987: for iri, iri-reference, uri & uri-reference format
- python-uri-template: for uri-template format
- python-webcolors: for color format
-installing python-jaraco.classes...
-installing python-pycparser...
-installing python-cffi...
-Optional dependencies for python-cffi
- python-setuptools: "limited api" version checking in cffi.setuptools_ext [installed]
-installing python-cryptography...
-installing python-jeepney...
-Optional dependencies for python-jeepney
- python-trio: support D-Bus applications with Trio
-installing python-secretstorage...
-installing python-keyring...
-Optional dependencies for python-keyring
- libsecret: libsecret backend [installed]
- python-dbus: kwallet backend [installed]
- python-gobject: libsecret backend [installed]
- python-keyrings-alt: Alternative backends
- python-pluggy: devpi client [pending]
-installing python-lockfile...
-installing python-pbs-installer...
-Optional dependencies for python-pbs-installer
- python-httpx: for download support
- python-zstandard: for zstd installation support
-installing python-pkginfo...
-installing python-lark-parser...
-Optional dependencies for python-lark-parser
- python-atomicwrites: for atomic_cache
- python-regex: for regex support
-installing python-poetry-core...
-installing python-poetry-plugin-export...
-installing python-requests-toolbelt...
-installing python-shellingham...
-installing python-tomlkit...
-installing python-trove-classifiers...
-installing python-distlib...
-installing python-virtualenv...
-installing python-poetry...
-Optional dependencies for python-poetry
- python-pip: to use pip with virtual environments
-installing python-iniconfig...
-installing python-pluggy...
-installing python-pygments...
-installing python-pytest...
-:: Running post-transaction hooks...
-(1/1) Arming ConditionNeedsUpdate...
-==> Making package: proselint 0.14.0-1 (Sun 08 Jun 2025 02:59:03 PM CDT)
-==> Checking runtime dependencies...
-==> Checking buildtime dependencies...
-==> Retrieving sources...
- -> Found proselint-0.14.0.tar.gz
-==> Validating source files with sha256sums...
- proselint-0.14.0.tar.gz ... Passed
-==> Removing existing $srcdir/ directory...
-==> Extracting sources...
- -> Extracting proselint-0.14.0.tar.gz with bsdtar
-==> Sources are ready.
-==> Making package: proselint 0.14.0-1 (Sun 08 Jun 2025 02:59:06 PM CDT)
-==> Checking runtime dependencies...
-==> Checking buildtime dependencies...
-==> WARNING: Using existing $srcdir/ tree
-==> Starting build()...
-* Getting build dependencies for wheel...
-* Building wheel...
-Successfully built proselint-0.14.0-py3-none-any.whl
-==> Starting check()...
-============================= test session starts ==============================
-platform linux -- Python 3.13.3, pytest-8.4.0, pluggy-1.6.0
-rootdir: /home/cjennings/.cache/yay/proselint/src/proselint-0.14.0
-configfile: pyproject.toml
-collected 152 items
-
-tests/test_annotations.py . [ 0%]
-tests/test_archaism.py . [ 1%]
-tests/test_butterick_symbols.py ....... [ 5%]
-tests/test_clear_cache.py ......... [ 11%]
-tests/test_cliches.py ... [ 13%]
-tests/test_config_flag.py .... [ 16%]
-tests/test_consistency_check.py . [ 17%]
-tests/test_consistency_spacing.py . [ 17%]
-tests/test_consistency_spelling.py . [ 18%]
-tests/test_corporate_speak.py . [ 19%]
-tests/test_cursing_filth.py . [ 19%]
-tests/test_cursing_nfl.py . [ 20%]
-tests/test_cursing_nword.py . [ 21%]
-tests/test_dates_times_am_pm.py .... [ 23%]
-tests/test_dates_times_dates.py ..... [ 26%]
-tests/test_existence_check.py .... [ 29%]
-tests/test_exit_codes.py .. [ 30%]
-tests/test_garner_dates.py ... [ 32%]
-tests/test_hedging.py . [ 33%]
-tests/test_hyperbole.py . [ 34%]
-tests/test_invalid_chars.py . [ 34%]
-tests/test_jargon.py . [ 35%]
-tests/test_leonard.py .. [ 36%]
-tests/test_lexical_illusions.py . [ 37%]
-tests/test_lgbtq_offensive_terms.py . [ 38%]
-tests/test_lgbtq_terms.py ... [ 40%]
-tests/test_malaproprisms.py . [ 40%]
-tests/test_misc_apologizing.py . [ 41%]
-tests/test_misc_back_formations.py . [ 42%]
-tests/test_misc_bureaucratese.py . [ 42%]
-tests/test_misc_but.py . [ 43%]
-tests/test_misc_capitalization.py ... [ 45%]
-tests/test_misc_chatspeak.py . [ 46%]
-tests/test_misc_commercialese.py . [ 46%]
-tests/test_misc_composition.py . [ 47%]
-tests/test_misc_currency.py . [ 48%]
-tests/test_misc_debased.py . [ 48%]
-tests/test_misc_false_plurals.py .. [ 50%]
-tests/test_misc_greylist.py . [ 50%]
-tests/test_misc_illogic.py ... [ 52%]
-tests/test_misc_inferior_superior.py . [ 53%]
-tests/test_misc_latin.py . [ 53%]
-tests/test_misc_many_a.py . [ 54%]
-tests/test_misc_metaconcepts.py . [ 55%]
-tests/test_misc_metadiscourse.py . [ 55%]
-tests/test_misc_narcissism.py . [ 56%]
-tests/test_misc_not_guilty.py . [ 57%]
-tests/test_misc_phrasal_adjectives.py .. [ 58%]
-tests/test_misc_preferred_forms.py . [ 59%]
-tests/test_misc_pretension.py . [ 59%]
-tests/test_misc_professions.py . [ 60%]
-tests/test_misc_punctuation.py . [ 61%]
-tests/test_misc_scare_quotes.py . [ 61%]
-tests/test_misc_suddenly.py . [ 62%]
-tests/test_misc_tense_present.py . [ 63%]
-tests/test_misc_usage.py . [ 63%]
-tests/test_misc_waxed.py . [ 64%]
-tests/test_misc_whence.py . [ 65%]
-tests/test_mixed_metaphors.py .. [ 66%]
-tests/test_mondegreens.py . [ 67%]
-tests/test_needless_variants.py . [ 67%]
-tests/test_nonwords.py . [ 68%]
-tests/test_oxymorons.py . [ 69%]
-tests/test_preferred_forms_check.py .. [ 70%]
-tests/test_psychology.py ... [ 72%]
-tests/test_redundancy_misc.py .... [ 75%]
-tests/test_redundancy_ras_syndrome.py . [ 75%]
-tests/test_security_credit_card.py . [ 76%]
-tests/test_security_password.py . [ 76%]
-tests/test_sexism.py . [ 77%]
-tests/test_skunked_terms.py . [ 78%]
-tests/test_spelling_able_atable.py . [ 78%]
-tests/test_spelling_able_ible.py . [ 79%]
-tests/test_spelling_ally_ly.py . [ 80%]
-tests/test_spelling_ance_ence.py . [ 80%]
-tests/test_spelling_athletes.py . [ 81%]
-tests/test_spelling_ely_ly.py . [ 82%]
-tests/test_spelling_em_im_en_in.py . [ 82%]
-tests/test_spelling_er_or.py . [ 83%]
-tests/test_spelling_in_un.py . [ 84%]
-tests/test_spelling_misc.py . [ 84%]
-tests/test_spelling_ve_of.py . [ 85%]
-tests/test_terms_animal_adjectives.py . [ 86%]
-tests/test_terms_denizen_labels.py . [ 86%]
-tests/test_terms_eponymous_adjectives.py . [ 87%]
-tests/test_terms_venery.py . [ 88%]
-tests/test_tools.py .. [ 89%]
-tests/test_topic_detector.py . [ 90%]
-tests/test_typography_diacritical_marks.py . [ 90%]
-tests/test_typography_exclamation.py .. [ 92%]
-tests/test_typography_symbols.py ....... [ 96%]
-tests/test_uncomparables.py .... [ 99%]
-tests/test_weasel_words_very.py . [100%]
-
-=============================== warnings summary ===============================
-tests/test_config_flag.py::test_config_flag
-tests/test_config_flag.py::test_config_flag
-tests/test_config_flag.py::test_config_flag
-tests/test_config_flag.py::test_config_flag
-tests/test_config_flag.py::test_config_flag
-tests/test_consistency_check.py::TestCheck::test_smoke
-tests/test_consistency_spacing.py::TestCheck::test_smoke
-tests/test_consistency_spelling.py::TestCheck::test_smoke
- /home/cjennings/.cache/yay/proselint/src/proselint-0.14.0/proselint/tools.py:292: DeprecationWarning: Bitwise inversion '~' on bool is deprecated and will be removed in Python 3.16. This returns the bitwise inversion of the underlying int object and is usually not what you expect from negating a bool. Use the 'not' operator for boolean negation or ~int(x) if you really want the bitwise inversion of the underlying int.
- msg.format(w[~idx_minority], m.group(0)),
-
-tests/test_config_flag.py::test_config_flag
-tests/test_config_flag.py::test_config_flag
-tests/test_config_flag.py::test_config_flag
-tests/test_config_flag.py::test_config_flag
-tests/test_config_flag.py::test_config_flag
-tests/test_consistency_check.py::TestCheck::test_smoke
-tests/test_consistency_spacing.py::TestCheck::test_smoke
-tests/test_consistency_spelling.py::TestCheck::test_smoke
- /home/cjennings/.cache/yay/proselint/src/proselint-0.14.0/proselint/tools.py:293: DeprecationWarning: Bitwise inversion '~' on bool is deprecated and will be removed in Python 3.16. This returns the bitwise inversion of the underlying int object and is usually not what you expect from negating a bool. Use the 'not' operator for boolean negation or ~int(x) if you really want the bitwise inversion of the underlying int.
- w[~idx_minority]))
-
--- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
-====================== 152 passed, 16 warnings in 10.38s =======================
-==> Entering fakeroot environment...
-==> Starting package()...
-==> Tidying install...
- -> Removing libtool files...
- -> Purging unwanted files...
- -> Removing static library files...
- -> Stripping unneeded symbols from binaries and libraries...
- -> Compressing man and info pages...
-==> Checking for packaging issues...
-==> Creating package "proselint"...
- -> Generating .PKGINFO file...
- -> Generating .BUILDINFO file...
- -> Generating .MTREE file...
- -> Compressing package...
-==> Leaving fakeroot environment.
-==> Finished making: proselint 0.14.0-1 (Sun 08 Jun 2025 02:59:24 PM CDT)
-==> Cleaning up...
-loading packages...
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (1) proselint-0.14.0-1
-
-Total Installed Size: 0.78 MiB
-
-:: Proceed with installation? [Y/n]
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing proselint...
-:: Running post-transaction hooks...
-(1/1) Arming ConditionNeedsUpdate...
-...installing gist via the AUR @ 14:59:24
-Sync Explicit (1): gist-6.0.0-2
-resolving dependencies...
-looking for conflicting packages...
-warning: dependency cycle detected:
-warning: rubygems will be installed before its ruby dependency
-
-Packages (4) libyaml-0.2.5-3 ruby-3.4.4-2 rubygems-3.6.7-2 gist-6.0.0-2
-
-Total Download Size: 4.77 MiB
-Total Installed Size: 19.73 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- ruby-3.4.4-2-x86_64 downloading...
- rubygems-3.6.7-2-any downloading...
- libyaml-0.2.5-3-x86_64 downloading...
- gist-6.0.0-2-any downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing libyaml...
-installing rubygems...
-installing ruby...
-Optional dependencies for ruby
- tk: for Ruby/TK
- ruby-docs: Documentation for Ruby
- ruby-default-gems: Default gems which are part of Ruby StdLib
- ruby-bundled-gems: Bundled gems which are part of Ruby StdLib
- ruby-stdlib: Full Ruby StdLib including default gems, bundled gems and tools
-installing gist...
-Optional dependencies for gist
- xclip: put pasted gist's url into X selection automagically [installed]
- xsel: put pasted gist's url into X selection automagically [installed]
-:: Running post-transaction hooks...
-(1/1) Arming ConditionNeedsUpdate...
-...installing aspell via pacman @ 14:59:28
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (1) aspell-0.60.8.1-2
-
-Total Download Size: 0.67 MiB
-Total Installed Size: 3.33 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- aspell-0.60.8.1-2-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing aspell...
-Optional dependencies for aspell
- perl: to import old dictionaries [installed]
-:: Running post-transaction hooks...
-(1/2) Arming ConditionNeedsUpdate...
-(2/2) Updating the info directory file...
-...installing aspell-en via pacman @ 14:59:30
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (1) aspell-en-2020.12.07-2
-
-Total Download Size: 1.19 MiB
-Total Installed Size: 4.13 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- aspell-en-2020.12.07-2-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing aspell-en...
-:: Running post-transaction hooks...
-(1/1) Arming ConditionNeedsUpdate...
-...installing fd via pacman @ 14:59:33
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (1) fd-10.2.0-1
-
-Total Download Size: 1.22 MiB
-Total Installed Size: 3.80 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- fd-10.2.0-1-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing fd...
-:: Running post-transaction hooks...
-(1/1) Arming ConditionNeedsUpdate...
-...installing ffmpegthumbnailer via pacman @ 14:59:35
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (1) ffmpegthumbnailer-2.2.3-3
-
-Total Download Size: 0.09 MiB
-Total Installed Size: 0.27 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- ffmpegthumbnailer-2.2.3-3-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing ffmpegthumbnailer...
-Optional dependencies for ffmpegthumbnailer
- gvfs: support for gio uris
-:: Running post-transaction hooks...
-(1/1) Arming ConditionNeedsUpdate...
-...installing imagemagick via pacman @ 14:59:36
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (2) liblqr-0.4.3-1 imagemagick-7.1.1.47-2
-
-Total Download Size: 8.70 MiB
-Total Installed Size: 23.17 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- imagemagick-7.1.1.47-2-x86_64 downloading...
- liblqr-0.4.3-1-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing liblqr...
-installing imagemagick...
-Optional dependencies for imagemagick
- ghostscript: PS/PDF support [installed]
- jbigkit: JBIG support [installed]
- libheif: HEIF support [installed]
- libjpeg-turbo: JPEG support [installed]
- libjxl: JPEG XL support [installed]
- libraw: DNG support
- librsvg: SVG support [installed]
- libtiff: TIFF support [installed]
- libultrahdr: UHDR support
- libwebp: WEBP support [installed]
- libwmf: WMF support
- libzip: OpenRaster support
- ocl-icd: OpenCL support [installed]
- openexr: OpenEXR support [installed]
- openjpeg2: JPEG2000 support [installed]
- djvulibre: DJVU support
- pango: Text rendering [installed]
-:: Running post-transaction hooks...
-(1/2) Arming ConditionNeedsUpdate...
-(2/2) Checking for old perl modules...
-...installing libgccjit via pacman @ 14:59:49
-warning: libgccjit-15.1.1+r7+gf36ec88aa85a-1 is up to date -- skipping
- there is nothing to do
-...installing mediainfo via pacman @ 14:59:49
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (9) graphviz-12.2.1-1 gsfonts-20200910-4 gts-0.7.6.121130-3 libmediainfo-25.04-1 libmms-0.6.4-5 libzen-0.4.41-2 netpbm-10.86.46-3 tinyxml2-11.0.0-1 mediainfo-25.04-1
-
-Total Download Size: 10.26 MiB
-Total Installed Size: 32.42 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- graphviz-12.2.1-1-x86_64 downloading...
- libmediainfo-25.04-1-x86_64 downloading...
- gsfonts-20200910-4-any downloading...
- netpbm-10.86.46-3-x86_64 downloading...
- gts-0.7.6.121130-3-x86_64 downloading...
- libzen-0.4.41-2-x86_64 downloading...
- tinyxml2-11.0.0-1-x86_64 downloading...
- libmms-0.6.4-5-x86_64 downloading...
- mediainfo-25.04-1-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing libmms...
-installing libzen...
-installing tinyxml2...
-installing netpbm...
-installing gts...
-installing gsfonts...
-installing graphviz...
-Optional dependencies for graphviz
- mono: sharp bindings
- guile: guile bindings [installed]
- lua: lua bindings [installed]
- perl: perl bindings [installed]
- python: python bindings [installed]
- r: r bindings
- tcl: tcl bindings
- qt6-base: gvedit [installed]
- xterm: vimdot
-installing libmediainfo...
-installing mediainfo...
-:: Running post-transaction hooks...
-(1/4) Arming ConditionNeedsUpdate...
-(2/4) Updating fontconfig configuration...
-(3/4) Checking for old perl modules...
-(4/4) Updating fontconfig cache...
-...installing 7zip via pacman @ 14:59:55
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (1) 7zip-24.09-3
-
-Total Download Size: 1.86 MiB
-Total Installed Size: 6.19 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- 7zip-24.09-3-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing 7zip...
-:: Running post-transaction hooks...
-(1/1) Arming ConditionNeedsUpdate...
-...installing mpv via pacman @ 14:59:57
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (9) libcdio-2.2.0-1 libcdio-paranoia-10.2+2.0.2-1 libdisplay-info-0.2.0-2 libsixel-1.10.5-1 libxpresent-1.0.1-2 mujs-1.3.6-1 openal-1.24.3-1 uchardet-0.0.8-3 mpv-1:0.40.0-3
-
-Total Download Size: 3.27 MiB
-Total Installed Size: 11.47 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- mpv-1:0.40.0-3-x86_64 downloading...
- openal-1.24.3-1-x86_64 downloading...
- mujs-1.3.6-1-x86_64 downloading...
- libcdio-2.2.0-1-x86_64 downloading...
- libsixel-1.10.5-1-x86_64 downloading...
- libdisplay-info-0.2.0-2-x86_64 downloading...
- uchardet-0.0.8-3-x86_64 downloading...
- libcdio-paranoia-10.2+2.0.2-1-x86_64 downloading...
- libxpresent-1.0.1-2-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing libcdio...
-installing libcdio-paranoia...
-installing libdisplay-info...
-installing libsixel...
-installing libxpresent...
-installing mujs...
-installing openal...
-Optional dependencies for openal
- qt5-base: alsoft-config GUI Configurator [installed]
- fluidsynth: MIDI rendering
- libmysofa: makemhr tool [installed]
-installing uchardet...
-installing mpv...
-Optional dependencies for mpv
- yt-dlp: for video-sharing websites playback
-:: Running post-transaction hooks...
-(1/4) Arming ConditionNeedsUpdate...
-(2/4) Updating icon theme caches...
-(3/4) Updating the info directory file...
-(4/4) Updating the desktop file MIME type cache...
-...installing mailutils via pacman @ 15:00:01
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (2) gsasl-2.2.1-1 mailutils-3.19-1
-
-Total Download Size: 1.96 MiB
-Total Installed Size: 10.75 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- mailutils-3.19-1-x86_64 downloading...
- gsasl-2.2.1-1-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing gsasl...
-installing mailutils...
-:: Running post-transaction hooks...
-(1/2) Arming ConditionNeedsUpdate...
-(2/2) Updating the info directory file...
-...installing msmtp via pacman @ 15:00:05
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (1) msmtp-1.8.30-1
-
-Total Download Size: 0.38 MiB
-Total Installed Size: 0.98 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- msmtp-1.8.30-1-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing msmtp...
-Optional dependencies for msmtp
- libnotify: for msmtpq notifications [installed]
- netcat: for included msmtpq script
-:: Running post-transaction hooks...
-(1/2) Arming ConditionNeedsUpdate...
-(2/2) Updating the info directory file...
-...installing msmtp-mta via pacman @ 15:00:08
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (1) msmtp-mta-1.8.30-1
-
-Total Download Size: 0.00 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- msmtp-mta-1.8.30-1-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing msmtp-mta...
-Optional dependencies for msmtp-mta
- libnotify: for msmtpq notifications [installed]
- netcat: for included msmtpq script
-:: Running post-transaction hooks...
-(1/1) Arming ConditionNeedsUpdate...
-...installing python-lsp-server via pacman @ 15:00:10
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (7) python-docstring-to-markdown-0.15-3 python-jedi-0.19.2-1 python-lsp-jsonrpc-1.1.2-5 python-parso-1:0.8.4-3 python-ujson-5.10.0-2 python-websockets-15.0.1-1 python-lsp-server-1.12.2-1
-
-Total Download Size: 1.85 MiB
-Total Installed Size: 10.28 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- python-jedi-0.19.2-1-any downloading...
- python-websockets-15.0.1-1-x86_64 downloading...
- python-parso-1:0.8.4-3-any downloading...
- python-lsp-server-1.12.2-1-any downloading...
- python-ujson-5.10.0-2-x86_64 downloading...
- python-docstring-to-markdown-0.15-3-any downloading...
- python-lsp-jsonrpc-1.1.2-5-any downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing python-parso...
-installing python-jedi...
-installing python-ujson...
-installing python-lsp-jsonrpc...
-installing python-websockets...
-installing python-docstring-to-markdown...
-installing python-lsp-server...
-Optional dependencies for python-lsp-server
- python-mccabe: complexity checking
- python-pycodestyle: linter - style checking
- python-pydocstyle: linter - docstring style checking
- python-pyflakes: linter to detect various errors
- python-pylint: code linting
- python-rope: for completions and renaming
- autopep8: code formatting
- flake8: error checking
- yapf: code formatting (preferred)
- python-whatthepatch: required for yapf support
-:: Running post-transaction hooks...
-(1/1) Arming ConditionNeedsUpdate...
-...installing rlwrap via pacman @ 15:00:13
-warning: rlwrap-0.46.2-1 is up to date -- skipping
- there is nothing to do
-...installing sdcv via pacman @ 15:00:13
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (1) sdcv-0.5.5-2
-
-Total Download Size: 0.07 MiB
-Total Installed Size: 0.15 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- sdcv-0.5.5-2-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing sdcv...
-:: Running post-transaction hooks...
-(1/1) Arming ConditionNeedsUpdate...
-...installing yt-dlp via pacman @ 15:00:15
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (2) python-certifi-2025.04.26-1 yt-dlp-2025.05.22-1
-
-Total Download Size: 4.94 MiB
-Total Installed Size: 31.45 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- yt-dlp-2025.05.22-1-any downloading...
- python-certifi-2025.04.26-1-any downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing python-certifi...
-installing yt-dlp...
-Optional dependencies for yt-dlp
- ffmpeg: for video post-processing [installed]
- rtmpdump: for rtmp streams support
- atomicparsley: for embedding thumbnails into m4a files
- aria2: for using aria2 as external downloader
- python-mutagen: for embedding thumbnail in certain formats
- python-pycryptodome: for decrypting AES-128 HLS streams and various other data
- python-pycryptodomex: for decrypting AES-128 HLS streams and various other data
- python-websockets: for downloading over websocket [installed]
- python-brotli: brotli content encoding support
- python-brotlicffi: brotli content encoding support
- python-xattr: for writing xattr metadata
- python-pyxattr: for writing xattr metadata (alternative option)
- phantomjs: for extractors with javascript code
- python-secretstorage: For -cookies-from-browser to access the GNOME keyring while decrypting cookies of Chromium-based browsers [installed]
-:: Running post-transaction hooks...
-(1/1) Arming ConditionNeedsUpdate...
-...setting up emacs configuration files @ 15:00:20
-Cloning into '/home/cjennings/.emacs.d'...
-remote: warning: unable to access '/var/git/.config/git/attributes': Permission denied
-
-Android Utilities
-...installing android-file-transfer via pacman @ 15:01:06
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (4) android-udev-20250525-1 libmtp-1.1.22-1 taglib-2.1-1 android-file-transfer-4.5-2
-
-Total Download Size: 1.71 MiB
-Total Installed Size: 10.29 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- android-file-transfer-4.5-2-x86_64 downloading...
- libmtp-1.1.22-1-x86_64 downloading...
- taglib-2.1-1-x86_64 downloading...
- android-udev-20250525-1-any downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing libmtp...
-installing android-udev...
-installing taglib...
-installing android-file-transfer...
-:: Running post-transaction hooks...
-(1/6) Creating system user accounts...
-Creating group 'adbusers' with GID 968.
-(2/6) Updating udev hardware database...
-(3/6) Reloading device manager configuration...
-(4/6) Arming ConditionNeedsUpdate...
-(5/6) Updating icon theme caches...
-(6/6) Updating the desktop file MIME type cache...
-...installing android-tools via pacman @ 15:01:10
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (3) fmt-11.2.0-1 protobuf-31.0-2 android-tools-35.0.2-16
-
-Total Download Size: 6.46 MiB
-Total Installed Size: 30.58 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- protobuf-31.0-2-x86_64 downloading...
- android-tools-35.0.2-16-x86_64 downloading...
- fmt-11.2.0-1-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing fmt...
-installing protobuf...
-installing android-tools...
-Optional dependencies for android-tools
- python: {mk,unpack_,repack_}bootimg and mkdtboimg support [installed]
-:: Running post-transaction hooks...
-(1/1) Arming ConditionNeedsUpdate...
-
-DevOps Utilities
-...installing devops virtualization and automation tools @ 15:01:13
-...installing vagrant via pacman @ 15:01:13
-error: target not found: vagrant
-...retrying vagrant @ 15:01:14
-error: target not found: vagrant
-...retrying vagrant once more @ 15:01:14
-error: target not found: vagrant
-ERROR: retrying vagrant once more failed with error code 1 @ 15:01:14
-...installing ansible via pacman @ 15:01:14
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (9) ansible-core-2.18.6-1 python-bcrypt-4.3.0-1 python-jinja-1:3.1.6-1 python-markupsafe-3.0.2-1 python-paramiko-3.5.0-1 python-pynacl-1.5.0-3 python-resolvelib-1.1.0-2 python-yaml-6.0.2-2 ansible-11.6.0-1
-
-Total Download Size: 42.37 MiB
-Total Installed Size: 558.68 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- ansible-11.6.0-1-any downloading...
- ansible-core-2.18.6-1-any downloading...
- python-paramiko-3.5.0-1-any downloading...
- python-jinja-1:3.1.6-1-any downloading...
- python-bcrypt-4.3.0-1-x86_64 downloading...
- python-yaml-6.0.2-2-x86_64 downloading...
- python-pynacl-1.5.0-3-x86_64 downloading...
- python-resolvelib-1.1.0-2-any downloading...
- python-markupsafe-3.0.2-1-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing python-markupsafe...
-installing python-jinja...
-Optional dependencies for python-jinja
- python-babel: for i18n support
-installing python-yaml...
-installing python-resolvelib...
-installing python-bcrypt...
-installing python-pynacl...
-installing python-paramiko...
-Optional dependencies for python-paramiko
- python-invoke: config support
- python-gssapi: GSS-API/SSPI support
- python-pyasn1: GSS-API/SSPI support
-installing ansible-core...
-Optional dependencies for ansible-core
- python-argcomplete: shell completions
- python-dnspython: for dig lookup
- python-jmespath: json_query support
- python-netaddr: for the ipaddr filter
- python-passlib: crypt values for vars_prompt
- python-pip: for module to manage Python libarary dependencies
- python-pywinrm: connect to Windows machines
- python-setuptools: for module to manage Python libarary dependencies [installed]
- python-systemd: for journald support
- sshpass: for ssh connections with password
-installing ansible...
-Optional dependencies for ansible
- python-argcomplete: shell completions
- python-pyopenssl: openssl modules
- python-dnspython: for dig lookup
- python-ovirt-engine-sdk: ovirt support
- python-boto3: aws_s3 module
- python-ldap: ldap support
- python-proxmoxer: proxmox modules
- python-openstacksdk: OpenStack module
- python-pynetbox: NetBox module
- python-ldap: LDAP modules
- python-kubernetes: Kubernetes modules
- python-keyring: Keyring module [installed]
- python-github3py: GitHub module
- python-lxc: LXC module
- python-fqdn: fqdn_valid module
- acme-tiny: openssl_certificate module
-:: Running post-transaction hooks...
-(1/1) Arming ConditionNeedsUpdate...
-...installing podman via pacman @ 15:01:41
-resolving dependencies...
-:: There are 2 providers available for oci-runtime:
-:: Repository extra
- 1) crun 2) runc
-
-Enter a number (default=1):
-looking for conflicting packages...
-
-Packages (13) aardvark-dns-1.15.0-1 catatonit-0.2.1-1 conmon-1:2.1.13-1 containers-common-1:0.63.1-1 criu-4.1-1 crun-1.21-1 netavark-1.15.2-1 nftables-1:1.1.3-1 passt-2025_06_06.754c6d7-1 protobuf-c-1.5.2-3 python-protobuf-31.0-2 yajl-2.1.0-6 podman-5.5.0-2
-
-Total Download Size: 32.05 MiB
-Total Installed Size: 109.21 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- podman-5.5.0-2-x86_64 downloading...
- netavark-1.15.2-1-x86_64 downloading...
- aardvark-dns-1.15.0-1-x86_64 downloading...
- criu-4.1-1-x86_64 downloading...
- python-protobuf-31.0-2-x86_64 downloading...
- nftables-1:1.1.3-1-x86_64 downloading...
- catatonit-0.2.1-1-x86_64 downloading...
- crun-1.21-1-x86_64 downloading...
- passt-2025_06_06.754c6d7-1-x86_64 downloading...
- protobuf-c-1.5.2-3-x86_64 downloading...
- containers-common-1:0.63.1-1-any downloading...
- yajl-2.1.0-6-x86_64 downloading...
- conmon-1:2.1.13-1-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing catatonit...
-installing conmon...
-installing aardvark-dns...
-installing netavark...
-installing containers-common...
-installing yajl...
-installing nftables...
-Optional dependencies for nftables
- python: Python bindings [installed]
-installing protobuf-c...
-installing python-protobuf...
-installing criu...
-installing crun...
-installing passt...
-Optional dependencies for passt
- sh: for demo script [installed]
-installing podman...
-Optional dependencies for podman
- apparmor: for AppArmor support
- btrfs-progs: support btrfs backend devices [installed]
- cni-plugins: for an alternative container-network-stack implementation
- fuse-overlayfs: for storage driver in rootless environment
- slirp4netns: for alternative rootless network support
- podman-compose: for docker-compose compatibility
- podman-docker: for Docker-compatible CLI
-:: Running post-transaction hooks...
-(1/4) Reloading system manager configuration...
-(2/4) Reloading user manager configuration...
-(3/4) Creating temporary files...
-(4/4) Arming ConditionNeedsUpdate...
-...installing distrobox via pacman @ 15:01:55
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (1) distrobox-1.8.1.2-1
-
-Total Download Size: 0.23 MiB
-Total Installed Size: 0.55 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- distrobox-1.8.1.2-1-any downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing distrobox...
-Optional dependencies for distrobox
- docker: Docker support
- podman: Podman support [installed]
-:: Running post-transaction hooks...
-(1/2) Arming ConditionNeedsUpdate...
-(2/2) Updating icon theme caches...
-...installing boxbuddy via the AUR @ 15:01:57
-AUR Explicit (1): boxbuddy-2.5.3-1
-Sync Dependency (1): libadwaita-1:1.7.4-1
-:: (1/1) Downloaded PKGBUILD: boxbuddy
- 1 boxbuddy (Build Files Exist)
-==> Packages to cleanBuild?
-==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
-==>
- 1 boxbuddy (Build Files Exist)
-==> Diffs to show?
-==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
-==>
-==> Making package: boxbuddy 2.5.3-1 (Sun 08 Jun 2025 03:02:02 PM CDT)
-==> Retrieving sources...
- -> Downloading boxbuddy-2.5.3.tar.gz...
- % Total % Received % Xferd Average Speed Time Time Time Current
- Dload Upload Total Spent Left Speed
- 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
- 100 28192 0 28192 0 0 16496 0 --:--:-- 0:00:01 --:--:-- 16496 100 449k 0 449k 0 0 205k 0 --:--:-- 0:00:02 --:--:-- 888k
-==> WARNING: Skipping verification of source file PGP signatures.
-==> Validating source files with sha256sums...
- boxbuddy-2.5.3.tar.gz ... Passed
-:: (1/1) Parsing SRCINFO: boxbuddy
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (9) appstream-1.0.5-2 gssdp-1.6.3-2 gst-plugins-bad-libs-1.26.2-1 gtk4-1:4.18.5-2 gupnp-1:1.6.8-2 gupnp-igd-1.6.0-2 libnice-0.1.22-2 libxmlb-0.3.22-1 libadwaita-1:1.7.4-1
-
-Total Download Size: 15.14 MiB
-Total Installed Size: 86.59 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- gtk4-1:4.18.5-2-x86_64 downloading...
- gst-plugins-bad-libs-1.26.2-1-x86_64 downloading...
- appstream-1.0.5-2-x86_64 downloading...
- libadwaita-1:1.7.4-1-x86_64 downloading...
- libnice-0.1.22-2-x86_64 downloading...
- libxmlb-0.3.22-1-x86_64 downloading...
- gupnp-1:1.6.8-2-x86_64 downloading...
- gssdp-1.6.3-2-x86_64 downloading...
- gupnp-igd-1.6.0-2-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing libxmlb...
-installing appstream...
-installing gssdp...
-Optional dependencies for gssdp
- gtk4: gssdp-device-sniffer [pending]
-installing gupnp...
-Optional dependencies for gupnp
- python: gupnp-binding-tool [installed]
-installing gupnp-igd...
-installing libnice...
-Optional dependencies for libnice
- gstreamer: "nice" GStreamer plugin [installed]
-installing gst-plugins-bad-libs...
-installing gtk4...
-Optional dependencies for gtk4
- evince: Default print preview command
-installing libadwaita...
-:: Running post-transaction hooks...
-(1/4) Arming ConditionNeedsUpdate...
-(2/4) Updating the appstream cache...
-✔ Metadata cache was updated successfully.
-(3/4) Compiling GSettings XML schema files...
-(4/4) Updating GTK4 module cache...
-==> Making package: boxbuddy 2.5.3-1 (Sun 08 Jun 2025 03:02:14 PM CDT)
-==> Checking runtime dependencies...
-==> Checking buildtime dependencies...
-==> Retrieving sources...
- -> Found boxbuddy-2.5.3.tar.gz
-==> Validating source files with sha256sums...
- boxbuddy-2.5.3.tar.gz ... Passed
-==> Removing existing $srcdir/ directory...
-==> Extracting sources...
- -> Extracting boxbuddy-2.5.3.tar.gz with bsdtar
-==> Starting prepare()...
- Updating crates.io index
- Downloading crates ...
- Downloaded equivalent v1.0.1
- Downloaded temp-dir v0.1.14
- Downloaded pkg-config v0.3.31
- Downloaded heck v0.5.0
- Downloaded futures-executor v0.3.31
- Downloaded gobject-sys v0.20.7
- Downloaded toml_datetime v0.6.8
- Downloaded futures-core v0.3.31
- Downloaded futures-task v0.3.31
- Downloaded version-compare v0.2.0
- Downloaded lazy_static v1.5.0
- Downloaded concurrent-queue v2.5.0
- Downloaded parking v2.2.1
- Downloaded slab v0.4.9
- Downloaded rustc_version v0.4.1
- Downloaded serde_spanned v0.6.8
- Downloaded event-listener-strategy v0.5.3
- Downloaded futures-channel v0.3.31
- Downloaded gsk4 v0.9.5
- Downloaded toml v0.8.2
- Downloaded crossbeam-utils v0.8.21
- Downloaded cairo-rs v0.20.7
- Downloaded bitflags v2.6.0
- Downloaded event-listener v5.3.1
- Downloaded proc-macro2 v1.0.87
- Downloaded unicode-ident v1.0.13
- Downloaded cfg-expr v0.17.2
- Downloaded pango v0.20.7
- Downloaded libadwaita-sys v0.7.1
- Downloaded smallvec v1.13.2
- Downloaded futures-macro v0.3.31
- Downloaded pin-project-lite v0.2.14
- Downloaded quote v1.0.37
- Downloaded target-lexicon v0.12.16
- Downloaded system-deps v7.0.3
- Downloaded pango-sys v0.20.7
- Downloaded async-channel v2.3.1
- Downloaded shlex v1.3.0
- Downloaded locale_config v0.3.0
- Downloaded gettext-rs v0.7.2
- Downloaded memoffset v0.9.1
- Downloaded field-offset v0.3.6
- Downloaded gdk-pixbuf v0.20.7
- Downloaded graphene-rs v0.20.7
- Downloaded gtk4-macros v0.9.5
- Downloaded cairo-sys-rs v0.20.7
- Downloaded gdk-pixbuf-sys v0.20.7
- Downloaded graphene-sys v0.20.7
- Downloaded gsk4-sys v0.9.5
- Downloaded futures-io v0.3.31
- Downloaded pin-utils v0.1.0
- Downloaded autocfg v1.4.0
- Downloaded proc-macro-crate v3.2.0
- Downloaded glib-sys v0.20.7
- Downloaded semver v1.0.23
- Downloaded gdk4-sys v0.9.5
- Downloaded glib-macros v0.20.7
- Downloaded indexmap v2.6.0
- Downloaded toml_edit v0.20.2
- Downloaded serde v1.0.210
- Downloaded gio-sys v0.20.8
- Downloaded cc v1.1.30
- Downloaded gdk4 v0.9.5
- Downloaded gtk4-sys v0.9.5
- Downloaded hashbrown v0.15.2
- Downloaded libadwaita v0.7.1
- Downloaded memchr v2.7.4
- Downloaded toml_edit v0.22.22
- Downloaded winnow v0.5.40
- Downloaded futures-util v0.3.31
- Downloaded winnow v0.6.20
- Downloaded aho-corasick v1.1.3
- Downloaded gio v0.20.7
- Downloaded regex v1.11.0
- Downloaded syn v2.0.79
- Downloaded glib v0.20.7
- Downloaded regex-syntax v0.8.5
- Downloaded gtk4 v0.9.5
- Downloaded regex-automata v0.4.8
- Downloaded libc v0.2.159
- Downloaded gettext-sys v0.22.5
-==> Sources are ready.
-==> Making package: boxbuddy 2.5.3-1 (Sun 08 Jun 2025 03:02:28 PM CDT)
-==> Checking runtime dependencies...
-==> Checking buildtime dependencies...
-==> WARNING: Using existing $srcdir/ tree
-==> Starting build()...
- Compiling serde v1.0.210
- Compiling hashbrown v0.15.2
- Compiling equivalent v1.0.1
- Compiling target-lexicon v0.12.16
- Compiling winnow v0.5.40
- Compiling heck v0.5.0
- Compiling indexmap v2.6.0
- Compiling smallvec v1.13.2
- Compiling cfg-expr v0.17.2
- Compiling version-compare v0.2.0
- Compiling pkg-config v0.3.31
- Compiling libc v0.2.159
- Compiling toml_datetime v0.6.8
- Compiling serde_spanned v0.6.8
- Compiling autocfg v1.4.0
- Compiling toml_edit v0.20.2
- Compiling proc-macro2 v1.0.87
- Compiling unicode-ident v1.0.13
- Compiling memchr v2.7.4
- Compiling quote v1.0.37
- Compiling toml v0.8.2
- Compiling syn v2.0.79
- Compiling system-deps v7.0.3
- Compiling pin-project-lite v0.2.14
- Compiling slab v0.4.9
- Compiling futures-core v0.3.31
- Compiling winnow v0.6.20
- Compiling futures-task v0.3.31
- Compiling pin-utils v0.1.0
- Compiling futures-channel v0.3.31
- Compiling glib-sys v0.20.7
- Compiling gobject-sys v0.20.7
- Compiling gio-sys v0.20.8
- Compiling toml_edit v0.22.22
- Compiling pango-sys v0.20.7
- Compiling gdk-pixbuf-sys v0.20.7
- Compiling cairo-sys-rs v0.20.7
- Compiling proc-macro-crate v3.2.0
- Compiling bitflags v2.6.0
- Compiling futures-macro v0.3.31
- Compiling glib-macros v0.20.7
- Compiling graphene-sys v0.20.7
- Compiling gdk4-sys v0.9.5
- Compiling gio v0.20.7
- Compiling semver v1.0.23
- Compiling futures-util v0.3.31
- Compiling gsk4-sys v0.9.5
- Compiling futures-io v0.3.31
- Compiling gtk4-sys v0.9.5
- Compiling crossbeam-utils v0.8.21
- Compiling rustc_version v0.4.1
- Compiling memoffset v0.9.1
- Compiling shlex v1.3.0
- Compiling cc v1.1.30
- Compiling field-offset v0.3.6
- Compiling futures-executor v0.3.31
- Compiling aho-corasick v1.1.3
- Compiling temp-dir v0.1.14
- Compiling regex-syntax v0.8.5
- Compiling gettext-sys v0.22.5
- Compiling concurrent-queue v2.5.0
- Compiling glib v0.20.7
- Compiling cairo-rs v0.20.7
- Compiling graphene-rs v0.20.7
- Compiling regex-automata v0.4.8
- Compiling libadwaita-sys v0.7.1
- Compiling parking v2.2.1
- Compiling event-listener v5.3.1
- Compiling regex v1.11.0
- Compiling gtk4-macros v0.9.5
- Compiling gdk-pixbuf v0.20.7
- Compiling pango v0.20.7
- Compiling gdk4 v0.9.5
- Compiling lazy_static v1.5.0
- Compiling locale_config v0.3.0
- Compiling gsk4 v0.9.5
- Compiling gtk4 v0.9.5
- Compiling event-listener-strategy v0.5.3
- Compiling async-channel v2.3.1
- Compiling gettext-rs v0.7.2
- Compiling libadwaita v0.7.1
- Compiling boxbuddy-rs v0.1.0 (/home/cjennings/.cache/yay/boxbuddy/src/BoxBuddyRS-2.5.3)
-warning: unused import: `std::thread`
- --> src/main.rs:2:5
- |
-2 | use std::thread;
- | ^^^^^^^^^^^
- |
- = note: `#[warn(unused_imports)]` on by default
-
-warning: use of deprecated macro `clone`: Using old-style clone! syntax
- --> src/main.rs:180:34
- |
-180 | assemble_btn.connect_clicked(clone!(@weak window => move |_btn| {
- | __________________________________^
-181 | | let ini_filter = gtk::FileFilter::new();
-... |
-197 | | }));
-198 | | }));
- | |__________^
- |
- = note: `#[warn(deprecated)]` on by default
- = note: this warning originates in the macro `clone` (in Nightly builds, run with -Z macro-backtrace for more info)
-
-warning: use of deprecated macro `clone`: Using old-style clone! syntax
- --> src/main.rs:190:72
- |
-190 | file_dialog.open(Some(&window), None::<&gio::Cancellable>, clone!(@weak window => move |result| {
- | ________________________________________________________________________^
-191 | | if let Ok(file) = result {
-192 | | let ini_path = file.path().unwrap().into_os_string().into_string();
-193 | | if ini_path.is_ok() {
-... |
-197 | | }));
- | |______________^
- |
- = note: this warning originates in the macro `clone` (in Nightly builds, run with -Z macro-backtrace for more info)
-
-warning: use of deprecated macro `clone`: Using old-style clone! syntax
- --> src/main.rs:662:36
- |
-662 | name_entry_row.connect_changed(clone!(@weak create_btn => move |_row| {
- | ____________________________________^
-663 | | if ner_clone.text().to_string().len() > 0 {
-664 | | create_btn.set_sensitive(true);
-665 | | } else {
-... |
-668 | | }));
- | |______^
- |
- = note: this warning originates in the macro `clone` (in Nightly builds, run with -Z macro-backtrace for more info)
-
-warning: use of deprecated macro `clone`: Using old-style clone! syntax
- --> src/main.rs:697:37
- |
-697 | choose_home_btn.connect_clicked(clone!(@weak window => move |_btn| {
- | _____________________________________^
-698 | | let home_clone = home_entry_row.clone();
-699 | | let file_dialog = FileDialog::builder().modal(false).build();
-700 | | file_dialog.select_folder(Some(&window), None::<&gio::Cancellable>, clone!(@weak window => move |result| {
-... |
-705 | | }));
-706 | | }));
- | |______^
- |
- = note: this warning originates in the macro `clone` (in Nightly builds, run with -Z macro-backtrace for more info)
-
-warning: use of deprecated macro `clone`: Using old-style clone! syntax
- --> src/main.rs:700:77
- |
-700 | file_dialog.select_folder(Some(&window), None::<&gio::Cancellable>, clone!(@weak window => move |result| {
- | _____________________________________________________________________________^
-701 | | if let Ok(file) = result {
-702 | | let home_path = file.path().unwrap().into_os_string().into_string().unwrap();
-703 | | home_clone.set_text(&home_path);
-704 | | }
-705 | | }));
- | |__________^
- |
- = note: this warning originates in the macro `clone` (in Nightly builds, run with -Z macro-backtrace for more info)
-
-warning: use of deprecated macro `clone`: Using old-style clone! syntax
- --> src/main.rs:849:40
- |
-849 | ... volume_add_btn.connect_clicked(clone!(@weak window, @weak volume_box_list_clone => move |_btn| {
- | ______________________________________^
-850 | | ... let file_dialog = FileDialog::builder().modal(false).build();
-851 | | ... file_dialog.select_folder(Some(&window), None::<&gio::Cancellable>, clone!(@weak window, @weak volume_box_list_clone => move |r...
-852 | | ... if let Ok(file) = result {
-... |
-893 | | ... }));
-894 | | ... }));
- | |________^
- |
- = note: this warning originates in the macro `clone` (in Nightly builds, run with -Z macro-backtrace for more info)
-
-warning: use of deprecated macro `clone`: Using old-style clone! syntax
- --> src/main.rs:851:81
- |
-851 | ... file_dialog.select_folder(Some(&window), None::<&gio::Cancellable>, clone!(@weak window, @weak volume_box_list_clone => move |resul...
- | ___________________________________________________________________________^
-852 | | ... if let Ok(file) = result {
-853 | | ... let volume_path = file.path().unwrap().into_os_string().into_string().unwrap();
-... |
-893 | | ... }));
- | |________^
- |
- = note: this warning originates in the macro `clone` (in Nightly builds, run with -Z macro-backtrace for more info)
-
-warning: use of deprecated macro `clone`: Using old-style clone! syntax
- --> src/main.rs:1550:9
- |
-1550 | / clone!(@weak window => move |result| {
-1551 | | if let Ok(file) = result {
-1552 | | let deb_path = file.path().unwrap().into_os_string().into_string();
-1553 | | if deb_path.is_ok() {
-... |
-1564 | | }),
- | |__________^
- |
- = note: this warning originates in the macro `clone` (in Nightly builds, run with -Z macro-backtrace for more info)
-
-warning: use of deprecated macro `clone`: Using old-style clone! syntax
- --> src/main.rs:1585:9
- |
-1585 | / clone!(@weak window => move |result| {
-1586 | | if let Ok(file) = result {
-1587 | | let rpm_path = file.path().unwrap().into_os_string().into_string();
-1588 | | if rpm_path.is_ok() {
-... |
-1599 | | }),
- | |__________^
- |
- = note: this warning originates in the macro `clone` (in Nightly builds, run with -Z macro-backtrace for more info)
-
-warning: unused variable: `bin_path`
- --> src/distrobox_handler.rs:488:14
- |
-488 | let (bin_path, exported_path) = match line.find('|') {
- | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_bin_path`
- |
- = note: `#[warn(unused_variables)]` on by default
-
-warning: variable does not need to be mutable
- --> src/utils.rs:419:9
- |
-419 | let mut has_fp_out = get_command_output("which", Some(&["flatpak"]));
- | ----^^^^^^^^^^
- | |
- | help: remove this `mut`
- |
- = note: `#[warn(unused_mut)]` on by default
-
-warning: unused variable: `data_home`
- --> src/utils.rs:558:13
- |
-558 | let data_home =
- | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_data_home`
-
-warning: unused variable: `data_home`
- --> src/utils.rs:693:9
- |
-693 | let data_home =
- | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_data_home`
-
-warning: fields `image_url` and `container_id` are never read
- --> src/distrobox_handler.rs:14:9
- |
-8 | pub struct DBox {
- | ---- fields in this struct
-...
-14 | pub image_url: String,
- | ^^^^^^^^^
-15 | /// The unique ID for this container
-16 | pub container_id: String,
- | ^^^^^^^^^^^^
- |
- = note: `#[warn(dead_code)]` on by default
-
-warning: field `desktop_file` is never read
- --> src/distrobox_handler.rs:33:9
- |
-25 | pub struct DBoxApp {
- | ------- field in this struct
-...
-33 | pub desktop_file: String,
- | ^^^^^^^^^^^^
- |
- = note: `DBoxApp` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
-
-warning: `boxbuddy-rs` (bin "boxbuddy-rs") generated 16 warnings (run `cargo fix --bin "boxbuddy-rs"` to apply 2 suggestions)
- Finished `release` profile [optimized] target(s) in 2m 09s
-==> Starting check()...
-I: io.github.dvlv.boxbuddyrs:12: description-first-para-too-short
- BoxBuddy is a graphical user interface for Distrobox.
-
-✔ Validation was successful: infos: 1
-==> Entering fakeroot environment...
-==> Starting package()...
-~/.cache/yay/boxbuddy/src/BoxBuddyRS-2.5.3/po ~/.cache/yay/boxbuddy/src/BoxBuddyRS-2.5.3
-~/.cache/yay/boxbuddy/src/BoxBuddyRS-2.5.3
-==> Tidying install...
- -> Removing libtool files...
- -> Purging unwanted files...
- -> Removing static library files...
- -> Stripping unneeded symbols from binaries and libraries...
- -> Compressing man and info pages...
-==> Checking for packaging issues...
-==> Creating package "boxbuddy"...
- -> Generating .PKGINFO file...
- -> Generating .BUILDINFO file...
- -> Generating .MTREE file...
- -> Compressing package...
-==> Creating package "boxbuddy-debug"...
- -> Generating .PKGINFO file...
- -> Generating .BUILDINFO file...
- -> Generating .MTREE file...
- -> Compressing package...
-==> Leaving fakeroot environment.
-==> Finished making: boxbuddy 2.5.3-1 (Sun 08 Jun 2025 03:04:40 PM CDT)
-==> Cleaning up...
-loading packages...
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (2) boxbuddy-2.5.3-1 boxbuddy-debug-2.5.3-1
-
-Total Installed Size: 1.28 MiB
-
-:: Proceed with installation? [Y/n]
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing boxbuddy...
-installing boxbuddy-debug...
-:: Running post-transaction hooks...
-(1/4) Arming ConditionNeedsUpdate...
-(2/4) Compiling GSettings XML schema files...
-(3/4) Updating icon theme caches...
-(4/4) Updating the desktop file MIME type cache...
-...installing ptyxis via the AUR @ 15:04:40
-Sync Explicit (1): ptyxis-48.4-1
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (4) libportal-0.9.1-2 libportal-gtk4-0.9.1-2 vte4-0.80.2-1 ptyxis-48.4-1
-
-Total Download Size: 0.86 MiB
-Total Installed Size: 3.75 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- ptyxis-48.4-1-x86_64 downloading...
- vte4-0.80.2-1-x86_64 downloading...
- libportal-0.9.1-2-x86_64 downloading...
- libportal-gtk4-0.9.1-2-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing libportal...
-Optional dependencies for libportal
- libportal-docs: API documentation
- libportal-gtk3: GTK 3 backend
- libportal-gtk4: GTK 4 backend [pending]
- libportal-qt5: Qt 5 backend
- libportal-qt6: Qt 6 backend
- xdg-desktop-portal: Portal service
-installing libportal-gtk4...
-installing vte4...
-installing ptyxis...
-:: Running post-transaction hooks...
-(1/4) Arming ConditionNeedsUpdate...
-(2/4) Compiling GSettings XML schema files...
-(3/4) Updating icon theme caches...
-(4/4) Updating the desktop file MIME type cache...
-...installing gnome-boxes via pacman @ 15:04:44
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (97) aalib-1.4rc5-18 bubblewrap-0.11.0-1 capstone-5.0.6-1 cdparanoia-10.2-9 cdrtools-3.02a09-6 dtc-1.7.2-4 edk2-ovmf-202411-1 enchant-2.8.2-2 freeglut-3.6.0-2 gfxstream-0.1.2-2 glm-1.0.1-1 glu-9.0.3-2 gst-plugins-base-1.26.2-1 gst-plugins-good-1.26.2-1 harfbuzz-icu-11.2.1-1 hyphen-2.8.8-6 iniparser-4.2.6-1 libaemu-0.1.2-5 libaio-0.3.113-3 libcaca-0.99.beta20-5 libcacard-2.8.1-1 libcbor-0.11.0-1 libdv-1.0.0-11 libmanette-0.2.12-1 libnbd-1.22.1-2 libnfs-6.0.2-3 libosinfo-1.12.0-2 libportal-gtk3-0.9.1-2 libshout-1:2.4.6-5 libslirp-4.9.1-1 libtraceevent-1:1.8.4-1 libtracefs-1.8.2-1 libvirt-1:11.4.0-1 libvirt-glib-5.0.0-3 libxdp-1.5.5-1 ndctl-79-1 osinfo-db-20250124-1 phodav-3.0-4 qemu-audio-alsa-10.0.0-5 qemu-audio-dbus-10.0.0-5 qemu-audio-jack-10.0.0-5 qemu-audio-oss-10.0.0-5 qemu-audio-pa-10.0.0-5 qemu-audio-pipewire-10.0.0-5 qemu-audio-sdl-10.0.0-5 qemu-audio-spice-10.0.0-5 qemu-base-10.0.0-5 qemu-block-curl-10.0.0-5 qemu-block-dmg-10.0.0-5 qemu-block-nfs-10.0.0-5 qemu-block-ssh-10.0.0-5 qemu-chardev-spice-10.0.0-5 qemu-common-10.0.0-5 qemu-desktop-10.0.0-5 qemu-hw-display-qxl-10.0.0-5 qemu-hw-display-virtio-gpu-10.0.0-5 qemu-hw-display-virtio-gpu-gl-10.0.0-5 qemu-hw-display-virtio-gpu-pci-10.0.0-5 qemu-hw-display-virtio-gpu-pci-gl-10.0.0-5 qemu-hw-display-virtio-gpu-pci-rutabaga-10.0.0-5 qemu-hw-display-virtio-gpu-rutabaga-10.0.0-5 qemu-hw-display-virtio-vga-10.0.0-5 qemu-hw-display-virtio-vga-gl-10.0.0-5 qemu-hw-display-virtio-vga-rutabaga-10.0.0-5 qemu-hw-uefi-vars-10.0.0-5 qemu-hw-usb-host-10.0.0-5 qemu-hw-usb-redirect-10.0.0-5 qemu-hw-usb-smartcard-10.0.0-5 qemu-img-10.0.0-5 qemu-system-x86-10.0.0-5 qemu-system-x86-firmware-10.0.0-5 qemu-ui-curses-10.0.0-5 qemu-ui-dbus-10.0.0-5 qemu-ui-egl-headless-10.0.0-5 qemu-ui-gtk-10.0.0-5 qemu-ui-opengl-10.0.0-5 qemu-ui-sdl-10.0.0-5 qemu-ui-spice-app-10.0.0-5 qemu-ui-spice-core-10.0.0-5 qemu-vhost-user-gpu-10.0.0-5 rutabaga-ffi-0.1.6-2 sdl2_image-2.8.8-1 seabios-1.16.3-1 spice-0.16.0-1 spice-gtk-0.42-4 spice-protocol-0.14.5-1 twolame-0.4.0-4 usbredir-0.15.0-1 vde2-2.3.3-6 virglrenderer-1.1.1-1 virtiofsd-1.13.1-1 wavpack-5.8.1-1 webkit2gtk-4.1-2.48.3-1 woff2-1.0.2-6 wolfssl-5.8.0-1 xdg-dbus-proxy-0.1.6-1 gnome-boxes-48.0-4
-
-Total Download Size: 79.67 MiB
-Total Installed Size: 369.75 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- webkit2gtk-4.1-2.48.3-1-x86_64 downloading...
- libvirt-1:11.4.0-1-x86_64 downloading...
- edk2-ovmf-202411-1-any downloading...
- qemu-system-x86-10.0.0-5-x86_64 downloading...
- glm-1.0.1-1-x86_64 downloading...
- gst-plugins-good-1.26.2-1-x86_64 downloading...
- qemu-img-10.0.0-5-x86_64 downloading...
- qemu-common-10.0.0-5-x86_64 downloading...
- gfxstream-0.1.2-2-x86_64 downloading...
- capstone-5.0.6-1-x86_64 downloading...
- virtiofsd-1.13.1-1-x86_64 downloading...
- wolfssl-5.8.0-1-x86_64 downloading...
- gnome-boxes-48.0-4-x86_64 downloading...
- cdrtools-3.02a09-6-x86_64 downloading...
- libnbd-1.22.1-2-x86_64 downloading...
- rutabaga-ffi-0.1.6-2-x86_64 downloading...
- wavpack-5.8.1-1-x86_64 downloading...
- spice-gtk-0.42-4-x86_64 downloading...
- libcaca-0.99.beta20-5-x86_64 downloading...
- virglrenderer-1.1.1-1-x86_64 downloading...
- ndctl-79-1-x86_64 downloading...
- spice-0.16.0-1-x86_64 downloading...
- libaemu-0.1.2-5-x86_64 downloading...
- libvirt-glib-5.0.0-3-x86_64 downloading...
- libosinfo-1.12.0-2-x86_64 downloading...
- qemu-vhost-user-gpu-10.0.0-5-x86_64 downloading...
- libtracefs-1.8.2-1-x86_64 downloading...
- gst-plugins-base-1.26.2-1-x86_64 downloading...
- vde2-2.3.3-6-x86_64 downloading...
- osinfo-db-20250124-1-any downloading...
- seabios-1.16.3-1-any downloading...
- libnfs-6.0.2-3-x86_64 downloading...
- libtraceevent-1:1.8.4-1-x86_64 downloading...
- glu-9.0.3-2-x86_64 downloading...
- dtc-1.7.2-4-x86_64 downloading...
- aalib-1.4rc5-18-x86_64 downloading...
- freeglut-3.6.0-2-x86_64 downloading...
- twolame-0.4.0-4-x86_64 downloading...
- qemu-ui-dbus-10.0.0-5-x86_64 downloading...
- libdv-1.0.0-11-x86_64 downloading...
- cdparanoia-10.2-9-x86_64 downloading...
- libshout-1:2.4.6-5-x86_64 downloading...
- enchant-2.8.2-2-x86_64 downloading...
- sdl2_image-2.8.8-1-x86_64 downloading...
- libslirp-4.9.1-1-x86_64 downloading...
- qemu-audio-dbus-10.0.0-5-x86_64 downloading...
- libxdp-1.5.5-1-x86_64 downloading...
- phodav-3.0-4-x86_64 downloading...
- woff2-1.0.2-6-x86_64 downloading...
- libmanette-0.2.12-1-x86_64 downloading...
- qemu-hw-display-qxl-10.0.0-5-x86_64 downloading...
- usbredir-0.15.0-1-x86_64 downloading...
- libcbor-0.11.0-1-x86_64 downloading...
- libcacard-2.8.1-1-x86_64 downloading...
- bubblewrap-0.11.0-1-x86_64 downloading...
- qemu-ui-gtk-10.0.0-5-x86_64 downloading...
- qemu-hw-display-virtio-gpu-10.0.0-5-x86_64 downloading...
- qemu-hw-uefi-vars-10.0.0-5-x86_64 downloading...
- qemu-hw-usb-redirect-10.0.0-5-x86_64 downloading...
- qemu-ui-spice-core-10.0.0-5-x86_64 downloading...
- qemu-hw-usb-host-10.0.0-5-x86_64 downloading...
- qemu-audio-pipewire-10.0.0-5-x86_64 downloading...
- qemu-ui-sdl-10.0.0-5-x86_64 downloading...
- qemu-hw-display-virtio-gpu-gl-10.0.0-5-x86_64 downloading...
- qemu-block-ssh-10.0.0-5-x86_64 downloading...
- qemu-hw-display-virtio-gpu-rutabaga-10.0.0-5-x86_64 downloading...
- xdg-dbus-proxy-0.1.6-1-x86_64 downloading...
- qemu-system-x86-firmware-10.0.0-5-x86_64 downloading...
- qemu-ui-opengl-10.0.0-5-x86_64 downloading...
- libaio-0.3.113-3-x86_64 downloading...
- qemu-ui-curses-10.0.0-5-x86_64 downloading...
- qemu-hw-usb-smartcard-10.0.0-5-x86_64 downloading...
- qemu-block-curl-10.0.0-5-x86_64 downloading...
- qemu-block-nfs-10.0.0-5-x86_64 downloading...
- qemu-audio-alsa-10.0.0-5-x86_64 downloading...
- spice-protocol-0.14.5-1-any downloading...
- qemu-audio-pa-10.0.0-5-x86_64 downloading...
- qemu-audio-oss-10.0.0-5-x86_64 downloading...
- qemu-audio-jack-10.0.0-5-x86_64 downloading...
- qemu-chardev-spice-10.0.0-5-x86_64 downloading...
- qemu-audio-sdl-10.0.0-5-x86_64 downloading...
- iniparser-4.2.6-1-x86_64 downloading...
- qemu-hw-display-virtio-vga-10.0.0-5-x86_64 downloading...
- qemu-ui-spice-app-10.0.0-5-x86_64 downloading...
- qemu-audio-spice-10.0.0-5-x86_64 downloading...
- qemu-ui-egl-headless-10.0.0-5-x86_64 downloading...
- qemu-hw-display-virtio-gpu-pci-10.0.0-5-x86_64 downloading...
- hyphen-2.8.8-6-x86_64 downloading...
- qemu-hw-display-virtio-vga-rutabaga-10.0.0-5-x86_64 downloading...
- qemu-hw-display-virtio-vga-gl-10.0.0-5-x86_64 downloading...
- qemu-block-dmg-10.0.0-5-x86_64 downloading...
- qemu-hw-display-virtio-gpu-pci-rutabaga-10.0.0-5-x86_64 downloading...
- qemu-hw-display-virtio-gpu-pci-gl-10.0.0-5-x86_64 downloading...
- qemu-base-10.0.0-5-x86_64 downloading...
- qemu-desktop-10.0.0-5-x86_64 downloading...
- libportal-gtk3-0.9.1-2-x86_64 downloading...
- harfbuzz-icu-11.2.1-1-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing cdrtools...
-installing edk2-ovmf...
-installing osinfo-db...
-installing libosinfo...
-installing libportal-gtk3...
-installing libnbd...
-Optional dependencies for libnbd
- fuse3: For nbdfuse support [installed]
- ocaml: For OCaml bindings
- python>=3: For Python bindings [installed]
-installing libvirt...
-Optional dependencies for libvirt
- dmidecode: DMI system info support [installed]
- dnsmasq: required for default NAT/DHCP for guests
- gettext: required for libvirt-guests.service [installed]
- iptables-nft: required for default NAT networking
- libvirt-python: for virt-qemu-qmp-proxy and virt-qemu-sev-validate commands
- libvirt-storage-gluster: Gluster storage backend
- libvirt-storage-iscsi-direct: iSCSI-direct storage backend
- lvm2: Logical Volume Manager support
- openbsd-netcat: for remote management over ssh
- open-iscsi: iSCSI support via iscsiadm
- python-cryptography: for virt-qemu-sev-validate command [installed]
- python-lxml: for virt-qemu-sev-validate command
- qemu-base: QEMU/KVM support [pending]
- qemu-desktop: QEMU/KVM desktop support [pending]
- qemu-emulators-full: Support of additional QEMU architectures
- radvd: IPv6 RAD support
- swtpm: TPM emulator support
-installing libvirt-glib...
-installing qemu-common...
-installing libaio...
-installing qemu-img...
-installing capstone...
-installing libslirp...
-installing libxdp...
-installing iniparser...
-installing libtraceevent...
-Optional dependencies for libtraceevent
- libtraceevent-docs: for documentation
-installing libtracefs...
-Optional dependencies for libtracefs
- libtracefs-docs: for documentation
-installing ndctl...
-installing wolfssl...
-installing vde2...
-installing dtc...
-Optional dependencies for dtc
- python: Python bindings [installed]
-installing libcbor...
-installing qemu-system-x86-firmware...
-installing seabios...
-Optional dependencies for seabios
- seabios-docs: for documentation
-installing qemu-system-x86...
-installing virtiofsd...
-installing qemu-base...
-Optional dependencies for qemu-base
- qemu-user-static: for static user mode emulation of QEMU targets
- samba: for SMB/CIFS server support
- qemu-block-gluster: for Gluster block driver
- qemu-block-iscsi: for iSCSI block driver
- qemu-chardev-baum: for Baum chardev driver
- qemu-docs: for documentation
- qemu-emulators-full: for all system emulators
- qemu-full: for a full QEMU installation
- qemu-hw-s390x-virtio-gpu-ccw: for s390x-virtio-gpu-ccw display device
- qemu-pr-helper: for persistent reservation utility
- qemu-system-aarch64: for AARCH64 system emulator
- qemu-system-alpha: for Alpha system emulator
- qemu-system-arm: for ARM system emulator
- qemu-system-avr: for AVR system emulator
- qemu-system-hppa: for HPPA system emulator
- qemu-system-m68k: for ColdFire (m68k) system emulator
- qemu-system-microblaze: for Microblaze system emulator
- qemu-system-mips: for MIPS system emulator
- qemu-system-or1k: for OpenRisc32 system emulator
- qemu-system-ppc: for PPC system emulator
- qemu-system-riscv: for RISC-V system emulator
- qemu-system-rx: for RX system emulator
- qemu-system-s390x: for S390 system emulator
- qemu-system-sh4: for SH4 system emulator
- qemu-system-sparc: for SPARC system emulator
- qemu-system-tricore: for tricore system emulator
- qemu-system-xtensa: for Xtensa system emulator
- qemu-tests: for QEMU tests
- qemu-tools: for QEMU tools
- qemu-user: for user mode emulation of QEMU targets
- qemu-vmsr-helper: for accessing the Running Average Power Limit (RAPL) MSR
- qemu-audio-alsa: for ALSA audio driver [pending]
- qemu-audio-dbus: for D-Bus audio driver [pending]
- qemu-audio-jack: for JACK audio driver [pending]
- qemu-audio-oss: for OSS audio driver [pending]
- qemu-audio-pa: for PulseAudio audio driver [pending]
- qemu-audio-pipewire: for PipeWire audio driver [pending]
- qemu-audio-sdl: for SDL audio driver [pending]
- qemu-audio-spice: for spice audio driver [pending]
- qemu-block-curl: for curl block driver [pending]
- qemu-block-dmg: for DMG block driver [pending]
- qemu-block-nfs: for NFS block driver [pending]
- qemu-block-ssh: for SSH block driver [pending]
- qemu-chardev-spice: for the spice chardev driver [pending]
- qemu-desktop: for dependencies commonly used on a desktop [pending]
- qemu-hw-display-qxl: for the QXL display device [pending]
- qemu-hw-display-virtio-vga: for the virtio-vga display device [pending]
- qemu-hw-display-virtio-vga-gl: for the virtio-vga-gl display device [pending]
- qemu-hw-display-virtio-vga-rutabaga: for the virtio-vga-rutabaga display device [pending]
- qemu-hw-display-virtio-gpu: for the virtio-gpu display device [pending]
- qemu-hw-display-virtio-gpu-gl: for the virtio-gpu-gl display device [pending]
- qemu-hw-display-virtio-gpu-rutabaga: for the virtio-gpu-rutabaga display device [pending]
- qemu-hw-display-virtio-gpu-pci: for the virtio-gpu-pci display device [pending]
- qemu-hw-display-virtio-gpu-pci-gl: for the virtio-gpu-pci-gl display device [pending]
- qemu-hw-display-virtio-gpu-pci-rutabaga: for the virtio-gpu-pci-rutabaga display device [pending]
- qemu-hw-uefi-vars: for UEFI variable support [pending]
- qemu-hw-usb-host: for host USB support [pending]
- qemu-hw-usb-redirect: for USB redirect support [pending]
- qemu-hw-usb-smartcard: for USB smartcard support [pending]
- qemu-ui-curses: for ncurses UI driver [pending]
- qemu-ui-dbus: for D-Bus UI driver [pending]
- qemu-ui-egl-headless: for EGL headless UI driver [pending]
- qemu-ui-gtk: for GTK UI driver [pending]
- qemu-ui-opengl: for OpenGL UI driver [pending]
- qemu-ui-sdl: for SDL UI driver [pending]
- qemu-ui-spice-app: for spice app UI driver [pending]
- qemu-ui-spice-core: for spice core UI driver [pending]
- qemu-user: for user mode emulation of QEMU targets
- qemu-vhost-user-gpu: for vhost-user-gpu display device [pending]
-installing qemu-audio-alsa...
-installing qemu-audio-dbus...
-installing qemu-audio-jack...
-installing qemu-audio-oss...
-installing qemu-audio-pa...
-installing qemu-audio-pipewire...
-installing qemu-audio-sdl...
-installing qemu-ui-opengl...
-installing spice-protocol...
-installing libcacard...
-installing spice...
-installing qemu-ui-spice-core...
-installing qemu-audio-spice...
-installing qemu-block-curl...
-installing qemu-block-dmg...
-installing libnfs...
-installing qemu-block-nfs...
-installing qemu-block-ssh...
-installing qemu-chardev-spice...
-installing qemu-hw-display-qxl...
-installing qemu-hw-display-virtio-gpu...
-installing virglrenderer...
-installing qemu-hw-display-virtio-gpu-gl...
-installing libaemu...
-installing glu...
-installing freeglut...
-installing glm...
-installing gfxstream...
-installing rutabaga-ffi...
-installing qemu-hw-display-virtio-gpu-rutabaga...
-installing qemu-hw-display-virtio-gpu-pci...
-installing qemu-hw-display-virtio-gpu-pci-gl...
-installing qemu-hw-display-virtio-gpu-pci-rutabaga...
-installing qemu-hw-display-virtio-vga...
-installing qemu-hw-display-virtio-vga-gl...
-installing qemu-hw-display-virtio-vga-rutabaga...
-installing qemu-hw-uefi-vars...
-installing qemu-hw-usb-host...
-installing usbredir...
-installing qemu-hw-usb-redirect...
-installing qemu-hw-usb-smartcard...
-installing qemu-ui-curses...
-installing qemu-ui-dbus...
-installing qemu-ui-egl-headless...
-installing qemu-ui-gtk...
-installing sdl2_image...
-installing qemu-ui-sdl...
-installing qemu-ui-spice-app...
-installing qemu-vhost-user-gpu...
-installing qemu-desktop...
-Optional dependencies for qemu-desktop
- qemu-user-static: for static user mode emulation of QEMU targets
- samba: for SMB/CIFS server support
- qemu-block-gluster: for Gluster block driver
- qemu-block-iscsi: for iSCSI block driver
- qemu-chardev-baum: for Baum chardev driver
- qemu-docs: for documentation
- qemu-emulators-full: for all system emulators
- qemu-full: for a full QEMU installation
- qemu-hw-s390x-virtio-gpu-ccw: for s390x-virtio-gpu-ccw display device
- qemu-pr-helper: for persistent reservation utility
- qemu-system-aarch64: for AARCH64 system emulator
- qemu-system-alpha: for Alpha system emulator
- qemu-system-arm: for ARM system emulator
- qemu-system-avr: for AVR system emulator
- qemu-system-hppa: for HPPA system emulator
- qemu-system-m68k: for ColdFire (m68k) system emulator
- qemu-system-microblaze: for Microblaze system emulator
- qemu-system-mips: for MIPS system emulator
- qemu-system-or1k: for OpenRisc32 system emulator
- qemu-system-ppc: for PPC system emulator
- qemu-system-riscv: for RISC-V system emulator
- qemu-system-rx: for RX system emulator
- qemu-system-s390x: for S390 system emulator
- qemu-system-sh4: for SH4 system emulator
- qemu-system-sparc: for SPARC system emulator
- qemu-system-tricore: for tricore system emulator
- qemu-system-xtensa: for Xtensa system emulator
- qemu-tests: for QEMU tests
- qemu-tools: for QEMU tools
- qemu-user: for user mode emulation of QEMU targets
- qemu-vmsr-helper: for accessing the Running Average Power Limit (RAPL) MSR
-installing cdparanoia...
-installing gst-plugins-base...
-installing aalib...
-Optional dependencies for aalib
- xorg-fonts-misc: x11 driver
- xorg-mkfontscale: x11 driver
-installing libcaca...
-Optional dependencies for libcaca
- python: Python bindings [installed]
-installing libdv...
-installing libshout...
-installing twolame...
-installing wavpack...
-installing gst-plugins-good...
-Optional dependencies for gst-plugins-good
- jack: JACK backend [installed]
-installing phodav...
-installing spice-gtk...
-installing bubblewrap...
-installing enchant...
-Optional dependencies for enchant
- aspell: for aspell based spell checking support [installed]
- hspell: for hspell based spell checking support
- hunspell: for hunspell based spell checking support
- libvoikko: for libvoikko based spell checking support
- nuspell: for nuspell based spell checking support
-installing harfbuzz-icu...
-installing hyphen...
-installing libmanette...
-installing woff2...
-installing xdg-dbus-proxy...
-installing webkit2gtk-4.1...
-Optional dependencies for webkit2gtk-4.1
- geoclue: Geolocation support
- gst-libav: nonfree media decoding
- gst-plugins-bad: media decoding
- gst-plugins-good: media decoding [installed]
-installing gnome-boxes...
-:: Running post-transaction hooks...
-( 1/10) Creating system user accounts...
-Creating group 'virtlogin' with GID 967.
-Creating group 'libvirt' with GID 966.
-Creating group 'libvirt-qemu' with GID 965.
-Creating user 'libvirt-qemu' (Libvirt QEMU user) with UID 965 and GID 965.
-Creating group 'qemu' with GID 964.
-Creating user 'qemu' (QEMU user) with UID 964 and GID 964.
-( 2/10) Reloading system manager configuration...
-( 3/10) Applying kernel sysctl settings...
-( 4/10) Creating temporary files...
-( 5/10) Reloading device manager configuration...
-( 6/10) Arming ConditionNeedsUpdate...
-( 7/10) Compiling GSettings XML schema files...
-( 8/10) Updating icon theme caches...
-( 9/10) Updating the info directory file...
-(10/10) Updating the desktop file MIME type cache...
-...installing linux-headers via pacman @ 15:05:15
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (2) pahole-1:1.30-1 linux-headers-6.14.10.arch1-1
-
-Total Download Size: 50.63 MiB
-Total Installed Size: 235.88 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- linux-headers-6.14.10.arch1-1-x86_64 downloading...
- pahole-1:1.30-1-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing pahole...
-Optional dependencies for pahole
- ostra-cg: Generate call graphs from encoded traces
-installing linux-headers...
-:: Running post-transaction hooks...
-(1/2) Arming ConditionNeedsUpdate...
-(2/2) Updating module dependencies...
-...installing linux-lts-headers via pacman @ 15:05:52
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (1) linux-lts-headers-6.12.32-1
-
-Total Download Size: 26.78 MiB
-Total Installed Size: 138.18 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- linux-lts-headers-6.12.32-1-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing linux-lts-headers...
-:: Running post-transaction hooks...
-(1/2) Arming ConditionNeedsUpdate...
-(2/2) Updating module dependencies...
-...installing virtualbox via pacman @ 15:06:21
-resolving dependencies...
-:: There are 3 providers available for VIRTUALBOX-HOST-MODULES:
-:: Repository extra
- 1) virtualbox-host-dkms 2) virtualbox-host-modules-arch 3) virtualbox-host-modules-lts
-
-Enter a number (default=1):
-looking for conflicting packages...
-
-Packages (8) dkms-3.2.1-1 liblzf-3.6-5 libtpms-0.10.0-1 qt6-scxml-6.9.1-1 qt6-tools-6.9.1-1 sdl12-compat-1.2.68-2 virtualbox-host-dkms-7.1.10-1 virtualbox-7.1.10-1
-
-Total Download Size: 53.87 MiB
-Total Installed Size: 228.53 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- virtualbox-7.1.10-1-x86_64 downloading...
- qt6-tools-6.9.1-1-x86_64 downloading...
- virtualbox-host-dkms-7.1.10-1-x86_64 downloading...
- qt6-scxml-6.9.1-1-x86_64 downloading...
- libtpms-0.10.0-1-x86_64 downloading...
- sdl12-compat-1.2.68-2-x86_64 downloading...
- dkms-3.2.1-1-any downloading...
- liblzf-3.6-5-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing liblzf...
-installing libtpms...
-installing qt6-scxml...
-Optional dependencies for qt6-scxml
- qt6-declarative: QML bindings [installed]
-installing qt6-tools...
-Optional dependencies for qt6-tools
- clang: for qdoc and lupdate [installed]
- litehtml: for assistant
- qt6-declarative: for qdistancefieldgenerator, qdoc and lupdate [installed]
-installing sdl12-compat...
-installing dkms...
-Optional dependencies for dkms
- linux-headers: build modules against the Arch kernel [installed]
- linux-lts-headers: build modules against the LTS kernel [installed]
- linux-zen-headers: build modules against the ZEN kernel
- linux-hardened-headers: build modules against the HARDENED kernel
-installing virtualbox-host-dkms...
-installing virtualbox...
-Optional dependencies for virtualbox
- vde2: Virtual Distributed Ethernet support [installed]
- virtualbox-guest-iso: Guest Additions CD image
- virtualbox-ext-vnc: VNC server support
- virtualbox-sdk: Developer kit
-:: Running post-transaction hooks...
-(1/9) Creating system user accounts...
-Creating group 'vboxusers' with GID 108.
-(2/9) Reloading system manager configuration...
-(3/9) Reloading device manager configuration...
-(4/9) Arming ConditionNeedsUpdate...
-(5/9) Updating the MIME type database...
-(6/9) Install DKMS modules
-==> dkms install --no-depmod vboxhost/7.1.10_OSE -k 6.12.32-1-lts
-==> dkms install --no-depmod vboxhost/7.1.10_OSE -k 6.14.10-arch1-1
-==> depmod 6.12.32-1-lts
-==> depmod 6.14.10-arch1-1
-(7/9) Updating linux initcpios...
-==> Building image from preset: /etc/mkinitcpio.d/linux-lts.preset: 'default'
-==> Using default configuration file: '/etc/mkinitcpio.conf'
- -> -k /boot/vmlinuz-linux-lts -g /boot/initramfs-linux-lts.img
-==> Starting build: '6.12.32-1-lts'
- -> Running build hook: [base]
- -> Running build hook: [udev]
- -> Running build hook: [autodetect]
- -> Running build hook: [microcode]
- -> Running build hook: [modconf]
- -> Running build hook: [kms]
- -> Running build hook: [keyboard]
- -> Running build hook: [keymap]
- -> Running build hook: [consolefont]
-==> WARNING: consolefont: no font found in configuration
- -> Running build hook: [block]
- -> Running build hook: [filesystems]
- -> Running build hook: [fsck]
-==> Generating module dependencies
-==> Creating zstd-compressed initcpio image: '/boot/initramfs-linux-lts.img'
- -> Early uncompressed CPIO image generation successful
-==> Initcpio image generation successful
-==> Building image from preset: /etc/mkinitcpio.d/linux-lts.preset: 'fallback'
-==> Using default configuration file: '/etc/mkinitcpio.conf'
- -> -k /boot/vmlinuz-linux-lts -g /boot/initramfs-linux-lts-fallback.img -S autodetect
-==> Starting build: '6.12.32-1-lts'
- -> Running build hook: [base]
- -> Running build hook: [udev]
- -> Running build hook: [microcode]
- -> Running build hook: [modconf]
- -> Running build hook: [kms]
-==> WARNING: Possibly missing firmware for module: 'ast'
- -> Running build hook: [keyboard]
-==> WARNING: Possibly missing firmware for module: 'xhci_pci_renesas'
- -> Running build hook: [keymap]
- -> Running build hook: [consolefont]
-==> WARNING: consolefont: no font found in configuration
- -> Running build hook: [block]
-==> WARNING: Possibly missing firmware for module: 'aic94xx'
-==> WARNING: Possibly missing firmware for module: 'bfa'
-==> WARNING: Possibly missing firmware for module: 'qed'
-==> WARNING: Possibly missing firmware for module: 'qla1280'
-==> WARNING: Possibly missing firmware for module: 'qla2xxx'
-==> WARNING: Possibly missing firmware for module: 'wd719x'
- -> Running build hook: [filesystems]
- -> Running build hook: [fsck]
-==> Generating module dependencies
-==> Creating zstd-compressed initcpio image: '/boot/initramfs-linux-lts-fallback.img'
- -> Early uncompressed CPIO image generation successful
-==> Initcpio image generation successful
-==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
-==> Using default configuration file: '/etc/mkinitcpio.conf'
- -> -k /boot/vmlinuz-linux -g /boot/initramfs-linux.img
-==> Starting build: '6.14.10-arch1-1'
- -> Running build hook: [base]
- -> Running build hook: [udev]
- -> Running build hook: [autodetect]
- -> Running build hook: [microcode]
- -> Running build hook: [modconf]
- -> Running build hook: [kms]
- -> Running build hook: [keyboard]
- -> Running build hook: [keymap]
- -> Running build hook: [consolefont]
-==> WARNING: consolefont: no font found in configuration
- -> Running build hook: [block]
- -> Running build hook: [filesystems]
- -> Running build hook: [fsck]
-==> Generating module dependencies
-==> Creating zstd-compressed initcpio image: '/boot/initramfs-linux.img'
- -> Early uncompressed CPIO image generation successful
-==> Initcpio image generation successful
-==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
-==> Using default configuration file: '/etc/mkinitcpio.conf'
- -> -k /boot/vmlinuz-linux -g /boot/initramfs-linux-fallback.img -S autodetect
-==> Starting build: '6.14.10-arch1-1'
- -> Running build hook: [base]
- -> Running build hook: [udev]
- -> Running build hook: [microcode]
- -> Running build hook: [modconf]
- -> Running build hook: [kms]
-==> WARNING: Possibly missing firmware for module: 'ast'
- -> Running build hook: [keyboard]
-==> WARNING: Possibly missing firmware for module: 'xhci_pci_renesas'
- -> Running build hook: [keymap]
- -> Running build hook: [consolefont]
-==> WARNING: consolefont: no font found in configuration
- -> Running build hook: [block]
-==> WARNING: Possibly missing firmware for module: 'aic94xx'
-==> WARNING: Possibly missing firmware for module: 'bfa'
-==> WARNING: Possibly missing firmware for module: 'qed'
-==> WARNING: Possibly missing firmware for module: 'qla1280'
-==> WARNING: Possibly missing firmware for module: 'qla2xxx'
-==> WARNING: Possibly missing firmware for module: 'wd719x'
- -> Running build hook: [filesystems]
- -> Running build hook: [fsck]
-==> Generating module dependencies
-==> Creating zstd-compressed initcpio image: '/boot/initramfs-linux-fallback.img'
- -> Early uncompressed CPIO image generation successful
-==> Initcpio image generation successful
-(8/9) Updating icon theme caches...
-(9/9) Updating the desktop file MIME type cache...
-...installing virtualbox-guest-iso via pacman @ 15:08:04
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (1) virtualbox-guest-iso-7.1.10-1
-
-Total Download Size: 43.48 MiB
-Total Installed Size: 58.54 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- virtualbox-guest-iso-7.1.10-1-any downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing virtualbox-guest-iso...
-
-===> virtualbox-guest-iso post install message:
-===>
-===> Redistribution of VBoxGuestAdditions.iso from the binary packages
-===> on www.virtualbox.org with Arch Linux has been granted by
-===> InnoTek Systemberatung GmbH.
-===>
-===> By using this package you accept
-===> the VirtualBox Personal Use and Evaluation License (PUEL)
-===> which can be found here: http://virtualbox.org/wiki/VirtualBox_PUEL
-===>
-===> If you do not accept this license, you must remove the package immediately.
-===>
-
-:: Running post-transaction hooks...
-(1/1) Arming ConditionNeedsUpdate...
-...installing virtualbox-host-dkms via pacman @ 15:08:16
-warning: virtualbox-host-dkms-7.1.10-1 is up to date -- skipping
- there is nothing to do
-...adding user to vboxusers group @ 15:08:16
-Adding user cjennings to group vboxusers
-...installing docker via pacman @ 15:08:16
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (3) containerd-2.1.1-1 runc-1.3.0-1 docker-1:28.2.0-1
-
-Total Download Size: 46.55 MiB
-Total Installed Size: 192.87 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- docker-1:28.2.0-1-x86_64 downloading...
- containerd-2.1.1-1-x86_64 downloading...
- runc-1.3.0-1-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing runc...
-Optional dependencies for runc
- criu: checkpoint support [installed]
-installing containerd...
-installing docker...
-Optional dependencies for docker
- btrfs-progs: btrfs backend support [installed]
- pigz: parallel gzip compressor support
- docker-buildx: extended build capabilities
-:: Running post-transaction hooks...
-(1/4) Creating system user accounts...
-Creating group 'docker' with GID 963.
-(2/4) Reloading system manager configuration...
-(3/4) Reloading device manager configuration...
-(4/4) Arming ConditionNeedsUpdate...
-...installing docker-compose via pacman @ 15:08:34
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (1) docker-compose-2.37.0-1
-
-Total Download Size: 13.75 MiB
-Total Installed Size: 62.64 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- docker-compose-2.37.0-1-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing docker-compose...
-:: Running post-transaction hooks...
-(1/1) Arming ConditionNeedsUpdate...
-...adding user to docker group @ 15:08:38
-Adding user cjennings to group docker
-...enabling docker service to launch on boot @ 15:08:38
-Created symlink '/etc/systemd/system/multi-user.target.wants/docker.service' → '/usr/lib/systemd/system/docker.service'.
-
-##### Supplemental Software
-...installing arandr via pacman @ 15:08:40
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (1) arandr-0.1.11-4
-
-Total Download Size: 0.09 MiB
-Total Installed Size: 0.31 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- arandr-0.1.11-4-any downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing arandr...
-:: Running post-transaction hooks...
-(1/2) Arming ConditionNeedsUpdate...
-(2/2) Updating the desktop file MIME type cache...
-...installing arch-install-scripts via pacman @ 15:08:41
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (1) arch-install-scripts-29-1
-
-Total Download Size: 0.02 MiB
-Total Installed Size: 0.04 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- arch-install-scripts-29-1-any downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing arch-install-scripts...
-:: Running post-transaction hooks...
-(1/1) Arming ConditionNeedsUpdate...
-...installing archinstall via pacman @ 15:08:42
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (12) f2fs-tools-1.16.0-3 libinih-58-1 liburcu-0.15.1-1 lvm2-2.03.32-1 python-annotated-types-0.7.0-2 python-pydantic-2.11.5-1 python-pydantic-core-2:2.33.2-2 python-pyparted-3.13.0-5 python-typing-inspection-0.4.1-1 thin-provisioning-tools-1.1.0-1 xfsprogs-6.14.0-1 archinstall-3.0.7-3
-
-Total Download Size: 7.78 MiB
-Total Installed Size: 31.13 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- lvm2-2.03.32-1-x86_64 downloading...
- python-pydantic-core-2:2.33.2-2-x86_64 downloading...
- xfsprogs-6.14.0-1-x86_64 downloading...
- thin-provisioning-tools-1.1.0-1-x86_64 downloading...
- python-pydantic-2.11.5-1-any downloading...
- archinstall-3.0.7-3-any downloading...
- f2fs-tools-1.16.0-3-x86_64 downloading...
- liburcu-0.15.1-1-x86_64 downloading...
- python-pyparted-3.13.0-5-x86_64 downloading...
- python-typing-inspection-0.4.1-1-any downloading...
- python-annotated-types-0.7.0-2-any downloading...
- libinih-58-1-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing python-annotated-types...
-installing python-pydantic-core...
-installing python-typing-inspection...
-installing python-pydantic...
-Optional dependencies for python-pydantic
- mypy: for type validation with mypy
- python-dotenv: for .env file support
- python-email-validator: for email validation
- python-hypothesis: for hypothesis plugin when using legacy v1
-installing python-pyparted...
-installing libinih...
-installing liburcu...
-installing xfsprogs...
-Optional dependencies for xfsprogs
- icu: for xfs_scrub [installed]
- python: for xfs_scrub_all script [installed]
- smtp-forwarder: for xfs_scrub_fail script [installed]
-installing thin-provisioning-tools...
-installing lvm2...
-installing f2fs-tools...
-installing archinstall...
-Optional dependencies for archinstall
- python-systemd: for systemd-journald support
-:: Running post-transaction hooks...
-(1/4) Reloading system manager configuration...
-(2/4) Reloading device manager configuration...
-(3/4) Arming ConditionNeedsUpdate...
-(4/4) Updating linux initcpios...
-==> Building image from preset: /etc/mkinitcpio.d/linux-lts.preset: 'default'
-==> Using default configuration file: '/etc/mkinitcpio.conf'
- -> -k /boot/vmlinuz-linux-lts -g /boot/initramfs-linux-lts.img
-==> Starting build: '6.12.32-1-lts'
- -> Running build hook: [base]
- -> Running build hook: [udev]
- -> Running build hook: [autodetect]
- -> Running build hook: [microcode]
- -> Running build hook: [modconf]
- -> Running build hook: [kms]
- -> Running build hook: [keyboard]
- -> Running build hook: [keymap]
- -> Running build hook: [consolefont]
-==> WARNING: consolefont: no font found in configuration
- -> Running build hook: [block]
- -> Running build hook: [filesystems]
- -> Running build hook: [fsck]
-==> Generating module dependencies
-==> Creating zstd-compressed initcpio image: '/boot/initramfs-linux-lts.img'
- -> Early uncompressed CPIO image generation successful
-==> Initcpio image generation successful
-==> Building image from preset: /etc/mkinitcpio.d/linux-lts.preset: 'fallback'
-==> Using default configuration file: '/etc/mkinitcpio.conf'
- -> -k /boot/vmlinuz-linux-lts -g /boot/initramfs-linux-lts-fallback.img -S autodetect
-==> Starting build: '6.12.32-1-lts'
- -> Running build hook: [base]
- -> Running build hook: [udev]
- -> Running build hook: [microcode]
- -> Running build hook: [modconf]
- -> Running build hook: [kms]
-==> WARNING: Possibly missing firmware for module: 'ast'
- -> Running build hook: [keyboard]
-==> WARNING: Possibly missing firmware for module: 'xhci_pci_renesas'
- -> Running build hook: [keymap]
- -> Running build hook: [consolefont]
-==> WARNING: consolefont: no font found in configuration
- -> Running build hook: [block]
-==> WARNING: Possibly missing firmware for module: 'aic94xx'
-==> WARNING: Possibly missing firmware for module: 'bfa'
-==> WARNING: Possibly missing firmware for module: 'qed'
-==> WARNING: Possibly missing firmware for module: 'qla1280'
-==> WARNING: Possibly missing firmware for module: 'qla2xxx'
-==> WARNING: Possibly missing firmware for module: 'wd719x'
- -> Running build hook: [filesystems]
- -> Running build hook: [fsck]
-==> Generating module dependencies
-==> Creating zstd-compressed initcpio image: '/boot/initramfs-linux-lts-fallback.img'
- -> Early uncompressed CPIO image generation successful
-==> Initcpio image generation successful
-==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
-==> Using default configuration file: '/etc/mkinitcpio.conf'
- -> -k /boot/vmlinuz-linux -g /boot/initramfs-linux.img
-==> Starting build: '6.14.10-arch1-1'
- -> Running build hook: [base]
- -> Running build hook: [udev]
- -> Running build hook: [autodetect]
- -> Running build hook: [microcode]
- -> Running build hook: [modconf]
- -> Running build hook: [kms]
- -> Running build hook: [keyboard]
- -> Running build hook: [keymap]
- -> Running build hook: [consolefont]
-==> WARNING: consolefont: no font found in configuration
- -> Running build hook: [block]
- -> Running build hook: [filesystems]
- -> Running build hook: [fsck]
-==> Generating module dependencies
-==> Creating zstd-compressed initcpio image: '/boot/initramfs-linux.img'
- -> Early uncompressed CPIO image generation successful
-==> Initcpio image generation successful
-==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
-==> Using default configuration file: '/etc/mkinitcpio.conf'
- -> -k /boot/vmlinuz-linux -g /boot/initramfs-linux-fallback.img -S autodetect
-==> Starting build: '6.14.10-arch1-1'
- -> Running build hook: [base]
- -> Running build hook: [udev]
- -> Running build hook: [microcode]
- -> Running build hook: [modconf]
- -> Running build hook: [kms]
-==> WARNING: Possibly missing firmware for module: 'ast'
- -> Running build hook: [keyboard]
-==> WARNING: Possibly missing firmware for module: 'xhci_pci_renesas'
- -> Running build hook: [keymap]
- -> Running build hook: [consolefont]
-==> WARNING: consolefont: no font found in configuration
- -> Running build hook: [block]
-==> WARNING: Possibly missing firmware for module: 'aic94xx'
-==> WARNING: Possibly missing firmware for module: 'bfa'
-==> WARNING: Possibly missing firmware for module: 'qed'
-==> WARNING: Possibly missing firmware for module: 'qla1280'
-==> WARNING: Possibly missing firmware for module: 'qla2xxx'
-==> WARNING: Possibly missing firmware for module: 'wd719x'
- -> Running build hook: [filesystems]
- -> Running build hook: [fsck]
-==> Generating module dependencies
-==> Creating zstd-compressed initcpio image: '/boot/initramfs-linux-fallback.img'
- -> Early uncompressed CPIO image generation successful
-==> Initcpio image generation successful
-...installing aria2 via pacman @ 15:09:49
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (1) aria2-1.37.0-2
-
-Total Download Size: 1.43 MiB
-Total Installed Size: 5.35 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- aria2-1.37.0-2-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing aria2...
-:: Running post-transaction hooks...
-(1/1) Arming ConditionNeedsUpdate...
-...installing bc via pacman @ 15:09:51
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (1) bc-1.08.2-1
-
-Total Download Size: 0.09 MiB
-Total Installed Size: 0.17 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- bc-1.08.2-1-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing bc...
-:: Running post-transaction hooks...
-(1/2) Arming ConditionNeedsUpdate...
-(2/2) Updating the info directory file...
-...installing calibre via pacman @ 15:09:54
-resolving dependencies...
-:: There are 2 providers available for qt6-multimedia-backend:
-:: Repository extra
- 1) qt6-multimedia-ffmpeg 2) qt6-multimedia-gstreamer
-
-Enter a number (default=1):
-looking for conflicting packages...
-warning: dependency cycle detected:
-warning: python-soupsieve will be installed before its python-beautifulsoup4 dependency
-warning: dependency cycle detected:
-warning: qt6-multimedia-ffmpeg will be installed before its qt6-multimedia dependency
-
-Packages (64) chmlib-0.40-8 hunspell-1.7.2-2 jasper-4.2.5-1 jxrlib-0.2.4-2 libmng-2.0.3-4 libunrar-1:7.1.6-1 libwmf-0.2.13-4 mathjax-3.2.2-2 optipng-7.9.1-1 podofo-0.10.4-2 python-apsw-3.49.2.0-1 python-beautifulsoup4-4.13.3-1 python-brotli-1.1.0-3 python-brotlicffi-1.1.0.0-3 python-chardet-5.2.0-6 python-css-parser-1.0.10-3 python-cssselect-1.2.0-8 python-dateutil-2.9.0-6 python-deprecated-1.2.18-1 python-dnspython-1:2.7.0-1 python-faust-cchardet-2.1.19-3 python-feedparser-6.0.11-3 python-html2text-2024.2.26-2 python-html5-parser-0.4.12-4 python-ifaddr-0.2.0-6 python-inflate64-1.0.3-1 python-jaconv-0.4.0-1 python-lxml-5.4.0-1 python-lxml-html-clean-0.2.0-2 python-markdown-3.8-1 python-mechanize-1:0.4.10-2 python-multivolumefile-0.2.3-9 python-netifaces-0.11.0-7 python-pdftotext-2.2.2-9 python-psutil-7.0.0-1 python-py7zr-1.0.0-1 python-pybcj-1.0.6-1 python-pychm-0.8.6-9 python-pycryptodome-3.23.0-1 python-pycryptodomex-3.23.0-1 python-pykakasi-2.3.0-2 python-pyppmd-1.2.0-1 python-pyqt6-6.9.1-1 python-pyqt6-sip-13.10.2-1 python-pyqt6-webengine-6.9.0-1 python-pyzstd-0.17.0-1 python-regex-2024.11.6-2 python-sgmllib3k-1.0.0-7 python-soupsieve-2.6-2 python-texttable-1.7.0-3 python-unrardll-0.1.7-4 python-wrapt-1.16.0-4 python-xxhash-3.5.0-1 python-zeroconf-0.147.0-2 python-zstandard-0.23.0-2 qt6-imageformats-6.9.1-1 qt6-multimedia-6.9.1-1 qt6-multimedia-ffmpeg-6.9.1-1 qt6-positioning-6.9.1-1 qt6-speech-6.9.1-1 qt6-webchannel-6.9.1-1 qt6-webengine-6.9.1-1 re2-1:20240702-5 calibre-8.4.0-2
-
-Total Download Size: 145.33 MiB
-Total Installed Size: 507.41 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- qt6-webengine-6.9.1-1-x86_64 downloading...
- calibre-8.4.0-2-x86_64 downloading...
- python-pyqt6-6.9.1-1-x86_64 downloading...
- libwmf-0.2.13-4-x86_64 downloading...
- python-pykakasi-2.3.0-2-any downloading...
- python-pycryptodomex-3.23.0-1-x86_64 downloading...
- mathjax-3.2.2-2-any downloading...
- python-lxml-5.4.0-1-x86_64 downloading...
- qt6-multimedia-6.9.1-1-x86_64 downloading...
- python-apsw-3.49.2.0-1-x86_64 downloading...
- python-pycryptodome-3.23.0-1-x86_64 downloading...
- python-zeroconf-0.147.0-2-x86_64 downloading...
- podofo-0.10.4-2-x86_64 downloading...
- qt6-multimedia-ffmpeg-6.9.1-1-x86_64 downloading...
- python-dnspython-1:2.7.0-1-any downloading...
- hunspell-1.7.2-2-x86_64 downloading...
- qt6-positioning-6.9.1-1-x86_64 downloading...
- python-regex-2024.11.6-2-x86_64 downloading...
- python-beautifulsoup4-4.13.3-1-any downloading...
- python-css-parser-1.0.10-3-any downloading...
- python-brotli-1.1.0-3-x86_64 downloading...
- python-zstandard-0.23.0-2-x86_64 downloading...
- python-dateutil-2.9.0-6-any downloading...
- python-chardet-5.2.0-6-any downloading...
- python-mechanize-1:0.4.10-2-any downloading...
- jasper-4.2.5-1-x86_64 downloading...
- python-psutil-7.0.0-1-x86_64 downloading...
- jxrlib-0.2.4-2-x86_64 downloading...
- libmng-2.0.3-4-x86_64 downloading...
- libunrar-1:7.1.6-1-x86_64 downloading...
- python-markdown-3.8-1-any downloading...
- re2-1:20240702-5-x86_64 downloading...
- python-html5-parser-0.4.12-4-x86_64 downloading...
- python-py7zr-1.0.0-1-any downloading...
- python-pyqt6-webengine-6.9.0-1-x86_64 downloading...
- qt6-webchannel-6.9.1-1-x86_64 downloading...
- qt6-speech-6.9.1-1-x86_64 downloading...
- python-faust-cchardet-2.1.19-3-x86_64 downloading...
- python-feedparser-6.0.11-3-any downloading...
- python-soupsieve-2.6-2-any downloading...
- python-pyzstd-0.17.0-1-x86_64 downloading...
- qt6-imageformats-6.9.1-1-x86_64 downloading...
- python-pyppmd-1.2.0-1-x86_64 downloading...
- python-pyqt6-sip-13.10.2-1-x86_64 downloading...
- python-wrapt-1.16.0-4-x86_64 downloading...
- python-cssselect-1.2.0-8-any downloading...
- optipng-7.9.1-1-x86_64 downloading...
- python-html2text-2024.2.26-2-any downloading...
- python-inflate64-1.0.3-1-x86_64 downloading...
- python-pybcj-1.0.6-1-x86_64 downloading...
- python-jaconv-0.4.0-1-any downloading...
- python-pychm-0.8.6-9-x86_64 downloading...
- python-lxml-html-clean-0.2.0-2-any downloading...
- python-multivolumefile-0.2.3-9-any downloading...
- python-brotlicffi-1.1.0.0-3-x86_64 downloading...
- chmlib-0.40-8-x86_64 downloading...
- python-unrardll-0.1.7-4-x86_64 downloading...
- python-texttable-1.7.0-3-any downloading...
- python-ifaddr-0.2.0-6-any downloading...
- python-xxhash-3.5.0-1-x86_64 downloading...
- python-deprecated-1.2.18-1-any downloading...
- python-sgmllib3k-1.0.0-7-any downloading...
- python-netifaces-0.11.0-7-x86_64 downloading...
- python-pdftotext-2.2.2-9-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing hunspell...
-Optional dependencies for hunspell
- perl: for ispellaff2myspell [installed]
-installing jxrlib...
-installing libwmf...
-Optional dependencies for libwmf
- gdk-pixbuf2: for pixbuf loader [installed]
-installing mathjax...
-installing optipng...
-installing podofo...
-installing python-apsw...
-installing python-soupsieve...
-installing python-beautifulsoup4...
-Optional dependencies for python-beautifulsoup4
- python-cchardet: alternative to autodetect character encodings [pending]
- python-chardet: to autodetect character encodings [pending]
- python-lxml: alternative HTML parser [pending]
- python-html5lib: alternative HTML parser [installed]
-installing python-css-parser...
-installing python-cssselect...
-installing python-dateutil...
-installing python-dnspython...
-Optional dependencies for python-dnspython
- python-cryptography: DNSSEC support [installed]
- python-requests-toolbelt: DoH support [installed]
- python-idna: support for updated IDNA 2008 [installed]
- python-curio: async support
- python-trio: async support
- python-sniffio: async support
-installing python-faust-cchardet...
-installing python-sgmllib3k...
-installing python-feedparser...
-Optional dependencies for python-feedparser
- python-chardet: for character encoding auto-detection [pending]
- python-cchardet: for faster character encoding auto-detection [installed]
-installing python-html2text...
-installing python-chardet...
-installing python-lxml...
-Optional dependencies for python-lxml
- python-beautifulsoup4: support for beautifulsoup parser to parse not well formed HTML [installed]
- python-cssselect: support for cssselect [installed]
- python-html5lib: support for html5lib parser [installed]
- python-lxml-docs: offline docs
- python-lxml-html-clean: enable htmlclean feature [pending]
-installing python-html5-parser...
-Optional dependencies for python-html5-parser
- python-beautifulsoup4: to use the soup treebuilder [installed]
-installing python-lxml-html-clean...
-installing python-markdown...
-Optional dependencies for python-markdown
- python-yaml: parse Python in YAML metadata [installed]
-installing python-mechanize...
-Optional dependencies for python-mechanize
- python-html5-parser: faster parsing of HTML [installed]
-installing python-netifaces...
-installing python-pdftotext...
-installing python-psutil...
-installing python-brotli...
-installing python-brotlicffi...
-installing python-multivolumefile...
-installing python-pybcj...
-installing python-pycryptodomex...
-installing python-pyppmd...
-installing python-pyzstd...
-installing python-texttable...
-Optional dependencies for python-texttable
- python-cjkwrap: for better CJK support
-installing python-inflate64...
-installing python-py7zr...
-installing chmlib...
-installing python-pychm...
-installing python-pycryptodome...
-installing python-wrapt...
-installing python-deprecated...
-installing python-jaconv...
-installing python-pykakasi...
-installing python-pyqt6-sip...
-installing python-pyqt6...
-Optional dependencies for python-pyqt6
- qt6-tools: QtHelp, QtDesigner bindings [installed]
- qt6-svg: QtSvg bindings [installed]
- qt6-declarative: QtQml bindings, qmlplugin [installed]
- qt6-quick3d: QtQuick3D bindings
- qt6-connectivity: QtBluetooth, QtNfc bindings
- qt6-multimedia: QtMultimedia, QtSpatialAudio bindings [pending]
- qt6-positioning: QtPositioning bindings [pending]
- qt6-remoteobjects: QtRemoteObjects bindings
- qt6-scxml: QtStateMachine bindings [installed]
- qt6-sensors: QtSensors bindings
- qt6-serialport: QtSerialPort bindings
- qt6-speech: QtTextToSpeech bindings [pending]
- qt6-webchannel: QtWebChannel bindings [pending]
- qt6-webengine: QtPdf bindings [pending]
- qt6-websockets: QtWebSockets bindings
- dbus-python: for python-dbus mainloop support [installed]
-installing qt6-positioning...
-Optional dependencies for qt6-positioning
- geoclue: geoclue2 plugin
- qt6-declarative: QML bindings [installed]
- qt6-serialport: NMEA plugin
-installing qt6-webchannel...
-installing re2...
-installing qt6-webengine...
-Optional dependencies for qt6-webengine
- pipewire: WebRTC desktop sharing under Wayland [installed]
-installing python-pyqt6-webengine...
-installing python-regex...
-installing libunrar...
-installing python-unrardll...
-installing python-xxhash...
-installing python-ifaddr...
-installing python-zeroconf...
-installing python-zstandard...
-Optional dependencies for python-zstandard
- python-cffi [installed]
-installing jasper...
-Optional dependencies for jasper
- jasper-doc: documentation
-installing libmng...
-installing qt6-imageformats...
-installing qt6-multimedia-ffmpeg...
-installing qt6-multimedia...
-Optional dependencies for qt6-multimedia
- qt6-declarative: QML bindings [installed]
- qt6-quick3d: for QtQuick3DAudio
-installing qt6-speech...
-Optional dependencies for qt6-speech
- flite: flite TTS backend
- speech-dispatcher: speech-dispatcher TTS backend
- qt6-declarative: QML bindings [installed]
-installing calibre...
-Optional dependencies for calibre
- poppler: required for converting pdf to html [installed]
- python-fonttools: required for font subset feature in epub editor
- speech-dispatcher: TTS support in the viewer
-:: Running post-transaction hooks...
-(1/5) Arming ConditionNeedsUpdate...
-(2/5) Updating the MIME type database...
-(3/5) Probing GDK-Pixbuf loader modules...
-(4/5) Updating icon theme caches...
-(5/5) Updating the desktop file MIME type cache...
-...installing dash via pacman @ 15:11:01
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (1) dash-0.5.12-1
-
-Total Download Size: 0.08 MiB
-Total Installed Size: 0.15 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- dash-0.5.12-1-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing dash...
-:: Running post-transaction hooks...
-(1/1) Arming ConditionNeedsUpdate...
-...installing devtools via pacman @ 15:11:02
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (15) apr-1.7.6-1 apr-util-1.6.3-2 breezy-3.3.11-1 expac-10-11 glow-2.1.1-1 gum-0.16.1-1 mercurial-7.0.2-1 parallel-20250522-1 python-configobj-5.0.9-5 python-fastbencode-0.3.2-1 python-merge3-0.0.15-2 python-patiencediff-0.2.15-2 serf-1.3.10-2 subversion-1.14.5-3 devtools-1:1.3.2-1
-
-Total Download Size: 31.55 MiB
-Total Installed Size: 160.97 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- subversion-1.14.5-3-x86_64 downloading...
- breezy-3.3.11-1-x86_64 downloading...
- mercurial-7.0.2-1-x86_64 downloading...
- glow-2.1.1-1-x86_64 downloading...
- gum-0.16.1-1-x86_64 downloading...
- parallel-20250522-1-any downloading...
- apr-1.7.6-1-x86_64 downloading...
- apr-util-1.6.3-2-x86_64 downloading...
- devtools-1:1.3.2-1-any downloading...
- python-configobj-5.0.9-5-any downloading...
- python-fastbencode-0.3.2-1-x86_64 downloading...
- serf-1.3.10-2-x86_64 downloading...
- python-patiencediff-0.2.15-2-x86_64 downloading...
- python-merge3-0.0.15-2-any downloading...
- expac-10-11-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing expac...
-installing glow...
-installing gum...
-installing parallel...
-Optional dependencies for parallel
- parallel-docs: documentation
-installing python-configobj...
-installing python-fastbencode...
-installing python-merge3...
-installing python-patiencediff...
-installing breezy...
-Optional dependencies for breezy
- python-fastimport: Fastimport support
- python-gpgme: PGP support
- python-paramiko: access branches over SFTP [installed]
-installing mercurial...
-Optional dependencies for mercurial
- tk: for the hgk GUI
-installing apr...
-installing apr-util...
-Optional dependencies for apr-util
- gdbm: enable gdbm support [installed]
- libldap: enable ldap support [installed]
- unixodbc: enable odbc support
- mariadb-libs: enable mysql/mariadb support
- postgresql-libs: enable postgres support
- db: enable berkley db support
- sqlite: enable sqlite support [installed]
- nss: enable nss crypto support [installed]
- openssl: enable openssl crypto support [installed]
-installing serf...
-installing subversion...
-Optional dependencies for subversion
- libsecret: for GNOME Keyring for auth credentials [installed]
- kwallet5: for KWallet for auth credentials
- bash-completion: for svn bash completion
- python: for some hook scripts [installed]
- java-environment: for Java support [installed]
- ruby: for some hook scripts [installed]
-installing devtools...
-Optional dependencies for devtools
- btrfs-progs: btrfs support [installed]
- bat: pretty printing for pkgctl search
- nvchecker: pkgctl version subcommand
-:: Running post-transaction hooks...
-(1/4) Reloading system manager configuration...
-(2/4) Creating temporary files...
-(3/4) Arming ConditionNeedsUpdate...
-(4/4) Checking for old perl modules...
-...installing dfc via pacman @ 15:11:14
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (1) dfc-3.1.1-4
-
-Total Download Size: 0.04 MiB
-Total Installed Size: 0.09 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- dfc-3.1.1-4-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing dfc...
-:: Running post-transaction hooks...
-(1/1) Arming ConditionNeedsUpdate...
-...installing docx2txt via pacman @ 15:11:16
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (1) docx2txt-1.4-6
-
-Total Download Size: 0.01 MiB
-Total Installed Size: 0.02 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- docx2txt-1.4-6-any downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing docx2txt...
-:: Running post-transaction hooks...
-(1/1) Arming ConditionNeedsUpdate...
-...installing entr via pacman @ 15:11:18
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (1) entr-5.7-1
-
-Total Download Size: 0.01 MiB
-Total Installed Size: 0.03 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- entr-5.7-1-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing entr...
-:: Running post-transaction hooks...
-(1/1) Arming ConditionNeedsUpdate...
-...installing faac via pacman @ 15:11:20
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (1) faac-1.31.1-1
-
-Total Download Size: 0.08 MiB
-Total Installed Size: 0.22 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- faac-1.31.1-1-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing faac...
-:: Running post-transaction hooks...
-(1/1) Arming ConditionNeedsUpdate...
-...installing faad2 via pacman @ 15:11:21
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (1) faad2-2.11.2-1
-
-Total Download Size: 0.22 MiB
-Total Installed Size: 0.64 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- faad2-2.11.2-1-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing faad2...
-:: Running post-transaction hooks...
-(1/1) Arming ConditionNeedsUpdate...
-...installing fastfetch via pacman @ 15:11:22
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (2) yyjson-0.11.1-1 fastfetch-2.45.0-1
-
-Total Download Size: 0.63 MiB
-Total Installed Size: 2.16 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- fastfetch-2.45.0-1-x86_64 downloading...
- yyjson-0.11.1-1-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing yyjson...
-installing fastfetch...
-Optional dependencies for fastfetch
- chafa: Image output as ascii art
- dbus: Bluetooth, Player & Media detection [installed]
- dconf: Needed for values that are only stored in DConf + Fallback for GSettings [installed]
- ddcutil: Brightness detection of external displays
- directx-headers: GPU detection in WSL
- glib2: Output for values that are only stored in GSettings [installed]
- hwdata: GPU output [installed]
- imagemagick: Image output using sixel or kitty graphics protocol [installed]
- libdrm: Displays detection [installed]
- libelf: st term font detection and fast path of systemd version detection [installed]
- libpulse: Sound detection [installed]
- libxrandr: Multi monitor support [installed]
- ocl-icd: OpenCL module [installed]
- python: Needed for zsh and fish completions [installed]
- sqlite: Needed for Sqlite integration and Soar packages count [installed]
- vulkan-icd-loader: Vulkan module & fallback for GPU output [installed]
- xfconf: Needed for XFWM theme and XFCE Terminal font
- zlib: Faster image output when using kitty graphics protocol [installed]
-:: Running post-transaction hooks...
-(1/1) Arming ConditionNeedsUpdate...
-...installing fdupes via pacman @ 15:11:24
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (1) fdupes-1:2.4.0-1
-
-Total Download Size: 0.04 MiB
-Total Installed Size: 0.10 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- fdupes-1:2.4.0-1-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing fdupes...
-:: Running post-transaction hooks...
-(1/1) Arming ConditionNeedsUpdate...
-...installing figlet via pacman @ 15:11:25
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (1) figlet-2.2.5-6
-
-Total Download Size: 0.10 MiB
-Total Installed Size: 0.63 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- figlet-2.2.5-6-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing figlet...
-:: Running post-transaction hooks...
-(1/1) Arming ConditionNeedsUpdate...
-...installing filezilla via pacman @ 15:11:27
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (5) libfilezilla-1:0.50.0-1 libmspack-1:1.11-1 wxwidgets-common-3.2.8.1-2 wxwidgets-gtk3-3.2.8.1-2 filezilla-3.69.1-1
-
-Total Download Size: 12.19 MiB
-Total Installed Size: 49.44 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- wxwidgets-gtk3-3.2.8.1-2-x86_64 downloading...
- filezilla-3.69.1-1-x86_64 downloading...
- wxwidgets-common-3.2.8.1-2-x86_64 downloading...
- libfilezilla-1:0.50.0-1-x86_64 downloading...
- libmspack-1:1.11-1-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing libfilezilla...
-installing libmspack...
-installing wxwidgets-common...
-installing wxwidgets-gtk3...
-Optional dependencies for wxwidgets-gtk3
- webkit2gtk-4.1: for webview support [installed]
-installing filezilla...
-:: Running post-transaction hooks...
-(1/3) Arming ConditionNeedsUpdate...
-(2/3) Updating icon theme caches...
-(3/3) Updating the desktop file MIME type cache...
-...installing gparted via pacman @ 15:11:32
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (2) gtkmm3-3.24.10-1 gparted-1.7.0-1
-
-Total Download Size: 3.07 MiB
-Total Installed Size: 16.42 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- gparted-1.7.0-1-x86_64 downloading...
- gtkmm3-3.24.10-1-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing gtkmm3...
-installing gparted...
-Optional dependencies for gparted
- dosfstools: for FAT16 and FAT32 partitions [installed]
- jfsutils: for jfs partitions
- f2fs-tools: for Flash-Friendly File System [installed]
- btrfs-progs: for btrfs partitions [installed]
- exfatprogs: for exFAT partitions
- ntfs-3g: for ntfs partitions [installed]
- udftools: for UDF file system support
- xfsprogs: for xfs partitions [installed]
- nilfs-utils: for nilfs2 support
- polkit: to run gparted from application menu [installed]
- gpart: for recovering corrupt partition tables
- mtools: utilities to access MS-DOS disks
- xorg-xhost: authorization from wayland [installed]
-:: Running post-transaction hooks...
-(1/3) Arming ConditionNeedsUpdate...
-(2/3) Updating icon theme caches...
-(3/3) Updating the desktop file MIME type cache...
-...installing gst-plugin-pipewire via pacman @ 15:11:37
-warning: gst-plugin-pipewire-1:1.4.5-1 is up to date -- skipping
- there is nothing to do
-...installing gst-plugins-base via pacman @ 15:11:37
-warning: gst-plugins-base-1.26.2-1 is up to date -- skipping
- there is nothing to do
-...installing gst-plugins-good via pacman @ 15:11:38
-warning: gst-plugins-good-1.26.2-1 is up to date -- skipping
- there is nothing to do
-...installing gstreamer via pacman @ 15:11:38
-warning: gstreamer-1.26.2-1 is up to date -- skipping
- there is nothing to do
-...installing gucharmap via pacman @ 15:11:38
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (1) gucharmap-15.1.5-1
-
-Total Download Size: 2.44 MiB
-Total Installed Size: 9.51 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- gucharmap-15.1.5-1-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing gucharmap...
-:: Running post-transaction hooks...
-(1/3) Arming ConditionNeedsUpdate...
-(2/3) Compiling GSettings XML schema files...
-(3/3) Updating the desktop file MIME type cache...
-...installing gzip via pacman @ 15:11:42
-warning: gzip-1.14-2 is up to date -- skipping
- there is nothing to do
-...installing handbrake via pacman @ 15:11:42
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (1) handbrake-1.9.2-3
-
-Total Download Size: 12.67 MiB
-Total Installed Size: 51.45 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- handbrake-1.9.2-3-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing handbrake...
-Optional dependencies for handbrake
- gst-plugins-good: for video previews [installed]
- gst-libav: for video previews
- gvfs: for CD/DVD drive access
- intel-media-sdk: Intel QuickSync support
- libdvdcss: for decoding encrypted DVDs
-:: Running post-transaction hooks...
-(1/3) Arming ConditionNeedsUpdate...
-(2/3) Updating icon theme caches...
-(3/3) Updating the desktop file MIME type cache...
-...installing ledger via pacman @ 15:11:51
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (1) ledger-3.3.2-9
-
-Total Download Size: 1.31 MiB
-Total Installed Size: 9.43 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- ledger-3.3.2-9-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing ledger...
-Optional dependencies for ledger
- emacs: emacs interface [installed]
- python: python library [installed]
-:: Running post-transaction hooks...
-(1/1) Arming ConditionNeedsUpdate...
-...installing libconfig via pacman @ 15:11:54
-warning: libconfig-1.8.1-1 is up to date -- skipping
- there is nothing to do
-...installing libmad via pacman @ 15:11:55
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (1) libmad-0.15.1b-10
-
-Total Download Size: 0.06 MiB
-Total Installed Size: 0.16 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- libmad-0.15.1b-10-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing libmad...
-:: Running post-transaction hooks...
-(1/1) Arming ConditionNeedsUpdate...
-...installing libmpeg2 via pacman @ 15:11:59
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (1) libmpeg2-0.5.1-10
-
-Total Download Size: 0.07 MiB
-Total Installed Size: 0.23 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- libmpeg2-0.5.1-10-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing libmpeg2...
-:: Running post-transaction hooks...
-(1/1) Arming ConditionNeedsUpdate...
-...installing maim via pacman @ 15:12:00
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (3) glew-2.2.0-7 slop-7.6-6 maim-5.8.0-3
-
-Total Download Size: 0.66 MiB
-Total Installed Size: 4.17 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- glew-2.2.0-7-x86_64 downloading...
- slop-7.6-6-x86_64 downloading...
- maim-5.8.0-3-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing glew...
-Optional dependencies for glew
- libx11: for glxewinfo and visualinfo [installed]
-installing slop...
-installing maim...
-:: Running post-transaction hooks...
-(1/1) Arming ConditionNeedsUpdate...
-...installing mediainfo via pacman @ 15:12:02
-warning: mediainfo-25.04-1 is up to date -- skipping
- there is nothing to do
-...installing mosh via pacman @ 15:12:02
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (2) python-absl-2.1.0-3 mosh-1.4.0-23
-
-Total Download Size: 0.43 MiB
-Total Installed Size: 2.04 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- python-absl-2.1.0-3-any downloading...
- mosh-1.4.0-23-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing python-absl...
-installing mosh...
-:: Running post-transaction hooks...
-(1/1) Arming ConditionNeedsUpdate...
-...installing mpc via pacman @ 15:12:04
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (2) libmpdclient-2.22-1 mpc-0.35-1
-
-Total Download Size: 0.12 MiB
-Total Installed Size: 0.45 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- libmpdclient-2.22-1-x86_64 downloading...
- mpc-0.35-1-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing libmpdclient...
-installing mpc...
-:: Running post-transaction hooks...
-(1/1) Arming ConditionNeedsUpdate...
-...installing mpd via pacman @ 15:12:05
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (13) chromaprint-1.5.1-10 fluidsynth-2.4.6-1 libao-1.2.2-6 libgme-0.6.4-1 libid3tag-0.16.3-2 libinstpatch-1.1.7-2 libmikmod-3.3.13-1 libmpcdec-1:0.1+r475-6 libsidplayfp-2.14.0-1 libupnp-1.14.23-1 wildmidi-0.4.6-1 zziplib-0.13.80-1 mpd-0.24.4-1
-
-Total Download Size: 4.94 MiB
-Total Installed Size: 11.16 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- mpd-0.24.4-1-x86_64 downloading...
- libinstpatch-1.1.7-2-x86_64 downloading...
- fluidsynth-2.4.6-1-x86_64 downloading...
- libupnp-1.14.23-1-x86_64 downloading...
- libmikmod-3.3.13-1-x86_64 downloading...
- libsidplayfp-2.14.0-1-x86_64 downloading...
- libgme-0.6.4-1-x86_64 downloading...
- wildmidi-0.4.6-1-x86_64 downloading...
- zziplib-0.13.80-1-x86_64 downloading...
- libao-1.2.2-6-x86_64 downloading...
- chromaprint-1.5.1-10-x86_64 downloading...
- libid3tag-0.16.3-2-x86_64 downloading...
- libmpcdec-1:0.1+r475-6-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing libgme...
-installing libmpcdec...
-installing libsidplayfp...
-Optional dependencies for libsidplayfp
- vice: better SID support
-installing wildmidi...
-installing zziplib...
-installing chromaprint...
-installing libinstpatch...
-installing fluidsynth...
-installing libao...
-installing libid3tag...
-installing libmikmod...
-installing libupnp...
-installing mpd...
-:: Running post-transaction hooks...
-(1/7) Creating system user accounts...
-Creating group 'mpd' with GID 45.
-Creating user 'mpd' (n/a) with UID 45 and GID 45.
-(2/7) Reloading system manager configuration...
-(3/7) Reloading user manager configuration...
-(4/7) Creating temporary files...
-(5/7) Arming ConditionNeedsUpdate...
-(6/7) Updating icon theme caches...
-(7/7) Updating the info directory file...
-...installing ncmpcpp via pacman @ 15:12:12
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (1) ncmpcpp-0.10.1-4
-
-Total Download Size: 0.78 MiB
-Total Installed Size: 2.60 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- ncmpcpp-0.10.1-4-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing ncmpcpp...
-:: Running post-transaction hooks...
-(1/1) Arming ConditionNeedsUpdate...
-...installing obs-studio via pacman @ 15:12:13
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (7) libdatachannel-0.22.6-1 libjuice-1.6.0-1 libsrtp-1:2.7.0-1 mbedtls-3.6.3-1 rnnoise-1:0.2-1 uthash-2.3.0-2 obs-studio-31.0.3-2
-
-Total Download Size: 9.59 MiB
-Total Installed Size: 34.06 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- obs-studio-31.0.3-2-x86_64 downloading...
- rnnoise-1:0.2-1-x86_64 downloading...
- mbedtls-3.6.3-1-x86_64 downloading...
- libdatachannel-0.22.6-1-x86_64 downloading...
- libjuice-1.6.0-1-x86_64 downloading...
- libsrtp-1:2.7.0-1-x86_64 downloading...
- uthash-2.3.0-2-any downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing mbedtls...
-installing rnnoise...
-installing libjuice...
-installing libsrtp...
-installing libdatachannel...
-installing uthash...
-installing obs-studio...
-Optional dependencies for obs-studio
- libfdk-aac: FDK AAC codec support [installed]
- libva-intel-driver: hardware encoding [installed]
- libva-mesa-driver: hardware encoding [installed]
- luajit: scripting support [installed]
- python: scripting support [installed]
- sndio: Sndio input client
- qrcodegencpp-cmake: websocket support
- v4l2loopback-dkms: virtual camera support
-:: Running post-transaction hooks...
-(1/3) Arming ConditionNeedsUpdate...
-(2/3) Updating icon theme caches...
-(3/3) Updating the desktop file MIME type cache...
-...installing obsidian via pacman @ 15:12:18
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (1) obsidian-1.8.10-1
-
-Total Download Size: 6.03 MiB
-Total Installed Size: 24.70 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- obsidian-1.8.10-1-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing obsidian...
-You can add custom permanent flags for Obsidian in .config/obsidian/user-flags.conf
-:: Running post-transaction hooks...
-(1/2) Arming ConditionNeedsUpdate...
-(2/2) Updating the desktop file MIME type cache...
-...installing odt2txt via pacman @ 15:12:23
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (2) libzip-1.11.4-1 odt2txt-0.5-6
-
-Total Download Size: 0.26 MiB
-Total Installed Size: 0.50 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- libzip-1.11.4-1-x86_64 downloading...
- odt2txt-0.5-6-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing libzip...
-installing odt2txt...
-:: Running post-transaction hooks...
-(1/1) Arming ConditionNeedsUpdate...
-...installing p7zip via pacman @ 15:12:26
-warning: 7zip-24.09-3 is up to date -- skipping
- there is nothing to do
-...installing pandoc via pacman @ 15:12:27
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (175) haskell-aeson-pretty-0.8.10-60 haskell-appar-0.1.8-15 haskell-asn1-encoding-0.9.6-260 haskell-asn1-parse-0.9.5-260 haskell-asn1-types-0.3.4-239 haskell-async-2.2.5-107 haskell-attoparsec-aeson-2.1.0.0-84 haskell-attoparsec-iso8601-1.1.0.0-81 haskell-auto-update-0.1.6-374 haskell-base-unicode-symbols-0.2.4.2-15 haskell-base16-bytestring-1.0.2.0-110 haskell-base64-bytestring-1.2.1.0-134 haskell-basement-0.0.16-3 haskell-bitvec-1.1.3.0-147 haskell-blaze-builder-0.4.2.3-3 haskell-blaze-html-0.9.2.0-30 haskell-blaze-markup-0.8.3.0-40 haskell-boring-0.2.2-1 haskell-bsb-http-chunked-0.0.0.4-419 haskell-byteorder-1.0.4-26 haskell-call-stack-0.4.0-242 haskell-case-insensitive-1.2.1.0-233 haskell-cassava-0.5.3.2-41 haskell-cereal-0.5.8.3-3 haskell-citeproc-0.8.1-174 haskell-cmdargs-0.10.22-3 haskell-commonmark-0.2.5.1-27 haskell-commonmark-extensions-0.2.5.3-24 haskell-commonmark-pandoc-0.2.2.1-45 haskell-conduit-1.3.6.1-39 haskell-conduit-extra-1.3.6-196 haskell-constraints-0.13.4-81 haskell-cookie-0.4.6-3 haskell-crypton-1.0.0-5 haskell-crypton-connection-0.4.1-9 haskell-crypton-x509-1.7.6-59 haskell-crypton-x509-store-1.6.9-59 haskell-crypton-x509-system-1.6.7-59 haskell-crypton-x509-validation-1.6.13-13 haskell-data-default-0.7.1.1-348 haskell-data-default-class-0.1.2.0-26 haskell-data-default-instances-containers-0.1.0.2-4 haskell-data-default-instances-dlist-0.0.1.2-29 haskell-data-default-instances-old-locale-0.0.1-40 haskell-dec-0.0.6-1 haskell-digest-0.0.1.7-3 haskell-djot-0.1.1.3-30 haskell-doclayout-0.4.0.1-62 haskell-doctemplates-0.11-126 haskell-easy-file-0.2.5-51 haskell-emojis-0.1.4.1-12 haskell-fast-logger-3.2.1-5 haskell-file-embed-0.0.15.0-3 haskell-glob-0.10.2-120 haskell-gridtables-0.1.0.0-81 haskell-haddock-library-1.11.0-82 haskell-hourglass-0.2.12-276 haskell-hslua-2.3.0-106 haskell-hslua-aeson-2.3.0.1-88 haskell-hslua-classes-2.3.0-103 haskell-hslua-core-2.3.1-95 haskell-hslua-list-1.1.3-31 haskell-hslua-marshalling-2.3.1-55 haskell-hslua-module-doclayout-1.1.1-5 haskell-hslua-module-path-1.1.1-6 haskell-hslua-module-system-1.1.1-16 haskell-hslua-module-text-1.1.0.1-78 haskell-hslua-module-version-1.1.1-48 haskell-hslua-module-zip-1.1.1-75 haskell-hslua-objectorientation-2.3.0-99 haskell-hslua-packaging-2.3.1-64 haskell-hslua-repl-0.1.2-61 haskell-hslua-typing-0.1.1-57 haskell-http-api-data-0.5.1-103 haskell-http-client-0.7.18-6 haskell-http-client-tls-0.3.6.4-26 haskell-http-date-0.0.11-167 haskell-http-media-0.8.1.1-44 haskell-http-types-0.12.4-55 haskell-http2-4.1.1-18 haskell-hunit-1.6.2.0-284 haskell-iproute-1.7.15-13 haskell-ipynb-0.2-192 haskell-isocline-1.0.9-3 haskell-jira-wiki-markup-1.5.1-52 haskell-juicypixels-3.3.9-18 haskell-lexer-1.1.1-3 haskell-libyaml-0.1.4-67 haskell-lpeg-1.0.4-57 haskell-lua-2.3.3-29 haskell-memory-0.18.0-38 haskell-mime-types-0.1.2.0-3 haskell-mmorph-1.2.0-7 haskell-monad-control-1.0.3.1-132 haskell-mono-traversable-1.0.21.0-40 haskell-network-3.1.4.0-50 haskell-network-byte-order-0.1.7-3 haskell-network-uri-2.6.4.2-62 haskell-old-locale-1.0.0.7-32 haskell-old-time-1.1.0.4-4 haskell-only-0.1-24 haskell-ordered-containers-0.2.4-30 haskell-pandoc-3.1.12.1-72 haskell-pandoc-lua-engine-0.2.1.2-155 haskell-pandoc-lua-marshal-0.2.7-49 haskell-pandoc-server-0.1.0.5-177 haskell-pandoc-types-1.23.1-74 haskell-pem-0.2.4-316 haskell-pretty-show-1.10-17 haskell-prettyprinter-1.7.1-214 haskell-psqueues-0.2.8.1-18 haskell-recv-0.1.0-60 haskell-resourcet-1.2.6-81 haskell-safe-0.3.21-35 haskell-safe-exceptions-0.1.7.4-51 haskell-servant-0.20.2-52 haskell-servant-server-0.20.2-74 haskell-sha-1.6.4.4-21 haskell-simple-sendfile-0.2.32-98 haskell-singleton-bool-0.1.7-8 haskell-skylighting-0.14.1.1-56 haskell-skylighting-core-0.14.1.1-54 haskell-skylighting-format-ansi-0.1-188 haskell-skylighting-format-blaze-html-0.1.1.3-42 haskell-skylighting-format-context-0.1.0.2-152 haskell-skylighting-format-latex-0.1-187 haskell-socks-0.6.1-267 haskell-some-1.0.6-1 haskell-sop-core-0.5.0.2-3 haskell-split-0.2.5-36 haskell-streaming-commons-0.2.3.0-12 haskell-syb-0.7.2.4-52 haskell-tagsoup-0.14.8-256 haskell-temporary-1.3-682 haskell-texmath-0.12.8.7-42 haskell-text-conversions-0.3.1.1-93 haskell-text-icu-0.8.0.5-33 haskell-th-compat-0.1.6-12 haskell-th-lift-0.8.5-1 haskell-th-lift-instances-0.1.20-79 haskell-time-manager-0.0.1-71 haskell-tls-1.9.0-25 haskell-toml-parser-2.0.1.0-10 haskell-transformers-base-0.4.6-132 haskell-type-equality-1.0.1-2 haskell-typed-process-0.2.12.0-12 haskell-typst-0.5.0.2-24 haskell-typst-symbols-0.1.5-2 haskell-unicode-collation-0.1.3.6-45 haskell-unicode-data-0.5.0-8 haskell-unicode-transforms-0.4.0.1-105 haskell-uniplate-1.6.13-259 haskell-unix-compat-0.7.3-28 haskell-unix-time-0.4.16-12 haskell-unliftio-0.2.25.1-18 haskell-unliftio-core-0.2.1.0-3 haskell-utf8-string-1.0.2-185 haskell-vault-0.3.1.5-221 haskell-vector-algorithms-0.9.1.0-29 haskell-wai-3.2.4-68 haskell-wai-app-static-3.1.9-101 haskell-wai-cors-0.2.7-404 haskell-wai-extra-3.1.17-11 haskell-wai-logger-2.5.0-49 haskell-warp-3.3.30-135 haskell-word8-0.1.3-24 haskell-xml-1.3.14-32 haskell-xml-conduit-1.9.1.4-48 haskell-xml-types-0.3.8-10 haskell-yaml-0.11.11.2-111 haskell-zip-archive-0.4.3.2-32 haskell-zlib-0.6.3.0-90 hslua-cli-1.4.2-15 lua-lpeg-1.1.0-3 pandoc-cli-3.1.12.1-87
-
-Total Download Size: 44.69 MiB
-Total Installed Size: 312.76 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- haskell-pandoc-3.1.12.1-72-x86_64 downloading...
- haskell-texmath-0.12.8.7-42-x86_64 downloading...
- haskell-crypton-1.0.0-5-x86_64 downloading...
- haskell-typst-0.5.0.2-24-x86_64 downloading...
- haskell-juicypixels-3.3.9-18-x86_64 downloading...
- haskell-commonmark-0.2.5.1-27-x86_64 downloading...
- haskell-tls-1.9.0-25-x86_64 downloading...
- haskell-emojis-0.1.4.1-12-x86_64 downloading...
- haskell-skylighting-0.14.1.1-56-x86_64 downloading...
- haskell-basement-0.0.16-3-x86_64 downloading...
- haskell-citeproc-0.8.1-174-x86_64 downloading...
- haskell-tagsoup-0.14.8-256-x86_64 downloading...
- haskell-typst-symbols-0.1.5-2-x86_64 downloading...
- haskell-unicode-collation-0.1.3.6-45-x86_64 downloading...
- haskell-http2-4.1.1-18-x86_64 downloading...
- haskell-text-icu-0.8.0.5-33-x86_64 downloading...
- haskell-skylighting-core-0.14.1.1-54-x86_64 downloading...
- haskell-mono-traversable-1.0.21.0-40-x86_64 downloading...
- haskell-pandoc-types-1.23.1-74-x86_64 downloading...
- haskell-djot-0.1.1.3-30-x86_64 downloading...
- haskell-pandoc-lua-engine-0.2.1.2-155-x86_64 downloading...
- haskell-unicode-data-0.5.0-8-x86_64 downloading...
- haskell-http-client-0.7.18-6-x86_64 downloading...
- haskell-xml-conduit-1.9.1.4-48-x86_64 downloading...
- haskell-blaze-html-0.9.2.0-30-x86_64 downloading...
- haskell-cmdargs-0.10.22-3-x86_64 downloading...
- haskell-conduit-1.3.6.1-39-x86_64 downloading...
- haskell-toml-parser-2.0.1.0-10-x86_64 downloading...
- haskell-vector-algorithms-0.9.1.0-29-x86_64 downloading...
- haskell-mime-types-0.1.2.0-3-x86_64 downloading...
- haskell-commonmark-extensions-0.2.5.3-24-x86_64 downloading...
- haskell-network-3.1.4.0-50-x86_64 downloading...
- haskell-pandoc-lua-marshal-0.2.7-49-x86_64 downloading...
- haskell-wai-extra-3.1.17-11-x86_64 downloading...
- haskell-cassava-0.5.3.2-41-x86_64 downloading...
- haskell-crypton-x509-1.7.6-59-x86_64 downloading...
- haskell-doclayout-0.4.0.1-62-x86_64 downloading...
- haskell-hourglass-0.2.12-276-x86_64 downloading...
- haskell-warp-3.3.30-135-x86_64 downloading...
- haskell-servant-0.20.2-52-x86_64 downloading...
- haskell-bitvec-1.1.3.0-147-x86_64 downloading...
- haskell-uniplate-1.6.13-259-x86_64 downloading...
- haskell-servant-server-0.20.2-74-x86_64 downloading...
- haskell-haddock-library-1.11.0-82-x86_64 downloading...
- haskell-doctemplates-0.11-126-x86_64 downloading...
- haskell-prettyprinter-1.7.1-214-x86_64 downloading...
- haskell-unliftio-0.2.25.1-18-x86_64 downloading...
- haskell-memory-0.18.0-38-x86_64 downloading...
- haskell-jira-wiki-markup-1.5.1-52-x86_64 downloading...
- haskell-http-api-data-0.5.1-103-x86_64 downloading...
- haskell-constraints-0.13.4-81-x86_64 downloading...
- haskell-unicode-transforms-0.4.0.1-105-x86_64 downloading...
- haskell-cereal-0.5.8.3-3-x86_64 downloading...
- haskell-lexer-1.1.1-3-x86_64 downloading...
- haskell-yaml-0.11.11.2-111-x86_64 downloading...
- haskell-sop-core-0.5.0.2-3-x86_64 downloading...
- haskell-iproute-1.7.15-13-x86_64 downloading...
- haskell-streaming-commons-0.2.3.0-12-x86_64 downloading...
- haskell-psqueues-0.2.8.1-18-x86_64 downloading...
- haskell-conduit-extra-1.3.6-196-x86_64 downloading...
- haskell-socks-0.6.1-267-x86_64 downloading...
- haskell-http-types-0.12.4-55-x86_64 downloading...
- haskell-pretty-show-1.10-17-x86_64 downloading...
- haskell-hslua-core-2.3.1-95-x86_64 downloading...
- haskell-xml-types-0.3.8-10-x86_64 downloading...
- haskell-xml-1.3.14-32-x86_64 downloading...
- haskell-zlib-0.6.3.0-90-x86_64 downloading...
- haskell-ipynb-0.2-192-x86_64 downloading...
- haskell-isocline-1.0.9-3-x86_64 downloading...
- haskell-libyaml-0.1.4-67-x86_64 downloading...
- haskell-wai-app-static-3.1.9-101-x86_64 downloading...
- haskell-ordered-containers-0.2.4-30-x86_64 downloading...
- haskell-network-uri-2.6.4.2-62-x86_64 downloading...
- haskell-zip-archive-0.4.3.2-32-x86_64 downloading...
- pandoc-cli-3.1.12.1-87-x86_64 downloading...
- haskell-pandoc-server-0.1.0.5-177-x86_64 downloading...
- haskell-gridtables-0.1.0.0-81-x86_64 downloading...
- haskell-asn1-encoding-0.9.6-260-x86_64 downloading...
- haskell-fast-logger-3.2.1-5-x86_64 downloading...
- haskell-sha-1.6.4.4-21-x86_64 downloading...
- haskell-http-media-0.8.1.1-44-x86_64 downloading...
- haskell-hslua-packaging-2.3.1-64-x86_64 downloading...
- haskell-blaze-markup-0.8.3.0-40-x86_64 downloading...
- haskell-skylighting-format-ansi-0.1-188-x86_64 downloading...
- haskell-syb-0.7.2.4-52-x86_64 downloading...
- haskell-glob-0.10.2-120-x86_64 downloading...
- haskell-asn1-types-0.3.4-239-x86_64 downloading...
- haskell-lua-2.3.3-29-x86_64 downloading...
- haskell-hslua-module-doclayout-1.1.1-5-x86_64 downloading...
- haskell-resourcet-1.2.6-81-x86_64 downloading...
- haskell-old-time-1.1.0.4-4-x86_64 downloading...
- haskell-hunit-1.6.2.0-284-x86_64 downloading...
- haskell-utf8-string-1.0.2-185-x86_64 downloading...
- haskell-hslua-marshalling-2.3.1-55-x86_64 downloading...
- haskell-typed-process-0.2.12.0-12-x86_64 downloading...
- haskell-some-1.0.6-1-x86_64 downloading...
- haskell-hslua-objectorientation-2.3.0-99-x86_64 downloading...
- haskell-crypton-x509-validation-1.6.13-13-x86_64 downloading...
- haskell-safe-0.3.21-35-x86_64 downloading...
- haskell-hslua-module-system-1.1.1-16-x86_64 downloading...
- haskell-blaze-builder-0.4.2.3-3-x86_64 downloading...
- haskell-async-2.2.5-107-x86_64 downloading...
- haskell-crypton-connection-0.4.1-9-x86_64 downloading...
- haskell-hslua-classes-2.3.0-103-x86_64 downloading...
- haskell-commonmark-pandoc-0.2.2.1-45-x86_64 downloading...
- haskell-http-client-tls-0.3.6.4-26-x86_64 downloading...
- haskell-wai-cors-0.2.7-404-x86_64 downloading...
- haskell-hslua-typing-0.1.1-57-x86_64 downloading...
- haskell-http-date-0.0.11-167-x86_64 downloading...
- haskell-th-lift-0.8.5-1-x86_64 downloading...
- haskell-vault-0.3.1.5-221-x86_64 downloading...
- haskell-hslua-module-path-1.1.1-6-x86_64 downloading...
- haskell-unix-time-0.4.16-12-x86_64 downloading...
- haskell-hslua-module-zip-1.1.1-75-x86_64 downloading...
- haskell-case-insensitive-1.2.1.0-233-x86_64 downloading...
- haskell-attoparsec-iso8601-1.1.0.0-81-x86_64 downloading...
- haskell-wai-logger-2.5.0-49-x86_64 downloading...
- haskell-split-0.2.5-36-x86_64 downloading...
- haskell-easy-file-0.2.5-51-x86_64 downloading...
- haskell-network-byte-order-0.1.7-3-x86_64 downloading...
- haskell-base64-bytestring-1.2.1.0-134-x86_64 downloading...
- haskell-aeson-pretty-0.8.10-60-x86_64 downloading...
- haskell-cookie-0.4.6-3-x86_64 downloading...
- haskell-skylighting-format-blaze-html-0.1.1.3-42-x86_64 downloading...
- haskell-mmorph-1.2.0-7-x86_64 downloading...
- haskell-crypton-x509-store-1.6.9-59-x86_64 downloading...
- haskell-wai-3.2.4-68-x86_64 downloading...
- haskell-safe-exceptions-0.1.7.4-51-x86_64 downloading...
- haskell-hslua-module-text-1.1.0.1-78-x86_64 downloading...
- haskell-file-embed-0.0.15.0-3-x86_64 downloading...
- haskell-auto-update-0.1.6-374-x86_64 downloading...
- haskell-monad-control-1.0.3.1-132-x86_64 downloading...
- hslua-cli-1.4.2-15-x86_64 downloading...
- lua-lpeg-1.1.0-3-x86_64 downloading...
- haskell-appar-0.1.8-15-x86_64 downloading...
- haskell-hslua-module-version-1.1.1-48-x86_64 downloading...
- haskell-old-locale-1.0.0.7-32-x86_64 downloading...
- haskell-text-conversions-0.3.1.1-93-x86_64 downloading...
- haskell-word8-0.1.3-24-x86_64 downloading...
- haskell-hslua-aeson-2.3.0.1-88-x86_64 downloading...
- haskell-skylighting-format-context-0.1.0.2-152-x86_64 downloading...
- haskell-base-unicode-symbols-0.2.4.2-15-x86_64 downloading...
- haskell-pem-0.2.4-316-x86_64 downloading...
- haskell-base16-bytestring-1.0.2.0-110-x86_64 downloading...
- haskell-skylighting-format-latex-0.1-187-x86_64 downloading...
- haskell-th-compat-0.1.6-12-x86_64 downloading...
- haskell-transformers-base-0.4.6-132-x86_64 downloading...
- haskell-hslua-2.3.0-106-x86_64 downloading...
- haskell-recv-0.1.0-60-x86_64 downloading...
- haskell-simple-sendfile-0.2.32-98-x86_64 downloading...
- haskell-only-0.1-24-x86_64 downloading...
- haskell-unliftio-core-0.2.1.0-3-x86_64 downloading...
- haskell-asn1-parse-0.9.5-260-x86_64 downloading...
- haskell-singleton-bool-0.1.7-8-x86_64 downloading...
- haskell-time-manager-0.0.1-71-x86_64 downloading...
- haskell-th-lift-instances-0.1.20-79-x86_64 downloading...
- haskell-hslua-repl-0.1.2-61-x86_64 downloading...
- haskell-boring-0.2.2-1-x86_64 downloading...
- haskell-temporary-1.3-682-x86_64 downloading...
- haskell-byteorder-1.0.4-26-x86_64 downloading...
- haskell-crypton-x509-system-1.6.7-59-x86_64 downloading...
- haskell-data-default-class-0.1.2.0-26-x86_64 downloading...
- haskell-call-stack-0.4.0-242-x86_64 downloading...
- haskell-dec-0.0.6-1-x86_64 downloading...
- haskell-unix-compat-0.7.3-28-x86_64 downloading...
- haskell-digest-0.0.1.7-3-x86_64 downloading...
- haskell-hslua-list-1.1.3-31-x86_64 downloading...
- haskell-bsb-http-chunked-0.0.0.4-419-x86_64 downloading...
- haskell-lpeg-1.0.4-57-x86_64 downloading...
- haskell-data-default-instances-containers-0.1.0.2-4-x86_64 downloading...
- haskell-data-default-0.7.1.1-348-x86_64 downloading...
- haskell-data-default-instances-old-locale-0.0.1-40-x86_64 downloading...
- haskell-data-default-instances-dlist-0.0.1.2-29-x86_64 downloading...
- haskell-type-equality-1.0.1-2-x86_64 downloading...
- haskell-attoparsec-aeson-2.1.0.0-84-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing haskell-lua...
-installing haskell-hslua-core...
-installing haskell-hslua-marshalling...
-installing haskell-isocline...
-installing haskell-hslua-repl...
-installing hslua-cli...
-installing haskell-glob...
-installing haskell-zlib...
-installing haskell-juicypixels...
-installing haskell-sha...
-installing haskell-attoparsec-aeson...
-installing haskell-cmdargs...
-installing haskell-aeson-pretty...
-installing haskell-base64-bytestring...
-installing haskell-blaze-builder...
-installing haskell-blaze-markup...
-installing haskell-blaze-html...
-installing haskell-case-insensitive...
-installing haskell-data-default-class...
-installing haskell-data-default-instances-containers...
-installing haskell-data-default-instances-dlist...
-installing haskell-old-locale...
-installing haskell-data-default-instances-old-locale...
-installing haskell-data-default...
-installing haskell-file-embed...
-installing haskell-syb...
-installing haskell-pandoc-types...
-installing haskell-safe...
-installing haskell-text-icu...
-installing haskell-th-lift...
-installing haskell-th-lift-instances...
-installing haskell-unicode-collation...
-installing haskell-uniplate...
-installing haskell-split...
-installing haskell-bitvec...
-installing haskell-vector-algorithms...
-installing haskell-mono-traversable...
-installing haskell-unliftio-core...
-installing haskell-resourcet...
-installing haskell-conduit...
-installing haskell-async...
-installing haskell-network...
-installing haskell-streaming-commons...
-installing haskell-typed-process...
-installing haskell-conduit-extra...
-installing haskell-xml-types...
-installing haskell-xml-conduit...
-installing haskell-citeproc...
-installing haskell-unicode-data...
-installing haskell-unicode-transforms...
-installing haskell-commonmark...
-installing haskell-emojis...
-installing haskell-th-compat...
-installing haskell-network-uri...
-installing haskell-commonmark-extensions...
-installing haskell-commonmark-pandoc...
-installing haskell-basement...
-installing haskell-hourglass...
-installing haskell-memory...
-installing haskell-asn1-types...
-installing haskell-asn1-encoding...
-installing haskell-asn1-parse...
-installing haskell-crypton...
-installing haskell-pem...
-installing haskell-crypton-x509...
-installing haskell-crypton-x509-store...
-installing haskell-crypton-x509-system...
-installing haskell-crypton-x509-validation...
-installing haskell-cereal...
-installing haskell-socks...
-installing haskell-old-time...
-installing haskell-unix-time...
-installing haskell-tls...
-installing haskell-crypton-connection...
-installing haskell-doclayout...
-installing haskell-djot...
-installing haskell-base16-bytestring...
-installing haskell-text-conversions...
-installing haskell-doctemplates...
-installing haskell-gridtables...
-installing haskell-haddock-library...
-installing haskell-cookie...
-installing haskell-http-types...
-installing haskell-appar...
-installing haskell-byteorder...
-installing haskell-iproute...
-installing haskell-mime-types...
-installing haskell-http-client...
-installing haskell-http-client-tls...
-installing haskell-ipynb...
-installing haskell-jira-wiki-markup...
-installing haskell-lexer...
-installing haskell-pretty-show...
-installing haskell-utf8-string...
-installing haskell-skylighting-core...
-installing haskell-skylighting-format-ansi...
-installing haskell-skylighting-format-blaze-html...
-installing haskell-skylighting-format-context...
-installing haskell-skylighting-format-latex...
-installing haskell-skylighting...
-installing haskell-tagsoup...
-installing haskell-temporary...
-installing haskell-typst-symbols...
-installing haskell-xml...
-installing haskell-texmath...
-installing haskell-only...
-installing haskell-cassava...
-installing haskell-ordered-containers...
-installing haskell-prettyprinter...
-installing haskell-toml-parser...
-installing haskell-libyaml...
-installing haskell-yaml...
-installing haskell-typst...
-installing haskell-digest...
-installing haskell-zip-archive...
-installing haskell-pandoc...
-Optional dependencies for haskell-pandoc
- pandoc-crossref: for numbering figures, equations, tables and cross-references to them with pandoc-crossref filter
- texlive-context: for pdf output using context engine
- groff: for pdf output using pdfroff engine [installed]
- python-weasyprint: for pdf output using weasyprint engine
- typst: for pdf output using typst engine
- tectonic: for pdf output using tectonic engine
- texlive-fontsrecommended: for pdf output using latex or xelatex engines
- texlive-latex: for pdf output using pdflatex engine
- texlive-xetex: for pdf output using xelatex engine
-installing haskell-hslua-aeson...
-installing haskell-hslua-classes...
-installing haskell-hslua-typing...
-installing haskell-hslua-objectorientation...
-installing haskell-hslua-packaging...
-installing haskell-hslua...
-installing haskell-hslua-module-doclayout...
-installing haskell-hslua-module-path...
-installing haskell-hslua-module-system...
-installing haskell-hslua-module-text...
-installing haskell-hslua-module-version...
-installing haskell-hslua-list...
-installing haskell-hslua-module-zip...
-installing lua-lpeg...
-installing haskell-lpeg...
-installing haskell-pandoc-lua-marshal...
-installing haskell-pandoc-lua-engine...
-installing haskell-type-equality...
-installing haskell-constraints...
-installing haskell-attoparsec-iso8601...
-installing haskell-http-api-data...
-installing haskell-http-media...
-installing haskell-transformers-base...
-installing haskell-monad-control...
-installing haskell-mmorph...
-installing haskell-sop-core...
-installing haskell-boring...
-installing haskell-dec...
-installing haskell-some...
-installing haskell-singleton-bool...
-installing haskell-vault...
-installing haskell-servant...
-installing haskell-wai...
-installing haskell-http-date...
-installing haskell-unix-compat...
-installing haskell-auto-update...
-installing haskell-easy-file...
-installing haskell-fast-logger...
-installing haskell-wai-logger...
-installing haskell-bsb-http-chunked...
-installing haskell-network-byte-order...
-installing haskell-psqueues...
-installing haskell-safe-exceptions...
-installing haskell-unliftio...
-installing haskell-time-manager...
-installing haskell-http2...
-installing haskell-recv...
-installing haskell-simple-sendfile...
-installing haskell-word8...
-installing haskell-warp...
-installing haskell-call-stack...
-installing haskell-hunit...
-installing haskell-wai-extra...
-installing haskell-wai-app-static...
-installing haskell-servant-server...
-installing haskell-base-unicode-symbols...
-installing haskell-wai-cors...
-installing haskell-pandoc-server...
-installing pandoc-cli...
-:: Running post-transaction hooks...
-(1/2) Arming ConditionNeedsUpdate...
-(2/2) Registering Haskell modules...
-...installing perl-image-exiftool via pacman @ 15:13:28
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (1) perl-image-exiftool-13.30-1
-
-Total Download Size: 4.31 MiB
-Total Installed Size: 17.21 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- perl-image-exiftool-13.30-1-any downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing perl-image-exiftool...
-Optional dependencies for perl-image-exiftool
- perl-archive-zip: Support for zip files, including epub
- perl-io-compress-brotli: Support for brotli-compressed metadata
-:: Running post-transaction hooks...
-(1/2) Arming ConditionNeedsUpdate...
-(2/2) Checking for old perl modules...
-...installing poppler-glib via pacman @ 15:13:33
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (1) poppler-glib-25.05.0-2
-
-Total Download Size: 0.34 MiB
-Total Installed Size: 3.18 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- poppler-glib-25.05.0-2-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing poppler-glib...
-:: Running post-transaction hooks...
-(1/1) Arming ConditionNeedsUpdate...
-...installing pv via pacman @ 15:13:36
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (1) pv-1.9.31-1
-
-Total Download Size: 0.10 MiB
-Total Installed Size: 0.31 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- pv-1.9.31-1-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing pv...
-:: Running post-transaction hooks...
-(1/1) Arming ConditionNeedsUpdate...
-...installing ranger via pacman @ 15:13:38
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (1) ranger-1.9.4-4
-
-Total Download Size: 0.47 MiB
-Total Installed Size: 2.55 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- ranger-1.9.4-4-any downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing ranger...
-Optional dependencies for ranger
- atool: for previews of archives [installed]
- elinks: for previews of html pages
- ffmpegthumbnailer: for video previews [installed]
- highlight: for syntax highlighting of code
- imagemagick: auto-rotate image previews based on EXIF data [installed]
- libcaca: for ASCII-art image previews [installed]
- lynx: for previews of html pages
- mediainfo: for viewing information about media files [installed]
- odt2txt: for OpenDocument texts [installed]
- perl-image-exiftool: for viewing information about media files [installed]
- poppler: for pdf previews [installed]
- python-chardet: in case of encoding detection problems [installed]
- python-pillow: for in-terminal preview of images in Kitty [installed]
- sudo: to use the "run as root"-feature [installed]
- transmission-cli: for viewing bittorrent information
- ueberzug: for previews of images
- w3m: for previews of images and html pages
-:: Running post-transaction hooks...
-(1/2) Arming ConditionNeedsUpdate...
-(2/2) Updating the desktop file MIME type cache...
-...installing rclone via pacman @ 15:13:40
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (1) rclone-1.69.3-1
-
-Total Download Size: 22.62 MiB
-Total Installed Size: 85.56 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- rclone-1.69.3-1-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing rclone...
-Optional dependencies for rclone
- fuse3: for rclone mount [installed]
-:: Running post-transaction hooks...
-(1/1) Arming ConditionNeedsUpdate...
-...installing signal-desktop via pacman @ 15:13:47
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (1) signal-desktop-7.56.1-1
-
-Total Download Size: 106.91 MiB
-Total Installed Size: 413.08 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- signal-desktop-7.56.1-1-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing signal-desktop...
-Optional dependencies for signal-desktop
- xdg-desktop-portal: Screensharing with Wayland
-:: Running post-transaction hooks...
-(1/3) Arming ConditionNeedsUpdate...
-(2/3) Updating icon theme caches...
-(3/3) Updating the desktop file MIME type cache...
-...installing smartmontools via pacman @ 15:14:40
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (1) smartmontools-7.5-1
-
-Total Download Size: 0.61 MiB
-Total Installed Size: 2.07 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- smartmontools-7.5-1-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing smartmontools...
-Optional dependencies for smartmontools
- s-nail: to get mail alerts to work
-:: Running post-transaction hooks...
-(1/2) Reloading system manager configuration...
-(2/2) Arming ConditionNeedsUpdate...
-...installing telegram-desktop via pacman @ 15:14:44
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (5) ada-3.2.1-1 kcoreaddons-6.14.0-1 libdispatch-6.1-1 openh264-2.6.0-1 telegram-desktop-5.15.2-1
-
-Total Download Size: 41.04 MiB
-Total Installed Size: 120.07 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- telegram-desktop-5.15.2-1-x86_64 downloading...
- kcoreaddons-6.14.0-1-x86_64 downloading...
- openh264-2.6.0-1-x86_64 downloading...
- ada-3.2.1-1-x86_64 downloading...
- libdispatch-6.1-1-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing ada...
-installing kcoreaddons...
-Optional dependencies for kcoreaddons
- pyside6: Python bindings
- qt6-declarative: QML bindings [installed]
-installing libdispatch...
-installing openh264...
-installing telegram-desktop...
-Optional dependencies for telegram-desktop
- geoclue: geoinformation support
- geocode-glib-2: geocoding support
- geocode-glib: geocoding support
- webkit2gtk-4.1: embedded browser features provided by webkit2gtk-4.1 [installed]
- webkit2gtk: embedded browser features provided by webkit2gtk
- webkitgtk-6.0: embedded browser features provided by webkitgtk-6.0 (Wayland only)
- xdg-desktop-portal: desktop integration
-:: Running post-transaction hooks...
-(1/4) Arming ConditionNeedsUpdate...
-(2/4) Updating the MIME type database...
-(3/4) Updating icon theme caches...
-(4/4) Updating the desktop file MIME type cache...
-...installing texlive-meta via pacman @ 15:14:54
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (29) dvisvgm-3.5-1 ffcall-2.4-3 libsigsegv-2.15-1 libsynctex-2025.2-1 potrace-1.16-3 texlive-basic-2025.2-1 texlive-bibtexextra-2025.2-1 texlive-bin-2025.2-1 texlive-binextra-2025.2-1 texlive-context-2025.2-1 texlive-fontsextra-2025.2-1 texlive-fontsrecommended-2025.2-1 texlive-fontutils-2025.2-1 texlive-formatsextra-2025.2-1 texlive-games-2025.2-1 texlive-humanities-2025.2-1 texlive-latex-2025.2-1 texlive-latexextra-2025.2-1 texlive-latexrecommended-2025.2-1 texlive-luatex-2025.2-1 texlive-mathscience-2025.2-1 texlive-metapost-2025.2-1 texlive-music-2025.2-1 texlive-pictures-2025.2-1 texlive-plaingeneric-2025.2-1 texlive-pstricks-2025.2-1 texlive-publishers-2025.2-1 texlive-xetex-2025.2-1 texlive-meta-2025.2-1
-
-Total Download Size: 1008.71 MiB
-Total Installed Size: 2656.21 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- texlive-fontsextra-2025.2-1-any downloading...
- texlive-binextra-2025.2-1-any downloading...
- texlive-fontsrecommended-2025.2-1-any downloading...
- texlive-latexextra-2025.2-1-any downloading...
- texlive-pstricks-2025.2-1-any downloading...
- texlive-music-2025.2-1-any downloading...
- texlive-publishers-2025.2-1-any downloading...
- texlive-pictures-2025.2-1-any downloading...
- texlive-bin-2025.2-1-x86_64 downloading...
- texlive-context-2025.2-1-any downloading...
- texlive-games-2025.2-1-any downloading...
- texlive-basic-2025.2-1-any downloading...
- texlive-bibtexextra-2025.2-1-any downloading...
- texlive-fontutils-2025.2-1-any downloading...
- texlive-mathscience-2025.2-1-any downloading...
- texlive-luatex-2025.2-1-any downloading...
- texlive-plaingeneric-2025.2-1-any downloading...
- texlive-latexrecommended-2025.2-1-any downloading...
- texlive-formatsextra-2025.2-1-any downloading...
- texlive-latex-2025.2-1-any downloading...
- dvisvgm-3.5-1-x86_64 downloading...
- texlive-xetex-2025.2-1-any downloading...
- texlive-metapost-2025.2-1-any downloading...
- texlive-humanities-2025.2-1-any downloading...
- potrace-1.16-3-x86_64 downloading...
- ffcall-2.4-3-x86_64 downloading...
- libsynctex-2025.2-1-x86_64 downloading...
- libsigsegv-2.15-1-x86_64 downloading...
- texlive-meta-2025.2-1-any downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing ffcall...
-installing libsigsegv...
-installing libsynctex...
-installing potrace...
-installing texlive-bin...
-Optional dependencies for texlive-bin
- psutils: to manipulate the output of dvips
-installing texlive-basic...
-Optional dependencies for texlive-basic
- perl-tk: for the tlmgr GUI
- biber: for bibliography processing
-installing dvisvgm...
-Optional dependencies for dvisvgm
- mupdf-tools: to process PDF files
-installing texlive-latex...
-installing texlive-bibtexextra...
-installing texlive-binextra...
-Optional dependencies for texlive-binextra
- ed: for texconfig
- dialog: for texconfig [installed]
- java-runtime: for utilities like arara, texplate [installed]
- perl-tk: for texdoctk
- perl-yaml-tiny: for latexindent
- perl-file-homedir: for latexindent
- perl-ipc-system-simple: for latex-git-log [installed]
- python: for de-macro, dviasm, pythontex [installed]
- texlive-latexrecommended: for pdfjam [pending]
- wdiff: for texdiff
-installing texlive-context...
-Optional dependencies for texlive-context
- luametatex: LuaMetaTeX engine
-installing texlive-fontsextra...
-installing texlive-fontsrecommended...
-installing texlive-fontutils...
-Optional dependencies for texlive-fontutils
- ghostscript: for epstopdf [installed]
-installing texlive-plaingeneric...
-installing texlive-latexrecommended...
-installing texlive-formatsextra...
-installing texlive-games...
-installing texlive-humanities...
-installing texlive-pictures...
-Optional dependencies for texlive-pictures
- ghostscript: for epspdf [installed]
-installing texlive-latexextra...
-Optional dependencies for texlive-latexextra
- java-runtime: for pdfannotextractor [installed]
- python-pygments: for pygmentex [installed]
-installing texlive-luatex...
-installing texlive-mathscience...
-installing texlive-metapost...
-installing texlive-music...
-Optional dependencies for texlive-music
- fontforge: for scripts from the lilyglyphs package
-installing texlive-pstricks...
-installing texlive-publishers...
-installing texlive-xetex...
-installing texlive-meta...
-:: Running post-transaction hooks...
-(1/7) Arming ConditionNeedsUpdate...
-(2/7) Updating TeXLive filename database...
-(3/7) Updating TeXLive format files...
-(4/7) Updating TeXLive font maps...
-(5/7) Updating ConTeXt database...
-(6/7) Updating fontconfig cache...
-(7/7) Updating the desktop file MIME type cache...
-...installing thunderbird via pacman @ 15:22:27
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (6) botan2-2.19.5-2 dbus-glib-0.114-1 libcanberra-1:0.30+r2+gc0620e4-4 sound-theme-freedesktop-0.8-6 tdb-1.4.13-1 thunderbird-139.0.1-1
-
-Total Download Size: 70.06 MiB
-Total Installed Size: 257.83 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- thunderbird-139.0.1-1-x86_64 downloading...
- botan2-2.19.5-2-x86_64 downloading...
- sound-theme-freedesktop-0.8-6-any downloading...
- dbus-glib-0.114-1-x86_64 downloading...
- libcanberra-1:0.30+r2+gc0620e4-4-x86_64 downloading...
- tdb-1.4.13-1-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing dbus-glib...
-installing botan2...
-Optional dependencies for botan2
- python: for using botan2.py [installed]
-installing tdb...
-Optional dependencies for tdb
- python: for python bindings [installed]
-installing sound-theme-freedesktop...
-installing libcanberra...
-Optional dependencies for libcanberra
- gtk3: canberra-gtk-play [installed]
-installing thunderbird...
-Optional dependencies for thunderbird
- hunspell-en_us: Spell checking, American English
- libotr: OTR support for active one-to-one chats
- libnotify: Notification integration [installed]
-:: Running post-transaction hooks...
-(1/4) Reloading system manager configuration...
-(2/4) Arming ConditionNeedsUpdate...
-(3/4) Updating icon theme caches...
-(4/4) Updating the desktop file MIME type cache...
-...installing transmission-cli via pacman @ 15:22:44
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (4) libb64-1.2.1-5 libnatpmp-20230423-3 miniupnpc-2.3.0-1 transmission-cli-4.0.6-9
-
-Total Download Size: 1.29 MiB
-Total Installed Size: 5.42 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- transmission-cli-4.0.6-9-x86_64 downloading...
- miniupnpc-2.3.0-1-x86_64 downloading...
- libnatpmp-20230423-3-x86_64 downloading...
- libb64-1.2.1-5-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing libb64...
-installing libnatpmp...
-installing miniupnpc...
-installing transmission-cli...
-:: Running post-transaction hooks...
-(1/4) Creating system user accounts...
-Creating group 'transmission' with GID 169.
-Creating user 'transmission' (Transmission BitTorrent Daemon) with UID 169 and GID 169.
-(2/4) Reloading system manager configuration...
-(3/4) Creating temporary files...
-(4/4) Arming ConditionNeedsUpdate...
-...installing transmission-remote-gtk via pacman @ 15:22:47
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (3) geoip-1.6.12-3 geoip-database-20250129-1 transmission-remote-gtk-1.6.0-1
-
-Total Download Size: 4.51 MiB
-Total Installed Size: 11.13 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- geoip-database-20250129-1-any downloading...
- transmission-remote-gtk-1.6.0-1-x86_64 downloading...
- geoip-1.6.12-3-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing geoip-database...
-:: By installing geoip-database, you acknowledge and agree to comply
- with the terms of the GeoLite2 End User License Agreement (EULA).
-
- Review the EULA here: https://www.maxmind.com/en/geolite2/eula
-installing geoip...
-Optional dependencies for geoip
- geoip-database-extra: city/ASN databases (not needed for country lookups)
-installing transmission-remote-gtk...
-:: Running post-transaction hooks...
-(1/3) Arming ConditionNeedsUpdate...
-(2/3) Updating icon theme caches...
-(3/3) Updating the desktop file MIME type cache...
-...installing unclutter via pacman @ 15:22:50
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (1) unclutter-1:1.6-4
-
-Total Download Size: 0.01 MiB
-Total Installed Size: 0.03 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- unclutter-1:1.6-4-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing unclutter...
-:: Running post-transaction hooks...
-(1/1) Arming ConditionNeedsUpdate...
-...installing w3m via pacman @ 15:22:51
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (1) w3m-0.5.3.git20230713_1-1
-
-Total Download Size: 0.98 MiB
-Total Installed Size: 2.06 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- w3m-0.5.3.git20230713_1-1-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing w3m...
-Optional dependencies for w3m
- imlib2: for graphics support [installed]
-:: Running post-transaction hooks...
-(1/1) Arming ConditionNeedsUpdate...
-...installing wavpack via pacman @ 15:22:53
-warning: wavpack-5.8.1-1 is up to date -- skipping
- there is nothing to do
-...installing webkit2gtk via pacman @ 15:22:54
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (2) libsoup-2.74.3-3 webkit2gtk-2.48.3-1
-
-Total Download Size: 33.89 MiB
-Total Installed Size: 128.57 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- webkit2gtk-2.48.3-1-x86_64 downloading...
- libsoup-2.74.3-3-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing libsoup...
-Optional dependencies for libsoup
- samba: Windows Domain SSO
-installing webkit2gtk...
-Optional dependencies for webkit2gtk
- geoclue: Geolocation support
- gst-libav: nonfree media decoding
- gst-plugins-bad: media decoding
- gst-plugins-good: media decoding [installed]
-:: Running post-transaction hooks...
-(1/1) Arming ConditionNeedsUpdate...
-...installing xcb-util-cursor via pacman @ 15:23:04
-warning: xcb-util-cursor-0.1.5-1 is up to date -- skipping
- there is nothing to do
-...installing xdotool via pacman @ 15:23:04
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (1) xdotool-3.20211022.1-2
-
-Total Download Size: 0.06 MiB
-Total Installed Size: 0.18 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- xdotool-3.20211022.1-2-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing xdotool...
-:: Running post-transaction hooks...
-(1/1) Arming ConditionNeedsUpdate...
-...installing xz via pacman @ 15:23:06
-warning: xz-5.8.1-1 is up to date -- skipping
- there is nothing to do
-...installing zathura via pacman @ 15:23:06
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (2) girara-0.4.5-1 zathura-0.5.11-1
-
-Total Download Size: 0.31 MiB
-Total Installed Size: 1.09 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- zathura-0.5.11-1-x86_64 downloading...
- girara-0.4.5-1-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing girara...
-installing zathura...
-Optional dependencies for zathura
- zathura-djvu: DjVu support
- zathura-pdf-poppler: PDF support using Poppler
- zathura-pdf-mupdf: PDF support using MuPDF
- zathura-ps: PostScript support
- zathura-cb: Comic book support
-:: Running post-transaction hooks...
-(1/3) Arming ConditionNeedsUpdate...
-(2/3) Updating icon theme caches...
-(3/3) Updating the desktop file MIME type cache...
-...installing zathura-cb via pacman @ 15:23:09
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (1) zathura-cb-0.1.11-4
-
-Total Download Size: 0.01 MiB
-Total Installed Size: 0.02 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- zathura-cb-0.1.11-4-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing zathura-cb...
-:: Running post-transaction hooks...
-(1/2) Arming ConditionNeedsUpdate...
-(2/2) Updating the desktop file MIME type cache...
-...installing zathura-djvu via pacman @ 15:23:10
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (2) djvulibre-3.5.28-6 zathura-djvu-0.2.10-4
-
-Total Download Size: 1.03 MiB
-Total Installed Size: 3.06 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- djvulibre-3.5.28-6-x86_64 downloading...
- zathura-djvu-0.2.10-4-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing djvulibre...
-installing zathura-djvu...
-:: Running post-transaction hooks...
-(1/3) Arming ConditionNeedsUpdate...
-(2/3) Updating icon theme caches...
-(3/3) Updating the desktop file MIME type cache...
-...installing zathura-pdf-mupdf via pacman @ 15:23:13
-resolving dependencies...
-:: There are 128 providers available for tessdata:
-:: Repository extra
- 1) tesseract-data-afr 2) tesseract-data-amh 3) tesseract-data-ara 4) tesseract-data-asm 5) tesseract-data-aze 6) tesseract-data-aze_cyrl 7) tesseract-data-bel 8) tesseract-data-ben 9) tesseract-data-bod 10) tesseract-data-bos 11) tesseract-data-bre 12) tesseract-data-bul 13) tesseract-data-cat 14) tesseract-data-ceb 15) tesseract-data-ces 16) tesseract-data-chi_sim 17) tesseract-data-chi_sim_vert 18) tesseract-data-chi_tra 19) tesseract-data-chi_tra_vert 20) tesseract-data-chr 21) tesseract-data-cos 22) tesseract-data-cym 23) tesseract-data-dan 24) tesseract-data-dan_frak 25) tesseract-data-deu 26) tesseract-data-deu_frak 27) tesseract-data-div 28) tesseract-data-dzo 29) tesseract-data-ell 30) tesseract-data-eng 31) tesseract-data-enm 32) tesseract-data-epo 33) tesseract-data-equ 34) tesseract-data-est 35) tesseract-data-eus 36) tesseract-data-fao 37) tesseract-data-fas 38) tesseract-data-fil 39) tesseract-data-fin 40) tesseract-data-fra 41) tesseract-data-frk 42) tesseract-data-frm 43) tesseract-data-fry 44) tesseract-data-gla 45) tesseract-data-gle 46) tesseract-data-glg 47) tesseract-data-grc 48) tesseract-data-guj 49) tesseract-data-hat 50) tesseract-data-heb 51) tesseract-data-hin 52) tesseract-data-hrv 53) tesseract-data-hun 54) tesseract-data-hye 55) tesseract-data-iku 56) tesseract-data-ind 57) tesseract-data-isl 58) tesseract-data-ita 59) tesseract-data-ita_old 60) tesseract-data-jav 61) tesseract-data-jpn 62) tesseract-data-jpn_vert 63) tesseract-data-kan 64) tesseract-data-kat 65) tesseract-data-kat_old 66) tesseract-data-kaz 67) tesseract-data-khm 68) tesseract-data-kir 69) tesseract-data-kmr 70) tesseract-data-kor 71) tesseract-data-kor_vert 72) tesseract-data-lao 73) tesseract-data-lat 74) tesseract-data-lav 75) tesseract-data-lit 76) tesseract-data-ltz 77) tesseract-data-mal 78) tesseract-data-mar 79) tesseract-data-mkd 80) tesseract-data-mlt 81) tesseract-data-mon 82) tesseract-data-mri 83) tesseract-data-msa 84) tesseract-data-mya 85) tesseract-data-nep 86) tesseract-data-nld 87) tesseract-data-nor 88) tesseract-data-oci 89) tesseract-data-ori 90) tesseract-data-pan 91) tesseract-data-pol 92) tesseract-data-por 93) tesseract-data-pus 94) tesseract-data-que 95) tesseract-data-ron 96) tesseract-data-rus 97) tesseract-data-san 98) tesseract-data-sin 99) tesseract-data-slk 100) tesseract-data-slk_frak 101) tesseract-data-slv 102) tesseract-data-snd 103) tesseract-data-spa 104) tesseract-data-spa_old 105) tesseract-data-sqi 106) tesseract-data-srp 107) tesseract-data-srp_latn 108) tesseract-data-sun 109) tesseract-data-swa 110) tesseract-data-swe 111) tesseract-data-syr 112) tesseract-data-tam 113) tesseract-data-tat 114) tesseract-data-tel 115) tesseract-data-tgk 116) tesseract-data-tgl 117) tesseract-data-tha 118) tesseract-data-tir 119) tesseract-data-ton 120) tesseract-data-tur 121) tesseract-data-uig 122) tesseract-data-ukr 123) tesseract-data-urd 124) tesseract-data-uzb 125) tesseract-data-uzb_cyrl 126) tesseract-data-vie 127) tesseract-data-yid 128) tesseract-data-yor
-
-Enter a number (default=1):
-looking for conflicting packages...
-warning: dependency cycle detected:
-warning: tesseract-data-afr will be installed before its tesseract dependency
-
-Packages (7) gumbo-parser-0.13.1-1 leptonica-1.85.0-2 libmupdf-1.26.2-1 tesseract-5.5.1-1 tesseract-data-afr-2:4.1.0-4 tesseract-data-osd-2:4.1.0-4 zathura-pdf-mupdf-0.4.4-17
-
-Total Download Size: 37.86 MiB
-Total Installed Size: 80.52 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- libmupdf-1.26.2-1-x86_64 downloading...
- tesseract-data-osd-2:4.1.0-4-any downloading...
- tesseract-data-afr-2:4.1.0-4-any downloading...
- tesseract-5.5.1-1-x86_64 downloading...
- leptonica-1.85.0-2-x86_64 downloading...
- gumbo-parser-0.13.1-1-x86_64 downloading...
- zathura-pdf-mupdf-0.4.4-17-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing gumbo-parser...
-installing leptonica...
-installing tesseract-data-afr...
-installing tesseract-data-osd...
-installing tesseract...
-Optional dependencies for tesseract
- icu: for text2image [installed]
- pango: for text2image [installed]
- tesseract-data-afr: OCR data (afr) [installed]
- tesseract-data-amh: OCR data (amh)
- tesseract-data-ara: OCR data (ara)
- tesseract-data-asm: OCR data (asm)
- tesseract-data-aze: OCR data (aze)
- tesseract-data-aze_cyrl: OCR data (aze_cyrl)
- tesseract-data-bel: OCR data (bel)
- tesseract-data-ben: OCR data (ben)
- tesseract-data-bod: OCR data (bod)
- tesseract-data-bos: OCR data (bos)
- tesseract-data-bre: OCR data (bre)
- tesseract-data-bul: OCR data (bul)
- tesseract-data-cat: OCR data (cat)
- tesseract-data-ceb: OCR data (ceb)
- tesseract-data-ces: OCR data (ces)
- tesseract-data-chi_sim: OCR data (chi_sim)
- tesseract-data-chi_tra: OCR data (chi_tra)
- tesseract-data-chr: OCR data (chr)
- tesseract-data-cos: OCR data (cos)
- tesseract-data-cym: OCR data (cym)
- tesseract-data-dan: OCR data (dan)
- tesseract-data-dan_frak: OCR data (dan_frak)
- tesseract-data-deu: OCR data (deu)
- tesseract-data-deu_frak: OCR data (deu_frak)
- tesseract-data-div: OCR data (div)
- tesseract-data-dzo: OCR data (dzo)
- tesseract-data-ell: OCR data (ell)
- tesseract-data-eng: OCR data (eng)
- tesseract-data-enm: OCR data (enm)
- tesseract-data-epo: OCR data (epo)
- tesseract-data-equ: OCR data (equ)
- tesseract-data-est: OCR data (est)
- tesseract-data-eus: OCR data (eus)
- tesseract-data-fao: OCR data (fao)
- tesseract-data-fas: OCR data (fas)
- tesseract-data-fil: OCR data (fil)
- tesseract-data-fin: OCR data (fin)
- tesseract-data-fra: OCR data (fra)
- tesseract-data-frk: OCR data (frk)
- tesseract-data-frm: OCR data (frm)
- tesseract-data-fry: OCR data (fry)
- tesseract-data-gla: OCR data (gla)
- tesseract-data-gle: OCR data (gle)
- tesseract-data-glg: OCR data (glg)
- tesseract-data-grc: OCR data (grc)
- tesseract-data-guj: OCR data (guj)
- tesseract-data-hat: OCR data (hat)
- tesseract-data-heb: OCR data (heb)
- tesseract-data-hin: OCR data (hin)
- tesseract-data-hrv: OCR data (hrv)
- tesseract-data-hun: OCR data (hun)
- tesseract-data-hye: OCR data (hye)
- tesseract-data-iku: OCR data (iku)
- tesseract-data-ind: OCR data (ind)
- tesseract-data-isl: OCR data (isl)
- tesseract-data-ita: OCR data (ita)
- tesseract-data-ita_old: OCR data (ita_old)
- tesseract-data-jav: OCR data (jav)
- tesseract-data-jpn: OCR data (jpn)
- tesseract-data-jpn_vert: OCR data (jpn_vert)
- tesseract-data-kan: OCR data (kan)
- tesseract-data-kat: OCR data (kat)
- tesseract-data-kat_old: OCR data (kat_old)
- tesseract-data-kaz: OCR data (kaz)
- tesseract-data-khm: OCR data (khm)
- tesseract-data-kir: OCR data (kir)
- tesseract-data-kmr: OCR data (kmr)
- tesseract-data-kor: OCR data (kor)
- tesseract-data-kor_vert: OCR data (kor_vert)
- tesseract-data-lao: OCR data (lao)
- tesseract-data-lat: OCR data (lat)
- tesseract-data-lav: OCR data (lav)
- tesseract-data-lit: OCR data (lit)
- tesseract-data-ltz: OCR data (ltz)
- tesseract-data-mal: OCR data (mal)
- tesseract-data-mar: OCR data (mar)
- tesseract-data-mkd: OCR data (mkd)
- tesseract-data-mlt: OCR data (mlt)
- tesseract-data-mon: OCR data (mon)
- tesseract-data-mri: OCR data (mri)
- tesseract-data-msa: OCR data (msa)
- tesseract-data-mya: OCR data (mya)
- tesseract-data-nep: OCR data (nep)
- tesseract-data-nld: OCR data (nld)
- tesseract-data-nor: OCR data (nor)
- tesseract-data-oci: OCR data (oci)
- tesseract-data-ori: OCR data (ori)
- tesseract-data-pan: OCR data (pan)
- tesseract-data-pol: OCR data (pol)
- tesseract-data-por: OCR data (por)
- tesseract-data-pus: OCR data (pus)
- tesseract-data-que: OCR data (que)
- tesseract-data-ron: OCR data (ron)
- tesseract-data-rus: OCR data (rus)
- tesseract-data-san: OCR data (san)
- tesseract-data-sin: OCR data (sin)
- tesseract-data-slk: OCR data (slk)
- tesseract-data-slk_frak: OCR data (slk_frak)
- tesseract-data-slv: OCR data (slv)
- tesseract-data-snd: OCR data (snd)
- tesseract-data-spa: OCR data (spa)
- tesseract-data-spa_old: OCR data (spa_old)
- tesseract-data-sqi: OCR data (sqi)
- tesseract-data-srp: OCR data (srp)
- tesseract-data-srp_latn: OCR data (srp_latn)
- tesseract-data-sun: OCR data (sun)
- tesseract-data-swa: OCR data (swa)
- tesseract-data-swe: OCR data (swe)
- tesseract-data-syr: OCR data (syr)
- tesseract-data-tam: OCR data (tam)
- tesseract-data-tat: OCR data (tat)
- tesseract-data-tel: OCR data (tel)
- tesseract-data-tgk: OCR data (tgk)
- tesseract-data-tgl: OCR data (tgl)
- tesseract-data-tha: OCR data (tha)
- tesseract-data-tir: OCR data (tir)
- tesseract-data-ton: OCR data (ton)
- tesseract-data-tur: OCR data (tur)
- tesseract-data-uig: OCR data (uig)
- tesseract-data-ukr: OCR data (ukr)
- tesseract-data-urd: OCR data (urd)
- tesseract-data-uzb: OCR data (uzb)
- tesseract-data-uzb_cyrl: OCR data (uzb_cyrl)
- tesseract-data-vie: OCR data (vie)
- tesseract-data-yid: OCR data (yid)
- tesseract-data-yor: OCR data (yor)
-installing libmupdf...
-installing zathura-pdf-mupdf...
-:: Running post-transaction hooks...
-(1/2) Arming ConditionNeedsUpdate...
-(2/2) Updating the desktop file MIME type cache...
-...installing zlib via pacman @ 15:23:22
-warning: zlib-1:1.3.1-2 is up to date -- skipping
- there is nothing to do
-...installing anki via the AUR @ 15:23:22
-AUR Explicit (1): anki-25.02.6-1
-Sync Dependency (7): python-decorator-5.2.1-1, python-flask-cors-6.0.0-1, python-pysocks-1.7.1-10, python-distro-1.9.0-3, python-send2trash-1.8.3-2, python-orjson-3.10.18-1, python-waitress-3.0.2-1
-Sync Make Dependency (2): yarn-1.22.22-2, mold-2.40.0-1
-:: (1/1) Downloaded PKGBUILD: anki
- 1 anki (Build Files Exist)
-==> Packages to cleanBuild?
-==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
-==>
- 1 anki (Build Files Exist)
-==> Diffs to show?
-==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
-==>
-==> Making package: anki 25.02.6-1 (Sun 08 Jun 2025 03:23:27 PM CDT)
-==> Retrieving sources...
- -> Downloading anki-25.02.6.tar.gz...
- % Total % Received % Xferd Average Speed Time Time Time Current
- Dload Upload Total Spent Left Speed
- 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
- 100 168k 0 168k 0 0 118k 0 --:--:-- 0:00:01 --:--:-- 118k 100 2376k 0 2376k 0 0 1147k 0 --:--:-- 0:00:02 --:--:-- 3362k
- -> Downloading anki-core-i18n-0fe0162f4a18e8ef2fbac1d9a33af8e38cf7260e.tar.gz...
- % Total % Received % Xferd Average Speed Time Time Time Current
- Dload Upload Total Spent Left Speed
- 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
- 100 132k 0 132k 0 0 100k 0 --:--:-- 0:00:01 --:--:-- 100k 100 1485k 0 1485k 0 0 882k 0 --:--:-- 0:00:01 --:--:-- 3669k
- -> Downloading anki-desktop-ftl-17216b03db7249600542e388bd4ea124478400e5.tar.gz...
- % Total % Received % Xferd Average Speed Time Time Time Current
- Dload Upload Total Spent Left Speed
- 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
- 100 13126 0 13126 0 0 19015 0 --:--:-- --:--:-- --:--:-- 19015 100 230k 0 230k 0 0 207k 0 --:--:-- 0:00:01 --:--:-- 517k
- -> Found no-update.patch
- -> Found strip-formatter-deps.patch
- -> Found strip-type-checking-deps.patch
- -> Found strip-python-pip-system-certs.patch
-==> WARNING: Skipping verification of source file PGP signatures.
-==> Validating source files with sha256sums...
- anki-25.02.6.tar.gz ... Passed
- anki-core-i18n-0fe0162f4a18e8ef2fbac1d9a33af8e38cf7260e.tar.gz ... Passed
- anki-desktop-ftl-17216b03db7249600542e388bd4ea124478400e5.tar.gz ... Passed
- no-update.patch ... Passed
- strip-formatter-deps.patch ... Passed
- strip-type-checking-deps.patch ... Passed
- strip-python-pip-system-certs.patch ... Passed
-:: (1/1) Parsing SRCINFO: anki
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (17) hwloc-2.12.1-1 libblake3-1.8.2-1 mimalloc-2.2.3-1 onetbb-2022.1.0-1 python-blinker-1.8.2-2 python-flask-3.1.1-1 python-itsdangerous-2.2.0-1 python-werkzeug-3.1.3-1 mold-2.40.0-1 python-decorator-5.2.1-1 python-distro-1.9.0-3 python-flask-cors-6.0.0-1 python-orjson-3.10.18-1 python-pysocks-1.7.1-10 python-send2trash-1.8.3-2 python-waitress-3.0.2-1 yarn-1.22.22-2
-
-Total Download Size: 7.86 MiB
-Total Installed Size: 50.39 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- yarn-1.22.22-2-any downloading...
- mold-2.40.0-1-x86_64 downloading...
- hwloc-2.12.1-1-x86_64 downloading...
- python-werkzeug-3.1.3-1-any downloading...
- onetbb-2022.1.0-1-x86_64 downloading...
- python-orjson-3.10.18-1-x86_64 downloading...
- python-flask-3.1.1-1-any downloading...
- python-waitress-3.0.2-1-any downloading...
- mimalloc-2.2.3-1-x86_64 downloading...
- python-distro-1.9.0-3-any downloading...
- python-pysocks-1.7.1-10-any downloading...
- python-itsdangerous-2.2.0-1-any downloading...
- libblake3-1.8.2-1-x86_64 downloading...
- python-send2trash-1.8.3-2-any downloading...
- python-flask-cors-6.0.0-1-any downloading...
- python-decorator-5.2.1-1-any downloading...
- python-blinker-1.8.2-2-any downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing python-waitress...
-installing python-pysocks...
-installing hwloc...
-Optional dependencies for hwloc
- cairo: PDF, Postscript, and PNG export support [installed]
- libxml2: full XML import/export support [installed]
-installing onetbb...
-Optional dependencies for onetbb
- python: for Python module [installed]
-installing libblake3...
-installing mimalloc...
-installing mold...
-installing python-decorator...
-installing python-blinker...
-installing python-itsdangerous...
-installing python-werkzeug...
-Optional dependencies for python-werkzeug
- python-watchdog: faster and more advanced reloader
-installing python-flask...
-Optional dependencies for python-flask
- python-asgiref: async functions and views
- python-cryptography: using ad-hoc certificates [installed]
- python-dotenv: loading env vars from files
-installing python-flask-cors...
-installing python-orjson...
-installing python-distro...
-installing python-send2trash...
-installing yarn...
-:: Running post-transaction hooks...
-(1/2) Arming ConditionNeedsUpdate...
-(2/2) Updating the desktop file MIME type cache...
-==> Making package: anki 25.02.6-1 (Sun 08 Jun 2025 03:23:40 PM CDT)
-==> Checking runtime dependencies...
-==> Checking buildtime dependencies...
-==> Retrieving sources...
- -> Found anki-25.02.6.tar.gz
- -> Found anki-core-i18n-0fe0162f4a18e8ef2fbac1d9a33af8e38cf7260e.tar.gz
- -> Found anki-desktop-ftl-17216b03db7249600542e388bd4ea124478400e5.tar.gz
- -> Found no-update.patch
- -> Found strip-formatter-deps.patch
- -> Found strip-type-checking-deps.patch
- -> Found strip-python-pip-system-certs.patch
-==> Validating source files with sha256sums...
- anki-25.02.6.tar.gz ... Passed
- anki-core-i18n-0fe0162f4a18e8ef2fbac1d9a33af8e38cf7260e.tar.gz ... Passed
- anki-desktop-ftl-17216b03db7249600542e388bd4ea124478400e5.tar.gz ... Passed
- no-update.patch ... Passed
- strip-formatter-deps.patch ... Passed
- strip-type-checking-deps.patch ... Passed
- strip-python-pip-system-certs.patch ... Passed
-==> Removing existing $srcdir/ directory...
-==> Extracting sources...
- -> Extracting anki-25.02.6.tar.gz with bsdtar
- -> Extracting anki-core-i18n-0fe0162f4a18e8ef2fbac1d9a33af8e38cf7260e.tar.gz with bsdtar
- -> Extracting anki-desktop-ftl-17216b03db7249600542e388bd4ea124478400e5.tar.gz with bsdtar
-==> Starting prepare()...
-patching file qt/aqt/update.py
-patching file pylib/tools/hookslib.py
-Hunk #1 succeeded at 209 (offset 1 line).
-patching file build/configure/src/python.rs
-Hunk #1 succeeded at 101 (offset 14 lines).
-Hunk #2 succeeded at 119 with fuzz 1 (offset 14 lines).
-patching file qt/aqt/__init__.py
-Hunk #1 succeeded at 9 with fuzz 2 (offset 3 lines).
- Updating crates.io index
- Updating git repository `https://github.com/ankitects/rust-url.git`
-error: failed to get `percent-encoding-iri` as a dependency of package `anki v0.0.0 (/home/cjennings/.cache/yay/anki/src/anki-25.02.6/rslib)`
-
-Caused by:
- failed to load source for dependency `percent-encoding-iri`
-
-Caused by:
- Unable to update https://github.com/ankitects/rust-url.git?rev=bb930b8d089f4d30d7d19c12e54e66191de47b88#bb930b8d
-
-Caused by:
- failed to stat '/home/cjennings/.gitconfig'; class=Config (7)
-==> ERROR: A failure occurred in prepare().
- Aborting...
- -> error making: anki-exit status 4
- -> Failed to install the following packages. Manual intervention is required:
-anki - exit status 4
-...retrying anki @ 15:23:42
-AUR Explicit (1): anki-25.02.6-1
-:: PKGBUILD up to date, skipping download: anki
- 1 anki (Build Files Exist)
-==> Packages to cleanBuild?
-==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
-==>
- 1 anki (Build Files Exist)
-==> Diffs to show?
-==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
-==>
-==> Making package: anki 25.02.6-1 (Sun 08 Jun 2025 03:23:44 PM CDT)
-==> Retrieving sources...
- -> Found anki-25.02.6.tar.gz
- -> Found anki-core-i18n-0fe0162f4a18e8ef2fbac1d9a33af8e38cf7260e.tar.gz
- -> Found anki-desktop-ftl-17216b03db7249600542e388bd4ea124478400e5.tar.gz
- -> Found no-update.patch
- -> Found strip-formatter-deps.patch
- -> Found strip-type-checking-deps.patch
- -> Found strip-python-pip-system-certs.patch
-==> WARNING: Skipping verification of source file PGP signatures.
-==> Validating source files with sha256sums...
- anki-25.02.6.tar.gz ... Passed
- anki-core-i18n-0fe0162f4a18e8ef2fbac1d9a33af8e38cf7260e.tar.gz ... Passed
- anki-desktop-ftl-17216b03db7249600542e388bd4ea124478400e5.tar.gz ... Passed
- no-update.patch ... Passed
- strip-formatter-deps.patch ... Passed
- strip-type-checking-deps.patch ... Passed
- strip-python-pip-system-certs.patch ... Passed
-:: (1/1) Parsing SRCINFO: anki
-==> Making package: anki 25.02.6-1 (Sun 08 Jun 2025 03:23:46 PM CDT)
-==> Checking runtime dependencies...
-==> Checking buildtime dependencies...
-==> Retrieving sources...
- -> Found anki-25.02.6.tar.gz
- -> Found anki-core-i18n-0fe0162f4a18e8ef2fbac1d9a33af8e38cf7260e.tar.gz
- -> Found anki-desktop-ftl-17216b03db7249600542e388bd4ea124478400e5.tar.gz
- -> Found no-update.patch
- -> Found strip-formatter-deps.patch
- -> Found strip-type-checking-deps.patch
- -> Found strip-python-pip-system-certs.patch
-==> Validating source files with sha256sums...
- anki-25.02.6.tar.gz ... Passed
- anki-core-i18n-0fe0162f4a18e8ef2fbac1d9a33af8e38cf7260e.tar.gz ... Passed
- anki-desktop-ftl-17216b03db7249600542e388bd4ea124478400e5.tar.gz ... Passed
- no-update.patch ... Passed
- strip-formatter-deps.patch ... Passed
- strip-type-checking-deps.patch ... Passed
- strip-python-pip-system-certs.patch ... Passed
-==> Removing existing $srcdir/ directory...
-==> Extracting sources...
- -> Extracting anki-25.02.6.tar.gz with bsdtar
- -> Extracting anki-core-i18n-0fe0162f4a18e8ef2fbac1d9a33af8e38cf7260e.tar.gz with bsdtar
- -> Extracting anki-desktop-ftl-17216b03db7249600542e388bd4ea124478400e5.tar.gz with bsdtar
-==> Starting prepare()...
-patching file qt/aqt/update.py
-patching file pylib/tools/hookslib.py
-Hunk #1 succeeded at 209 (offset 1 line).
-patching file build/configure/src/python.rs
-Hunk #1 succeeded at 101 (offset 14 lines).
-Hunk #2 succeeded at 119 with fuzz 1 (offset 14 lines).
-patching file qt/aqt/__init__.py
-Hunk #1 succeeded at 9 with fuzz 2 (offset 3 lines).
- Updating crates.io index
- Updating git repository `https://github.com/ankitects/rust-url.git`
-error: failed to get `percent-encoding-iri` as a dependency of package `anki v0.0.0 (/home/cjennings/.cache/yay/anki/src/anki-25.02.6/rslib)`
-
-Caused by:
- failed to load source for dependency `percent-encoding-iri`
-
-Caused by:
- Unable to update https://github.com/ankitects/rust-url.git?rev=bb930b8d089f4d30d7d19c12e54e66191de47b88#bb930b8d
-
-Caused by:
- failed to stat '/home/cjennings/.gitconfig'; class=Config (7)
-==> ERROR: A failure occurred in prepare().
- Aborting...
- -> error making: anki-exit status 4
- -> Failed to install the following packages. Manual intervention is required:
-anki - exit status 4
-...retrying anki once more @ 15:23:48
-AUR Explicit (1): anki-25.02.6-1
-:: PKGBUILD up to date, skipping download: anki
- 1 anki (Build Files Exist)
-==> Packages to cleanBuild?
-==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
-==>
- 1 anki (Build Files Exist)
-==> Diffs to show?
-==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
-==>
-==> Making package: anki 25.02.6-1 (Sun 08 Jun 2025 03:23:50 PM CDT)
-==> Retrieving sources...
- -> Found anki-25.02.6.tar.gz
- -> Found anki-core-i18n-0fe0162f4a18e8ef2fbac1d9a33af8e38cf7260e.tar.gz
- -> Found anki-desktop-ftl-17216b03db7249600542e388bd4ea124478400e5.tar.gz
- -> Found no-update.patch
- -> Found strip-formatter-deps.patch
- -> Found strip-type-checking-deps.patch
- -> Found strip-python-pip-system-certs.patch
-==> WARNING: Skipping verification of source file PGP signatures.
-==> Validating source files with sha256sums...
- anki-25.02.6.tar.gz ... Passed
- anki-core-i18n-0fe0162f4a18e8ef2fbac1d9a33af8e38cf7260e.tar.gz ... Passed
- anki-desktop-ftl-17216b03db7249600542e388bd4ea124478400e5.tar.gz ... Passed
- no-update.patch ... Passed
- strip-formatter-deps.patch ... Passed
- strip-type-checking-deps.patch ... Passed
- strip-python-pip-system-certs.patch ... Passed
-:: (1/1) Parsing SRCINFO: anki
-==> Making package: anki 25.02.6-1 (Sun 08 Jun 2025 03:23:52 PM CDT)
-==> Checking runtime dependencies...
-==> Checking buildtime dependencies...
-==> Retrieving sources...
- -> Found anki-25.02.6.tar.gz
- -> Found anki-core-i18n-0fe0162f4a18e8ef2fbac1d9a33af8e38cf7260e.tar.gz
- -> Found anki-desktop-ftl-17216b03db7249600542e388bd4ea124478400e5.tar.gz
- -> Found no-update.patch
- -> Found strip-formatter-deps.patch
- -> Found strip-type-checking-deps.patch
- -> Found strip-python-pip-system-certs.patch
-==> Validating source files with sha256sums...
- anki-25.02.6.tar.gz ... Passed
- anki-core-i18n-0fe0162f4a18e8ef2fbac1d9a33af8e38cf7260e.tar.gz ... Passed
- anki-desktop-ftl-17216b03db7249600542e388bd4ea124478400e5.tar.gz ... Passed
- no-update.patch ... Passed
- strip-formatter-deps.patch ... Passed
- strip-type-checking-deps.patch ... Passed
- strip-python-pip-system-certs.patch ... Passed
-==> Removing existing $srcdir/ directory...
-==> Extracting sources...
- -> Extracting anki-25.02.6.tar.gz with bsdtar
- -> Extracting anki-core-i18n-0fe0162f4a18e8ef2fbac1d9a33af8e38cf7260e.tar.gz with bsdtar
- -> Extracting anki-desktop-ftl-17216b03db7249600542e388bd4ea124478400e5.tar.gz with bsdtar
-==> Starting prepare()...
-patching file qt/aqt/update.py
-patching file pylib/tools/hookslib.py
-Hunk #1 succeeded at 209 (offset 1 line).
-patching file build/configure/src/python.rs
-Hunk #1 succeeded at 101 (offset 14 lines).
-Hunk #2 succeeded at 119 with fuzz 1 (offset 14 lines).
-patching file qt/aqt/__init__.py
-Hunk #1 succeeded at 9 with fuzz 2 (offset 3 lines).
- Updating crates.io index
- Updating git repository `https://github.com/ankitects/rust-url.git`
-error: failed to get `percent-encoding-iri` as a dependency of package `anki v0.0.0 (/home/cjennings/.cache/yay/anki/src/anki-25.02.6/rslib)`
-
-Caused by:
- failed to load source for dependency `percent-encoding-iri`
-
-Caused by:
- Unable to update https://github.com/ankitects/rust-url.git?rev=bb930b8d089f4d30d7d19c12e54e66191de47b88#bb930b8d
-
-Caused by:
- failed to stat '/home/cjennings/.gitconfig'; class=Config (7)
-==> ERROR: A failure occurred in prepare().
- Aborting...
- -> error making: anki-exit status 4
- -> Failed to install the following packages. Manual intervention is required:
-anki - exit status 4
-ERROR: retrying anki once more failed with error code 1 @ 15:23:55
-...installing dtrx via the AUR @ 15:23:55
-AUR Explicit (1): dtrx-8.5.3-1
-:: (1/1) Downloaded PKGBUILD: dtrx
- 1 dtrx (Build Files Exist)
-==> Packages to cleanBuild?
-==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
-==>
- 1 dtrx (Build Files Exist)
-==> Diffs to show?
-==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
-==>
-==> Making package: dtrx 8.5.3-1 (Sun 08 Jun 2025 03:23:59 PM CDT)
-==> Retrieving sources...
- -> Downloading dtrx-8.5.3.tar.gz...
- % Total % Received % Xferd Average Speed Time Time Time Current
- Dload Upload Total Spent Left Speed
- 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
- 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0
- 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 100 34147 100 34147 0 0 18774 0 0:00:01 0:00:01 --:--:-- 67351
-==> WARNING: Skipping verification of source file PGP signatures.
-==> Validating source files with sha256sums...
- dtrx-8.5.3.tar.gz ... Passed
-:: (1/1) Parsing SRCINFO: dtrx
-==> Making package: dtrx 8.5.3-1 (Sun 08 Jun 2025 03:24:02 PM CDT)
-==> Checking runtime dependencies...
-==> Checking buildtime dependencies...
-==> Retrieving sources...
- -> Found dtrx-8.5.3.tar.gz
-==> Validating source files with sha256sums...
- dtrx-8.5.3.tar.gz ... Passed
-==> Removing existing $srcdir/ directory...
-==> Extracting sources...
- -> Extracting dtrx-8.5.3.tar.gz with bsdtar
-==> Sources are ready.
-==> Making package: dtrx 8.5.3-1 (Sun 08 Jun 2025 03:24:05 PM CDT)
-==> Checking runtime dependencies...
-==> Checking buildtime dependencies...
-==> WARNING: Using existing $srcdir/ tree
-==> Entering fakeroot environment...
-==> Starting package()...
-/usr/lib/python3.13/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
-!!
-
- ********************************************************************************
- Please consider removing the following classifiers in favor of a SPDX license expression:
-
- License :: OSI Approved :: GNU General Public License (GPL)
-
- See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
- ********************************************************************************
-
-!!
- self._finalize_license_expression()
-running install
-/usr/lib/python3.13/site-packages/setuptools/_distutils/cmd.py:90: SetuptoolsDeprecationWarning: setup.py install is deprecated.
-!!
-
- ********************************************************************************
- Please avoid running ``setup.py`` directly.
- Instead, use pypa/build, pypa/installer or other
- standards-based tools.
-
- By 2025-Oct-31, you need to update your project and remove deprecated calls
- or your builds will no longer be supported.
-
- See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details.
- ********************************************************************************
-
-!!
- self.initialize_options()
-running build
-running build_py
-creating build/lib/dtrx
-copying dtrx/__init__.py -> build/lib/dtrx
-copying dtrx/dtrx.py -> build/lib/dtrx
-running install_lib
-creating /home/cjennings/.cache/yay/dtrx/pkg/dtrx/usr/lib/python3.13/site-packages
-creating /home/cjennings/.cache/yay/dtrx/pkg/dtrx/usr/lib/python3.13/site-packages/dtrx
-copying build/lib/dtrx/__init__.py -> /home/cjennings/.cache/yay/dtrx/pkg/dtrx/usr/lib/python3.13/site-packages/dtrx
-copying build/lib/dtrx/dtrx.py -> /home/cjennings/.cache/yay/dtrx/pkg/dtrx/usr/lib/python3.13/site-packages/dtrx
-byte-compiling /home/cjennings/.cache/yay/dtrx/pkg/dtrx/usr/lib/python3.13/site-packages/dtrx/__init__.py to __init__.cpython-313.pyc
-byte-compiling /home/cjennings/.cache/yay/dtrx/pkg/dtrx/usr/lib/python3.13/site-packages/dtrx/dtrx.py to dtrx.cpython-313.pyc
-running install_egg_info
-running egg_info
-writing dtrx.egg-info/PKG-INFO
-writing dependency_links to dtrx.egg-info/dependency_links.txt
-writing entry points to dtrx.egg-info/entry_points.txt
-writing requirements to dtrx.egg-info/requires.txt
-writing top-level names to dtrx.egg-info/top_level.txt
-reading manifest file 'dtrx.egg-info/SOURCES.txt'
-adding license file 'COPYING'
-writing manifest file 'dtrx.egg-info/SOURCES.txt'
-Copying dtrx.egg-info to /home/cjennings/.cache/yay/dtrx/pkg/dtrx/usr/lib/python3.13/site-packages/dtrx-8.5.3-py3.13.egg-info
-running install_scripts
-Installing dtrx script to /home/cjennings/.cache/yay/dtrx/pkg/dtrx/usr/bin
-==> Tidying install...
- -> Removing libtool files...
- -> Purging unwanted files...
- -> Removing static library files...
- -> Stripping unneeded symbols from binaries and libraries...
- -> Compressing man and info pages...
-==> Checking for packaging issues...
-==> Creating package "dtrx"...
- -> Generating .PKGINFO file...
- -> Generating .BUILDINFO file...
- -> Generating .MTREE file...
- -> Compressing package...
-==> Leaving fakeroot environment.
-==> Finished making: dtrx 8.5.3-1 (Sun 08 Jun 2025 03:24:09 PM CDT)
-==> Cleaning up...
-loading packages...
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (1) dtrx-8.5.3-1
-
-Total Installed Size: 0.15 MiB
-
-:: Proceed with installation? [Y/n]
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing dtrx...
-Optional dependencies for dtrx
- tar: to extract tar, deb, and gem archives [installed]
- unzip: to extract zip archives [installed]
- cpio: to extract cpio and rpm archives
- rpm-org: to extract rpm archives
- binutils: to extract deb archives [installed]
- gzip: deb, gem, gzip, and compress archives [installed]
- bzip2: to extract deb and bzip2 archives [installed]
- xz: to extract xz archives [installed]
- p7zip: to extract 7z archives [installed]
- unrar: to extract rar archives [installed]
- cabextract: to extract MS Cabinet archives
- unshield: to extract InstallShield archives
- lha: to extract lzh archives
-:: Running post-transaction hooks...
-(1/1) Arming ConditionNeedsUpdate...
-...installing figlet-fonts via the AUR @ 15:24:09
-AUR Explicit (1): figlet-fonts-1.0-3
-:: (1/1) Downloaded PKGBUILD: figlet-fonts
- 1 figlet-fonts (Build Files Exist)
-==> Packages to cleanBuild?
-==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
-==>
- 1 figlet-fonts (Build Files Exist)
-==> Diffs to show?
-==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
-==>
-==> Making package: figlet-fonts 1.0-3 (Sun 08 Jun 2025 03:24:13 PM CDT)
-==> Retrieving sources...
- -> Downloading ours.tar.gz...
-curl: option --ftp-pasv: is unknown
-curl: try 'curl --help' for more information
-==> ERROR: Failure while downloading ftp://ftp.figlet.org/pub/figlet/fonts/ours.tar.gz
- Aborting...
- -> error downloading sources: /home/cjennings/.cache/yay/figlet-fonts
- context: exit status 1
-
-
-:: (1/1) Parsing SRCINFO: figlet-fonts
-==> Making package: figlet-fonts 1.0-3 (Sun 08 Jun 2025 03:24:14 PM CDT)
-==> Checking runtime dependencies...
-==> Checking buildtime dependencies...
-==> Retrieving sources...
- -> Downloading ours.tar.gz...
-curl: option --ftp-pasv: is unknown
-curl: try 'curl --help' for more information
-==> ERROR: Failure while downloading ftp://ftp.figlet.org/pub/figlet/fonts/ours.tar.gz
- Aborting...
- -> error making: figlet-fonts-exit status 1
- -> Failed to install the following packages. Manual intervention is required:
-figlet-fonts - exit status 1
-...retrying figlet-fonts @ 15:24:14
-AUR Explicit (1): figlet-fonts-1.0-3
-:: PKGBUILD up to date, skipping download: figlet-fonts
- 1 figlet-fonts (Build Files Exist)
-==> Packages to cleanBuild?
-==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
-==>
- 1 figlet-fonts (Build Files Exist)
-==> Diffs to show?
-==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
-==>
-==> Making package: figlet-fonts 1.0-3 (Sun 08 Jun 2025 03:24:17 PM CDT)
-==> Retrieving sources...
- -> Downloading ours.tar.gz...
-curl: option --ftp-pasv: is unknown
-curl: try 'curl --help' for more information
-==> ERROR: Failure while downloading ftp://ftp.figlet.org/pub/figlet/fonts/ours.tar.gz
- Aborting...
- -> error downloading sources: /home/cjennings/.cache/yay/figlet-fonts
- context: exit status 1
-
-
-:: (1/1) Parsing SRCINFO: figlet-fonts
-==> Making package: figlet-fonts 1.0-3 (Sun 08 Jun 2025 03:24:19 PM CDT)
-==> Checking runtime dependencies...
-==> Checking buildtime dependencies...
-==> Retrieving sources...
- -> Downloading ours.tar.gz...
-curl: option --ftp-pasv: is unknown
-curl: try 'curl --help' for more information
-==> ERROR: Failure while downloading ftp://ftp.figlet.org/pub/figlet/fonts/ours.tar.gz
- Aborting...
- -> error making: figlet-fonts-exit status 1
- -> Failed to install the following packages. Manual intervention is required:
-figlet-fonts - exit status 1
-...retrying figlet-fonts once more @ 15:24:19
-AUR Explicit (1): figlet-fonts-1.0-3
-:: PKGBUILD up to date, skipping download: figlet-fonts
- 1 figlet-fonts (Build Files Exist)
-==> Packages to cleanBuild?
-==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
-==>
- 1 figlet-fonts (Build Files Exist)
-==> Diffs to show?
-==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
-==>
-==> Making package: figlet-fonts 1.0-3 (Sun 08 Jun 2025 03:24:21 PM CDT)
-==> Retrieving sources...
- -> Downloading ours.tar.gz...
-curl: option --ftp-pasv: is unknown
-curl: try 'curl --help' for more information
-==> ERROR: Failure while downloading ftp://ftp.figlet.org/pub/figlet/fonts/ours.tar.gz
- Aborting...
- -> error downloading sources: /home/cjennings/.cache/yay/figlet-fonts
- context: exit status 1
-
-
-:: (1/1) Parsing SRCINFO: figlet-fonts
-==> Making package: figlet-fonts 1.0-3 (Sun 08 Jun 2025 03:24:22 PM CDT)
-==> Checking runtime dependencies...
-==> Checking buildtime dependencies...
-==> Retrieving sources...
- -> Downloading ours.tar.gz...
-curl: option --ftp-pasv: is unknown
-curl: try 'curl --help' for more information
-==> ERROR: Failure while downloading ftp://ftp.figlet.org/pub/figlet/fonts/ours.tar.gz
- Aborting...
- -> error making: figlet-fonts-exit status 1
- -> Failed to install the following packages. Manual intervention is required:
-figlet-fonts - exit status 1
-ERROR: retrying figlet-fonts once more failed with error code 1 @ 15:24:23
-...installing foliate via the AUR @ 15:24:23
-Sync Explicit (1): foliate-3.3.0-1
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (4) gjs-2:1.84.2-1 js128-128.11.0-1 webkitgtk-6.0-2.48.3-1 foliate-3.3.0-1
-
-Total Download Size: 51.26 MiB
-Total Installed Size: 212.59 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- webkitgtk-6.0-2.48.3-1-x86_64 downloading...
- js128-128.11.0-1-x86_64 downloading...
- foliate-3.3.0-1-any downloading...
- gjs-2:1.84.2-1-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing js128...
-installing gjs...
-installing webkitgtk-6.0...
-Optional dependencies for webkitgtk-6.0
- geoclue: Geolocation support
- gst-libav: nonfree media decoding
- gst-plugins-bad: media decoding
- gst-plugins-good: media decoding [installed]
-installing foliate...
-Optional dependencies for foliate
- espeak-ng: Text-to-speech support; also voice package needed
- festival: Text-to-speech support; also voice package needed
- gspell: Spell-checking support
- hyphen: Auto-hyphenation support [installed]
- tracker3 [installed]
-:: Running post-transaction hooks...
-(1/4) Arming ConditionNeedsUpdate...
-(2/4) Compiling GSettings XML schema files...
-(3/4) Updating icon theme caches...
-(4/4) Updating the desktop file MIME type cache...
-...installing hfsprogs via the AUR @ 15:24:36
-AUR Explicit (1): hfsprogs-540.1.linux3-5
-:: (1/1) Downloaded PKGBUILD: hfsprogs
- 1 hfsprogs (Build Files Exist)
-==> Packages to cleanBuild?
-==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
-==>
- 1 hfsprogs (Build Files Exist)
-==> Diffs to show?
-==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
-==>
-==> Making package: hfsprogs 540.1.linux3-5 (Sun 08 Jun 2025 03:24:40 PM CDT)
-==> Retrieving sources...
- -> Downloading diskdev_cmds-540.1.linux3.tar.gz...
- % Total % Received % Xferd Average Speed Time Time Time Current
- Dload Upload Total Spent Left Speed
- 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 33 401k 33 135k 0 0 153k 0 0:00:02 --:--:-- 0:00:02 153k 100 401k 100 401k 0 0 396k 0 0:00:01 0:00:01 --:--:-- 396k
- -> Downloading hfsplus-tools-no-blocks.patch...
- % Total % Received % Xferd Average Speed Time Time Time Current
- Dload Upload Total Spent Left Speed
- 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5681 100 5681 0 0 7609 0 --:--:-- --:--:-- --:--:-- 7615
- -> Downloading hfsplus-tools-learn-to-stdarg.patch...
- % Total % Received % Xferd Average Speed Time Time Time Current
- Dload Upload Total Spent Left Speed
- 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3353 100 3353 0 0 6433 0 --:--:-- --:--:-- --:--:-- 6423
- -> Downloading apsl-2.0.txt...
- % Total % Received % Xferd Average Speed Time Time Time Current
- Dload Upload Total Spent Left Speed
- 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 19829 100 19829 0 0 25735 0 --:--:-- --:--:-- --:--:-- 25718
- -> Downloading hfsplus-tools-sysctl.patch...
- % Total % Received % Xferd Average Speed Time Time Time Current
- Dload Upload Total Spent Left Speed
- 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1946 100 1946 0 0 2656 0 --:--:-- --:--:-- --:--:-- 2654 100 1946 100 1946 0 0 2654 0 --:--:-- --:--:-- --:--:-- 2654
- -> Found ldflags_relro.patch
-==> WARNING: Skipping verification of source file PGP signatures.
-==> Validating source files with sha256sums...
- diskdev_cmds-540.1.linux3.tar.gz ... Passed
- hfsplus-tools-no-blocks.patch ... Passed
- hfsplus-tools-learn-to-stdarg.patch ... Passed
- apsl-2.0.txt ... Passed
- hfsplus-tools-sysctl.patch ... Passed
- ldflags_relro.patch ... Passed
-:: (1/1) Parsing SRCINFO: hfsprogs
-==> Making package: hfsprogs 540.1.linux3-5 (Sun 08 Jun 2025 03:24:46 PM CDT)
-==> Checking runtime dependencies...
-==> Checking buildtime dependencies...
-==> Retrieving sources...
- -> Found diskdev_cmds-540.1.linux3.tar.gz
- -> Found hfsplus-tools-no-blocks.patch
- -> Found hfsplus-tools-learn-to-stdarg.patch
- -> Found apsl-2.0.txt
- -> Found hfsplus-tools-sysctl.patch
- -> Found ldflags_relro.patch
-==> Validating source files with sha256sums...
- diskdev_cmds-540.1.linux3.tar.gz ... Passed
- hfsplus-tools-no-blocks.patch ... Passed
- hfsplus-tools-learn-to-stdarg.patch ... Passed
- apsl-2.0.txt ... Passed
- hfsplus-tools-sysctl.patch ... Passed
- ldflags_relro.patch ... Passed
-==> Removing existing $srcdir/ directory...
-==> Extracting sources...
- -> Extracting diskdev_cmds-540.1.linux3.tar.gz with bsdtar
-==> Starting prepare()...
-patching file fsck_hfs.tproj/dfalib/SControl.c
-patching file fsck_hfs.tproj/fsck_messages.c
-patching file fsck_hfs.tproj/fsck_messages.h
-patching file fsck_hfs.tproj/Makefile.lnx
-patching file Makefile
-patching file fsck_hfs.tproj/utilities.c
-patching file Makefile
-patching file fsck_hfs.tproj/dfalib/Scavenger.h
-patching file fsck_hfs.tproj/fsck_hfs.c
-patching file fsck_hfs.tproj/utilities.c
-patching file newfs_hfs.tproj/makehfs.c
-==> Sources are ready.
-==> Making package: hfsprogs 540.1.linux3-5 (Sun 08 Jun 2025 03:24:49 PM CDT)
-==> Checking runtime dependencies...
-==> Checking buildtime dependencies...
-==> WARNING: Using existing $srcdir/ tree
-==> Starting build()...
-for d in newfs_hfs.tproj fsck_hfs.tproj; do make -C $d -f Makefile.lnx all; done
-make[1]: Entering directory '/home/cjennings/.cache/yay/hfsprogs/src/diskdev_cmds-540.1.linux3/newfs_hfs.tproj'
-cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/home/cjennings/.cache/yay/hfsprogs/src=/usr/src/debug/hfsprogs -flto=auto -I/home/cjennings/.cache/yay/hfsprogs/src/diskdev_cmds-540.1.linux3/include -DDEBUG_BUILD=0 -D_FILE_OFFSET_BITS=64 -D LINUX=1 -D BSD=1 -D VERSION=\"540.1.linux3\" -c -o hfs_endian.o hfs_endian.c
-cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/home/cjennings/.cache/yay/hfsprogs/src=/usr/src/debug/hfsprogs -flto=auto -I/home/cjennings/.cache/yay/hfsprogs/src/diskdev_cmds-540.1.linux3/include -DDEBUG_BUILD=0 -D_FILE_OFFSET_BITS=64 -D LINUX=1 -D BSD=1 -D VERSION=\"540.1.linux3\" -c -o makehfs.o makehfs.c
-cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/home/cjennings/.cache/yay/hfsprogs/src=/usr/src/debug/hfsprogs -flto=auto -I/home/cjennings/.cache/yay/hfsprogs/src/diskdev_cmds-540.1.linux3/include -DDEBUG_BUILD=0 -D_FILE_OFFSET_BITS=64 -D LINUX=1 -D BSD=1 -D VERSION=\"540.1.linux3\" -c -o newfs_hfs.o newfs_hfs.c
-makehfs.c: In function ‘WriteBuffer’:
-makehfs.c:1383:41: warning: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 3 has type ‘off_t’ {aka ‘long int’} [-Wformat=]
- 1383 | err(1, "read (sector %llu)", physSector);
- | ~~~^ ~~~~~~~~~~
- | | |
- | | off_t {aka long int}
- | long long unsigned int
- | %lu
-makehfs.c:1386:42: warning: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 3 has type ‘off_t’ {aka ‘long int’} [-Wformat=]
- 1386 | err(1, "write (sector %llu)", physSector);
- | ~~~^ ~~~~~~~~~~
- | | |
- | | off_t {aka long int}
- | long long unsigned int
- | %lu
-makehfs.c: In function ‘GenerateVolumeUUID’:
-makehfs.c:1596:17: warning: ‘SHA1_Init’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
- 1596 | SHA1_Init(&context);
- | ^~~~~~~~~
-In file included from makehfs.c:79:
-/usr/include/openssl/sha.h:49:27: note: declared here
- 49 | OSSL_DEPRECATEDIN_3_0 int SHA1_Init(SHA_CTX *c);
- | ^~~~~~~~~
-makehfs.c:1602:17: warning: ‘SHA1_Update’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
- 1602 | SHA1_Update(&context, &uptime, sizeof(uptime));
- | ^~~~~~~~~~~
-/usr/include/openssl/sha.h:50:27: note: declared here
- 50 | OSSL_DEPRECATEDIN_3_0 int SHA1_Update(SHA_CTX *c, const void *data, size_t len);
- | ^~~~~~~~~~~
-makehfs.c:1647:17: warning: ‘SHA1_Update’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
- 1647 | SHA1_Update(&context, &sysloadavg, datalen);
- | ^~~~~~~~~~~
-/usr/include/openssl/sha.h:50:27: note: declared here
- 50 | OSSL_DEPRECATEDIN_3_0 int SHA1_Update(SHA_CTX *c, const void *data, size_t len);
- | ^~~~~~~~~~~
-makehfs.c:1660:17: warning: ‘SHA1_Update’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
- 1660 | SHA1_Update(&context, randomInputBuffer, 26);
- | ^~~~~~~~~~~
-/usr/include/openssl/sha.h:50:27: note: declared here
- 50 | OSSL_DEPRECATEDIN_3_0 int SHA1_Update(SHA_CTX *c, const void *data, size_t len);
- | ^~~~~~~~~~~
-makehfs.c:1663:17: warning: ‘SHA1_Final’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
- 1663 | SHA1_Final(digest, &context);
- | ^~~~~~~~~~
-/usr/include/openssl/sha.h:51:27: note: declared here
- 51 | OSSL_DEPRECATEDIN_3_0 int SHA1_Final(unsigned char *md, SHA_CTX *c);
- | ^~~~~~~~~~
-newfs_hfs.c: In function ‘main’:
-newfs_hfs.c:175:1: warning: old-style function definition [-Wold-style-definition]
- 175 | main(argc, argv)
- | ^~~~
-newfs_hfs.c:205:69: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘uint64_t’ {aka ‘long unsigned int’} [-Wformat=]
- 205 | printf("%s: journal size %lldk too small. Reset to %dk.\n",
- | ~~~^
- | |
- | long long int
- | %ld
- 206 | progname, gJournalSize/1024, JOURNAL_DEFAULT_SIZE/1024);
- | ~~~~~~~~~~~~~~~~~
- | |
- | uint64_t {aka long unsigned int}
-newfs_hfs.c: In function ‘hfsplus_params’:
-newfs_hfs.c:906:69: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘uint64_t’ {aka ‘long unsigned int’} [-Wformat=]
- 906 | printf("%s: journal size %lldk too small. Reset to %dk.\n",
- | ~~~^
- | |
- | long long int
- | %ld
- 907 | progname, gJournalSize/1024, JOURNAL_DEFAULT_SIZE/1024);
- | ~~~~~~~~~~~~~~~~~
- | |
- | uint64_t {aka long unsigned int}
-newfs_hfs.c:1057:36: warning: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 2 has type ‘uint64_t’ {aka ‘long unsigned int’} [-Wformat=]
- 1057 | printf("%llu sectors (%u bytes per sector)\n", dip->physTotalSectors, dip->physSectorSize);
- | ~~~^ ~~~~~~~~~~~~~~~~~~~~~
- | | |
- | long long unsigned int uint64_t {aka long unsigned int}
- | %lu
-cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/home/cjennings/.cache/yay/hfsprogs/src=/usr/src/debug/hfsprogs -flto=auto -I/home/cjennings/.cache/yay/hfsprogs/src/diskdev_cmds-540.1.linux3/include -DDEBUG_BUILD=0 -D_FILE_OFFSET_BITS=64 -D LINUX=1 -D BSD=1 -D VERSION=\"540.1.linux3\" -Wl,--build-id,-O1,--sort-common,--as-needed,-z,relro,-z,now -o newfs_hfs hfs_endian.o makehfs.o newfs_hfs.o -lcrypto
-make[1]: Leaving directory '/home/cjennings/.cache/yay/hfsprogs/src/diskdev_cmds-540.1.linux3/newfs_hfs.tproj'
-make[1]: Entering directory '/home/cjennings/.cache/yay/hfsprogs/src/diskdev_cmds-540.1.linux3/fsck_hfs.tproj'
-cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/home/cjennings/.cache/yay/hfsprogs/src=/usr/src/debug/hfsprogs -flto=auto -I/home/cjennings/.cache/yay/hfsprogs/src/diskdev_cmds-540.1.linux3/include -DDEBUG_BUILD=0 -D_FILE_OFFSET_BITS=64 -D LINUX=1 -D BSD=1 -D VERSION=\"540.1.linux3\" -c -o fsck_hfs.o fsck_hfs.c
-cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/home/cjennings/.cache/yay/hfsprogs/src=/usr/src/debug/hfsprogs -flto=auto -I/home/cjennings/.cache/yay/hfsprogs/src/diskdev_cmds-540.1.linux3/include -DDEBUG_BUILD=0 -D_FILE_OFFSET_BITS=64 -D LINUX=1 -D BSD=1 -D VERSION=\"540.1.linux3\" -c -o utilities.o utilities.c
-cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/home/cjennings/.cache/yay/hfsprogs/src=/usr/src/debug/hfsprogs -flto=auto -I/home/cjennings/.cache/yay/hfsprogs/src/diskdev_cmds-540.1.linux3/include -DDEBUG_BUILD=0 -D_FILE_OFFSET_BITS=64 -D LINUX=1 -D BSD=1 -D VERSION=\"540.1.linux3\" -c -o cache.o cache.c
-cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/home/cjennings/.cache/yay/hfsprogs/src=/usr/src/debug/hfsprogs -flto=auto -I/home/cjennings/.cache/yay/hfsprogs/src/diskdev_cmds-540.1.linux3/include -DDEBUG_BUILD=0 -D_FILE_OFFSET_BITS=64 -D LINUX=1 -D BSD=1 -D VERSION=\"540.1.linux3\" -c -o fsck_messages.o fsck_messages.c
-fsck_messages.c: In function ‘fsckAskPrompt’:
-fsck_messages.c:517:25: warning: ignoring return value of ‘fgets’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
- 517 | fgets (resp, 80, stdin);
- | ^~~~~~~~~~~~~~~~~~~~~~~
-fsck_messages.c: In function ‘fsckPrintToString’:
-fsck_messages.c:719:9: warning: ignoring return value of ‘vasprintf’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
- 719 | vasprintf(&tmpstr, m->msg, ap);
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-fsck_messages.c:721:17: warning: ignoring return value of ‘asprintf’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
- 721 | asprintf(&retval, "%s%s\n", astr, tmpstr);
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-utilities.c: In function ‘ckfini’:
-utilities.c:115:1: warning: old-style function definition [-Wold-style-definition]
- 115 | ckfini(markclean)
- | ^~~~~~
-utilities.c: In function ‘catch’:
-utilities.c:259:1: warning: old-style function definition [-Wold-style-definition]
- 259 | catch(sig)
- | ^~~~~
-cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/home/cjennings/.cache/yay/hfsprogs/src=/usr/src/debug/hfsprogs -flto=auto -I/home/cjennings/.cache/yay/hfsprogs/src/diskdev_cmds-540.1.linux3/include -DDEBUG_BUILD=0 -D_FILE_OFFSET_BITS=64 -D LINUX=1 -D BSD=1 -D VERSION=\"540.1.linux3\" -c -o fsck_debug.o fsck_debug.c
-fsck_hfs.c: In function ‘main’:
-fsck_hfs.c:112:1: warning: old-style function definition [-Wold-style-definition]
- 112 | main(argc, argv)
- | ^~~~
-cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/home/cjennings/.cache/yay/hfsprogs/src=/usr/src/debug/hfsprogs -flto=auto -I/home/cjennings/.cache/yay/hfsprogs/src/diskdev_cmds-540.1.linux3/include -DDEBUG_BUILD=0 -D_FILE_OFFSET_BITS=64 -D LINUX=1 -D BSD=1 -D VERSION=\"540.1.linux3\" -c -o fsck_hfs_strings.o fsck_hfs_strings.c
-cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/home/cjennings/.cache/yay/hfsprogs/src=/usr/src/debug/hfsprogs -flto=auto -I/home/cjennings/.cache/yay/hfsprogs/src/diskdev_cmds-540.1.linux3/include -DDEBUG_BUILD=0 -D_FILE_OFFSET_BITS=64 -D LINUX=1 -D BSD=1 -D VERSION=\"540.1.linux3\" -c -o fsck_strings.o fsck_strings.c
-make -C dfalib -f Makefile.lnx libdfa.a
-make[2]: Entering directory '/home/cjennings/.cache/yay/hfsprogs/src/diskdev_cmds-540.1.linux3/fsck_hfs.tproj/dfalib'
-cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/home/cjennings/.cache/yay/hfsprogs/src=/usr/src/debug/hfsprogs -flto=auto -I/home/cjennings/.cache/yay/hfsprogs/src/diskdev_cmds-540.1.linux3/include -DDEBUG_BUILD=0 -D_FILE_OFFSET_BITS=64 -D LINUX=1 -D BSD=1 -D VERSION=\"540.1.linux3\" -c -o hfs_endian.o hfs_endian.c
-cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/home/cjennings/.cache/yay/hfsprogs/src=/usr/src/debug/hfsprogs -flto=auto -I/home/cjennings/.cache/yay/hfsprogs/src/diskdev_cmds-540.1.linux3/include -DDEBUG_BUILD=0 -D_FILE_OFFSET_BITS=64 -D LINUX=1 -D BSD=1 -D VERSION=\"540.1.linux3\" -c -o BlockCache.o BlockCache.c
-cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/home/cjennings/.cache/yay/hfsprogs/src=/usr/src/debug/hfsprogs -flto=auto -I/home/cjennings/.cache/yay/hfsprogs/src/diskdev_cmds-540.1.linux3/include -DDEBUG_BUILD=0 -D_FILE_OFFSET_BITS=64 -D LINUX=1 -D BSD=1 -D VERSION=\"540.1.linux3\" -c -o BTree.o BTree.c
-cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/home/cjennings/.cache/yay/hfsprogs/src=/usr/src/debug/hfsprogs -flto=auto -I/home/cjennings/.cache/yay/hfsprogs/src/diskdev_cmds-540.1.linux3/include -DDEBUG_BUILD=0 -D_FILE_OFFSET_BITS=64 -D LINUX=1 -D BSD=1 -D VERSION=\"540.1.linux3\" -c -o BTreeAllocate.o BTreeAllocate.c
-cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/home/cjennings/.cache/yay/hfsprogs/src=/usr/src/debug/hfsprogs -flto=auto -I/home/cjennings/.cache/yay/hfsprogs/src/diskdev_cmds-540.1.linux3/include -DDEBUG_BUILD=0 -D_FILE_OFFSET_BITS=64 -D LINUX=1 -D BSD=1 -D VERSION=\"540.1.linux3\" -c -o BTreeMiscOps.o BTreeMiscOps.c
-In file included from /home/cjennings/.cache/yay/hfsprogs/src/diskdev_cmds-540.1.linux3/include/missing.h:5,
- from /home/cjennings/.cache/yay/hfsprogs/src/diskdev_cmds-540.1.linux3/include/hfs/hfs_format.h:32,
- from hfs_endian.c:38:
-hfs_endian.c: In function ‘hfs_swap_HFSBTInternalNode’:
-hfs_endian.c:1062:92: warning: iteration 3 invokes undefined behavior [-Waggressive-loop-optimizations]
- 1062 | srcRec->dataExtents[j].startBlock = SWAP_BE16 (srcRec->dataExtents[j].startBlock);
- | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
-hfs_endian.c:1061:31: note: within this loop
- 1061 | for (j = 0; j < kHFSExtentDensity * 2; j++) {
- | ~~^~~~~~~~~~~~~~~~~~~~~~~
-cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/home/cjennings/.cache/yay/hfsprogs/src=/usr/src/debug/hfsprogs -flto=auto -I/home/cjennings/.cache/yay/hfsprogs/src/diskdev_cmds-540.1.linux3/include -DDEBUG_BUILD=0 -D_FILE_OFFSET_BITS=64 -D LINUX=1 -D BSD=1 -D VERSION=\"540.1.linux3\" -c -o BTreeNodeOps.o BTreeNodeOps.c
-cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/home/cjennings/.cache/yay/hfsprogs/src=/usr/src/debug/hfsprogs -flto=auto -I/home/cjennings/.cache/yay/hfsprogs/src/diskdev_cmds-540.1.linux3/include -DDEBUG_BUILD=0 -D_FILE_OFFSET_BITS=64 -D LINUX=1 -D BSD=1 -D VERSION=\"540.1.linux3\" -c -o BTreeScanner.o BTreeScanner.c
-cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/home/cjennings/.cache/yay/hfsprogs/src=/usr/src/debug/hfsprogs -flto=auto -I/home/cjennings/.cache/yay/hfsprogs/src/diskdev_cmds-540.1.linux3/include -DDEBUG_BUILD=0 -D_FILE_OFFSET_BITS=64 -D LINUX=1 -D BSD=1 -D VERSION=\"540.1.linux3\" -c -o BTreeTreeOps.o BTreeTreeOps.c
-cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/home/cjennings/.cache/yay/hfsprogs/src=/usr/src/debug/hfsprogs -flto=auto -I/home/cjennings/.cache/yay/hfsprogs/src/diskdev_cmds-540.1.linux3/include -DDEBUG_BUILD=0 -D_FILE_OFFSET_BITS=64 -D LINUX=1 -D BSD=1 -D VERSION=\"540.1.linux3\" -c -o CatalogCheck.o CatalogCheck.c
-cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/home/cjennings/.cache/yay/hfsprogs/src=/usr/src/debug/hfsprogs -flto=auto -I/home/cjennings/.cache/yay/hfsprogs/src/diskdev_cmds-540.1.linux3/include -DDEBUG_BUILD=0 -D_FILE_OFFSET_BITS=64 -D LINUX=1 -D BSD=1 -D VERSION=\"540.1.linux3\" -c -o HardLinkCheck.o HardLinkCheck.c
-cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/home/cjennings/.cache/yay/hfsprogs/src=/usr/src/debug/hfsprogs -flto=auto -I/home/cjennings/.cache/yay/hfsprogs/src/diskdev_cmds-540.1.linux3/include -DDEBUG_BUILD=0 -D_FILE_OFFSET_BITS=64 -D LINUX=1 -D BSD=1 -D VERSION=\"540.1.linux3\" -c -o SBTree.o SBTree.c
-CatalogCheck.c: In function ‘RecordTruncation’:
-CatalogCheck.c:1696:32: warning: format ‘%qd’ expects argument of type ‘long long int’, but argument 3 has type ‘uint64_t’ {aka ‘long unsigned int’} [-Wformat=]
- 1696 | sprintf(oldSizeStr, "%qd", oldSize);
- | ~~^ ~~~~~~~
- | | |
- | | uint64_t {aka long unsigned int}
- | long long int
- | %ld
-CatalogCheck.c:1697:32: warning: format ‘%qd’ expects argument of type ‘long long int’, but argument 3 has type ‘uint64_t’ {aka ‘long unsigned int’} [-Wformat=]
- 1697 | sprintf(newSizeStr, "%qd", newSize);
- | ~~^ ~~~~~~~
- | | |
- | | uint64_t {aka long unsigned int}
- | long long int
- | %ld
-cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/home/cjennings/.cache/yay/hfsprogs/src=/usr/src/debug/hfsprogs -flto=auto -I/home/cjennings/.cache/yay/hfsprogs/src/diskdev_cmds-540.1.linux3/include -DDEBUG_BUILD=0 -D_FILE_OFFSET_BITS=64 -D LINUX=1 -D BSD=1 -D VERSION=\"540.1.linux3\" -c -o SControl.o SControl.c
-cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/home/cjennings/.cache/yay/hfsprogs/src=/usr/src/debug/hfsprogs -flto=auto -I/home/cjennings/.cache/yay/hfsprogs/src/diskdev_cmds-540.1.linux3/include -DDEBUG_BUILD=0 -D_FILE_OFFSET_BITS=64 -D LINUX=1 -D BSD=1 -D VERSION=\"540.1.linux3\" -c -o SVerify1.o SVerify1.c
-cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/home/cjennings/.cache/yay/hfsprogs/src=/usr/src/debug/hfsprogs -flto=auto -I/home/cjennings/.cache/yay/hfsprogs/src/diskdev_cmds-540.1.linux3/include -DDEBUG_BUILD=0 -D_FILE_OFFSET_BITS=64 -D LINUX=1 -D BSD=1 -D VERSION=\"540.1.linux3\" -c -o SVerify2.o SVerify2.c
-SControl.c: In function ‘CheckHFS’:
-SControl.c:329:81: warning: comparison between pointer and integer
- 329 | if (strncpy(dataArea.deviceNode, rdevnode, sizeof(dataArea.deviceNode)) != strlen(rdevnode)) {
- | ^~
-cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/home/cjennings/.cache/yay/hfsprogs/src=/usr/src/debug/hfsprogs -flto=auto -I/home/cjennings/.cache/yay/hfsprogs/src/diskdev_cmds-540.1.linux3/include -DDEBUG_BUILD=0 -D_FILE_OFFSET_BITS=64 -D LINUX=1 -D BSD=1 -D VERSION=\"540.1.linux3\" -c -o SRepair.o SRepair.c
-cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/home/cjennings/.cache/yay/hfsprogs/src=/usr/src/debug/hfsprogs -flto=auto -I/home/cjennings/.cache/yay/hfsprogs/src/diskdev_cmds-540.1.linux3/include -DDEBUG_BUILD=0 -D_FILE_OFFSET_BITS=64 -D LINUX=1 -D BSD=1 -D VERSION=\"540.1.linux3\" -c -o dirhardlink.o dirhardlink.c
-cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/home/cjennings/.cache/yay/hfsprogs/src=/usr/src/debug/hfsprogs -flto=auto -I/home/cjennings/.cache/yay/hfsprogs/src/diskdev_cmds-540.1.linux3/include -DDEBUG_BUILD=0 -D_FILE_OFFSET_BITS=64 -D LINUX=1 -D BSD=1 -D VERSION=\"540.1.linux3\" -c -o SRebuildBTree.o SRebuildBTree.c
-SRepair.c: In function ‘RepairReservedBTreeFields’:
-cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/home/cjennings/.cache/yay/hfsprogs/src=/usr/src/debug/hfsprogs -flto=auto -I/home/cjennings/.cache/yay/hfsprogs/src/diskdev_cmds-540.1.linux3/include -DDEBUG_BUILD=0 -D_FILE_OFFSET_BITS=64 -D LINUX=1 -D BSD=1 -D VERSION=\"540.1.linux3\" -c -o SUtils.o SUtils.c
-SRepair.c:3433:54: warning: taking address of packed member of ‘struct HFSCatalogThread’ may result in an unaligned pointer value [-Waddress-of-packed-member]
- 3433 | reserved = (UInt32*) &(record.hfsThread.reserved);
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
-SUtils.c: In function ‘utf_encodestr’:
-SUtils.c:52:5: warning: old-style function definition [-Wold-style-definition]
- 52 | int utf_encodestr(ucsp, ucslen, utf8p, utf8len, utf8plen)
- | ^~~~~~~~~~~~~
-SUtils.c: In function ‘utf_decodestr’:
-SUtils.c:106:1: warning: old-style function definition [-Wold-style-definition]
- 106 | utf_decodestr(utf8p, utf8len, ucsp, ucslen, ucsplen)
- | ^~~~~~~~~~~~~
-cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/home/cjennings/.cache/yay/hfsprogs/src=/usr/src/debug/hfsprogs -flto=auto -I/home/cjennings/.cache/yay/hfsprogs/src/diskdev_cmds-540.1.linux3/include -DDEBUG_BUILD=0 -D_FILE_OFFSET_BITS=64 -D LINUX=1 -D BSD=1 -D VERSION=\"540.1.linux3\" -c -o SKeyCompare.o SKeyCompare.c
-cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/home/cjennings/.cache/yay/hfsprogs/src=/usr/src/debug/hfsprogs -flto=auto -I/home/cjennings/.cache/yay/hfsprogs/src/diskdev_cmds-540.1.linux3/include -DDEBUG_BUILD=0 -D_FILE_OFFSET_BITS=64 -D LINUX=1 -D BSD=1 -D VERSION=\"540.1.linux3\" -c -o SDevice.o SDevice.c
-cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/home/cjennings/.cache/yay/hfsprogs/src=/usr/src/debug/hfsprogs -flto=auto -I/home/cjennings/.cache/yay/hfsprogs/src/diskdev_cmds-540.1.linux3/include -DDEBUG_BUILD=0 -D_FILE_OFFSET_BITS=64 -D LINUX=1 -D BSD=1 -D VERSION=\"540.1.linux3\" -c -o SExtents.o SExtents.c
-cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/home/cjennings/.cache/yay/hfsprogs/src=/usr/src/debug/hfsprogs -flto=auto -I/home/cjennings/.cache/yay/hfsprogs/src/diskdev_cmds-540.1.linux3/include -DDEBUG_BUILD=0 -D_FILE_OFFSET_BITS=64 -D LINUX=1 -D BSD=1 -D VERSION=\"540.1.linux3\" -c -o SAllocate.o SAllocate.c
-cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/home/cjennings/.cache/yay/hfsprogs/src=/usr/src/debug/hfsprogs -flto=auto -I/home/cjennings/.cache/yay/hfsprogs/src/diskdev_cmds-540.1.linux3/include -DDEBUG_BUILD=0 -D_FILE_OFFSET_BITS=64 -D LINUX=1 -D BSD=1 -D VERSION=\"540.1.linux3\" -c -o SCatalog.o SCatalog.c
-cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/home/cjennings/.cache/yay/hfsprogs/src=/usr/src/debug/hfsprogs -flto=auto -I/home/cjennings/.cache/yay/hfsprogs/src/diskdev_cmds-540.1.linux3/include -DDEBUG_BUILD=0 -D_FILE_OFFSET_BITS=64 -D LINUX=1 -D BSD=1 -D VERSION=\"540.1.linux3\" -c -o SStubs.o SStubs.c
-cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/home/cjennings/.cache/yay/hfsprogs/src=/usr/src/debug/hfsprogs -flto=auto -I/home/cjennings/.cache/yay/hfsprogs/src/diskdev_cmds-540.1.linux3/include -DDEBUG_BUILD=0 -D_FILE_OFFSET_BITS=64 -D LINUX=1 -D BSD=1 -D VERSION=\"540.1.linux3\" -c -o VolumeBitmapCheck.o VolumeBitmapCheck.c
-ar rc libdfa.a hfs_endian.o BlockCache.o BTree.o BTreeAllocate.o BTreeMiscOps.o BTreeNodeOps.o BTreeScanner.o BTreeTreeOps.o CatalogCheck.o HardLinkCheck.o SBTree.o SControl.o SVerify1.o SVerify2.o SRepair.o dirhardlink.o SRebuildBTree.o SUtils.o SKeyCompare.o SDevice.o SExtents.o SAllocate.o SCatalog.o SStubs.o VolumeBitmapCheck.o
-make[2]: Leaving directory '/home/cjennings/.cache/yay/hfsprogs/src/diskdev_cmds-540.1.linux3/fsck_hfs.tproj/dfalib'
-cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/home/cjennings/.cache/yay/hfsprogs/src=/usr/src/debug/hfsprogs -flto=auto -I/home/cjennings/.cache/yay/hfsprogs/src/diskdev_cmds-540.1.linux3/include -DDEBUG_BUILD=0 -D_FILE_OFFSET_BITS=64 -D LINUX=1 -D BSD=1 -D VERSION=\"540.1.linux3\" -Wl,--build-id,-O1,--sort-common,--as-needed,-z,relro,-z,now fsck_hfs.o utilities.o cache.o fsck_messages.o fsck_debug.o fsck_hfs_strings.o fsck_strings.o dfalib/libdfa.a -o fsck_hfs -lpthread
-In function ‘strncat’,
- inlined from ‘rawname’ at utilities.c:232:8,
- inlined from ‘blockcheck’ at utilities.c:188:9:
-/usr/include/bits/string_fortified.h:149:10: warning: ‘__builtin___strncat_chk’ specified bound 32 equals destination size [-Wstringop-overflow=]
- 149 | return __builtin___strncat_chk (__dest, __src, __len,
- | ^
-In function ‘hfs_swap_HFSBTInternalNode’,
- inlined from ‘hfs_swap_BTNode’ at dfalib/hfs_endian.c:306:21:
-dfalib/hfs_endian.c:1062:59: warning: iteration 3 invokes undefined behavior [-Waggressive-loop-optimizations]
- 1062 | srcRec->dataExtents[j].startBlock = SWAP_BE16 (srcRec->dataExtents[j].startBlock);
- | ^
-dfalib/hfs_endian.c:1061:31: note: within this loop
- 1061 | for (j = 0; j < kHFSExtentDensity * 2; j++) {
- | ^
-In function ‘bcopy’,
- inlined from ‘VLockedChk’ at dfalib/SVerify1.c:3457:3:
-/usr/include/bits/strings_fortified.h:25:10: warning: ‘__builtin_memcpy’ reading 28 bytes from a region of size 15 [-Wstringop-overread]
- 25 | (void) __builtin___memmove_chk (__dest, __src, __len,
- | ^
-In function ‘snprintf’,
- inlined from ‘FixBadLinkChainFirst’ at dfalib/SRepair.c:873:9:
-/usr/include/bits/stdio2.h:68:10: warning: ‘__builtin___snprintf_chk’ specified bound 18446744073709551608 exceeds maximum object size 9223372036854775807 [-Wstringop-overread]
- 68 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
- | ^
-In function ‘bzero’,
- inlined from ‘DeallocateFile’ at dfalib/SExtents.c:694:3,
- inlined from ‘DeleteCatalogNode’ at dfalib/SCatalog.c:238:12:
-/usr/include/bits/strings_fortified.h:32:10: warning: ‘__builtin___memset_chk’ writing 52 bytes into a region of size 40 overflows the destination [-Wstringop-overflow=]
- 32 | (void) __builtin___memset_chk (__dest, '\0', __len,
- | ^
-In function ‘bzero’,
- inlined from ‘DeallocateFile’ at dfalib/SExtents.c:697:3,
- inlined from ‘DeleteCatalogNode’ at dfalib/SCatalog.c:238:12:
-/usr/include/bits/strings_fortified.h:32:10: warning: ‘__builtin___memset_chk’ writing 52 bytes into a region of size 40 overflows the destination [-Wstringop-overflow=]
- 32 | (void) __builtin___memset_chk (__dest, '\0', __len,
- | ^
-make[1]: Leaving directory '/home/cjennings/.cache/yay/hfsprogs/src/diskdev_cmds-540.1.linux3/fsck_hfs.tproj'
-==> Entering fakeroot environment...
-==> Starting package()...
-==> Tidying install...
- -> Removing libtool files...
- -> Purging unwanted files...
- -> Removing static library files...
- -> Stripping unneeded symbols from binaries and libraries...
- -> Compressing man and info pages...
-==> Checking for packaging issues...
-==> Creating package "hfsprogs"...
- -> Generating .PKGINFO file...
- -> Generating .BUILDINFO file...
- -> Generating .MTREE file...
- -> Compressing package...
-==> Creating package "hfsprogs-debug"...
- -> Generating .PKGINFO file...
- -> Generating .BUILDINFO file...
- -> Generating .MTREE file...
- -> Compressing package...
-==> Leaving fakeroot environment.
-==> Finished making: hfsprogs 540.1.linux3-5 (Sun 08 Jun 2025 03:24:58 PM CDT)
-==> Cleaning up...
-loading packages...
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (2) hfsprogs-540.1.linux3-5 hfsprogs-debug-540.1.linux3-5
-
-Total Installed Size: 3.07 MiB
-
-:: Proceed with installation? [Y/n]
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing hfsprogs...
-installing hfsprogs-debug...
-:: Running post-transaction hooks...
-(1/1) Arming ConditionNeedsUpdate...
-...installing mcomix via the AUR @ 15:24:59
-AUR Explicit (1): mcomix-3.1.0-1
-:: (1/1) Downloaded PKGBUILD: mcomix
- 1 mcomix (Build Files Exist)
-==> Packages to cleanBuild?
-==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
-==>
- 1 mcomix (Build Files Exist)
-==> Diffs to show?
-==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
-==>
-==> Making package: mcomix 3.1.0-1 (Sun 08 Jun 2025 03:25:03 PM CDT)
-==> Retrieving sources...
- -> Downloading mcomix-3.1.0.tar.gz...
- % Total % Received % Xferd Average Speed Time Time Time Current
- Dload Upload Total Spent Left Speed
- 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 369 100 369 0 0 848 0 --:--:-- --:--:-- --:--:-- 848 100 369 100 369 0 0 846 0 --:--:-- --:--:-- --:--:-- 846
- 9 652k 9 65289 0 0 46950 0 0:00:14 0:00:01 0:00:13 46950 100 652k 100 652k 0 0 357k 0 0:00:01 0:00:01 --:--:-- 1345k
-==> WARNING: Skipping verification of source file PGP signatures.
-==> Validating source files with sha256sums...
- mcomix-3.1.0.tar.gz ... Passed
-:: (1/1) Parsing SRCINFO: mcomix
-==> Making package: mcomix 3.1.0-1 (Sun 08 Jun 2025 03:25:06 PM CDT)
-==> Checking runtime dependencies...
-==> Checking buildtime dependencies...
-==> Retrieving sources...
- -> Found mcomix-3.1.0.tar.gz
-==> Validating source files with sha256sums...
- mcomix-3.1.0.tar.gz ... Passed
-==> Removing existing $srcdir/ directory...
-==> Extracting sources...
- -> Extracting mcomix-3.1.0.tar.gz with bsdtar
-==> Sources are ready.
-==> Making package: mcomix 3.1.0-1 (Sun 08 Jun 2025 03:25:09 PM CDT)
-==> Checking runtime dependencies...
-==> Checking buildtime dependencies...
-==> WARNING: Using existing $srcdir/ tree
-==> Starting build()...
-* Getting build dependencies for wheel...
-/usr/lib/python3.13/site-packages/setuptools/config/_apply_pyprojecttoml.py:82: SetuptoolsDeprecationWarning: `project.license` as a TOML table is deprecated
-!!
-
- ********************************************************************************
- Please use a simple string containing a SPDX expression for `project.license`. You can also use `project.license-files`. (Both options available on setuptools>=77.0.0).
-
- By 2026-Feb-18, you need to update your project and remove deprecated calls
- or your builds will no longer be supported.
-
- See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
- ********************************************************************************
-
-!!
- corresp(dist, value, root_dir)
-/usr/lib/python3.13/site-packages/setuptools/config/_apply_pyprojecttoml.py:61: SetuptoolsDeprecationWarning: License classifiers are deprecated.
-!!
-
- ********************************************************************************
- Please consider removing the following classifiers in favor of a SPDX license expression:
-
- License :: OSI Approved :: GNU General Public License v2 (GPLv2)
-
- See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
- ********************************************************************************
-
-!!
- dist._finalize_license_expression()
-/usr/lib/python3.13/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
-!!
-
- ********************************************************************************
- Please consider removing the following classifiers in favor of a SPDX license expression:
-
- License :: OSI Approved :: GNU General Public License v2 (GPLv2)
-
- See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
- ********************************************************************************
-
-!!
- self._finalize_license_expression()
-running egg_info
-writing mcomix.egg-info/PKG-INFO
-writing dependency_links to mcomix.egg-info/dependency_links.txt
-writing entry points to mcomix.egg-info/entry_points.txt
-writing requirements to mcomix.egg-info/requires.txt
-writing top-level names to mcomix.egg-info/top_level.txt
-reading manifest file 'mcomix.egg-info/SOURCES.txt'
-reading manifest template 'MANIFEST.in'
-no previously-included directories found matching 'test'
-adding license file 'COPYING'
-writing manifest file 'mcomix.egg-info/SOURCES.txt'
-* Building wheel...
-/usr/lib/python3.13/site-packages/setuptools/config/_apply_pyprojecttoml.py:82: SetuptoolsDeprecationWarning: `project.license` as a TOML table is deprecated
-!!
-
- ********************************************************************************
- Please use a simple string containing a SPDX expression for `project.license`. You can also use `project.license-files`. (Both options available on setuptools>=77.0.0).
-
- By 2026-Feb-18, you need to update your project and remove deprecated calls
- or your builds will no longer be supported.
-
- See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
- ********************************************************************************
-
-!!
- corresp(dist, value, root_dir)
-/usr/lib/python3.13/site-packages/setuptools/config/_apply_pyprojecttoml.py:61: SetuptoolsDeprecationWarning: License classifiers are deprecated.
-!!
-
- ********************************************************************************
- Please consider removing the following classifiers in favor of a SPDX license expression:
-
- License :: OSI Approved :: GNU General Public License v2 (GPLv2)
-
- See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
- ********************************************************************************
-
-!!
- dist._finalize_license_expression()
-/usr/lib/python3.13/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
-!!
-
- ********************************************************************************
- Please consider removing the following classifiers in favor of a SPDX license expression:
-
- License :: OSI Approved :: GNU General Public License v2 (GPLv2)
-
- See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
- ********************************************************************************
-
-!!
- self._finalize_license_expression()
-running bdist_wheel
-running build
-running build_py
-creating build/lib/mcomix
-copying mcomix/__init__.py -> build/lib/mcomix
-copying mcomix/__main__.py -> build/lib/mcomix
-copying mcomix/about_dialog.py -> build/lib/mcomix
-copying mcomix/archive_extractor.py -> build/lib/mcomix
-copying mcomix/archive_packer.py -> build/lib/mcomix
-copying mcomix/archive_tools.py -> build/lib/mcomix
-copying mcomix/bookmark_backend.py -> build/lib/mcomix
-copying mcomix/bookmark_dialog.py -> build/lib/mcomix
-copying mcomix/bookmark_menu.py -> build/lib/mcomix
-copying mcomix/bookmark_menu_item.py -> build/lib/mcomix
-copying mcomix/box.py -> build/lib/mcomix
-copying mcomix/callback.py -> build/lib/mcomix
-copying mcomix/clipboard.py -> build/lib/mcomix
-copying mcomix/comment_dialog.py -> build/lib/mcomix
-copying mcomix/constants.py -> build/lib/mcomix
-copying mcomix/cursor_handler.py -> build/lib/mcomix
-copying mcomix/dialog_handler.py -> build/lib/mcomix
-copying mcomix/edit_comment_area.py -> build/lib/mcomix
-copying mcomix/edit_dialog.py -> build/lib/mcomix
-copying mcomix/edit_image_area.py -> build/lib/mcomix
-copying mcomix/enhance_backend.py -> build/lib/mcomix
-copying mcomix/enhance_dialog.py -> build/lib/mcomix
-copying mcomix/event.py -> build/lib/mcomix
-copying mcomix/file_chooser_base_dialog.py -> build/lib/mcomix
-copying mcomix/file_chooser_library_dialog.py -> build/lib/mcomix
-copying mcomix/file_chooser_main_dialog.py -> build/lib/mcomix
-copying mcomix/file_chooser_simple_dialog.py -> build/lib/mcomix
-copying mcomix/file_handler.py -> build/lib/mcomix
-copying mcomix/file_provider.py -> build/lib/mcomix
-copying mcomix/histogram.py -> build/lib/mcomix
-copying mcomix/i18n.py -> build/lib/mcomix
-copying mcomix/icons.py -> build/lib/mcomix
-copying mcomix/image_handler.py -> build/lib/mcomix
-copying mcomix/image_tools.py -> build/lib/mcomix
-copying mcomix/keybindings.py -> build/lib/mcomix
-copying mcomix/keybindings_editor.py -> build/lib/mcomix
-copying mcomix/labels.py -> build/lib/mcomix
-copying mcomix/last_read_page.py -> build/lib/mcomix
-copying mcomix/layout.py -> build/lib/mcomix
-copying mcomix/lens.py -> build/lib/mcomix
-copying mcomix/log.py -> build/lib/mcomix
-copying mcomix/main.py -> build/lib/mcomix
-copying mcomix/message_dialog.py -> build/lib/mcomix
-copying mcomix/openwith.py -> build/lib/mcomix
-copying mcomix/openwith_menu.py -> build/lib/mcomix
-copying mcomix/osd.py -> build/lib/mcomix
-copying mcomix/pageselect.py -> build/lib/mcomix
-copying mcomix/portability.py -> build/lib/mcomix
-copying mcomix/preferences.py -> build/lib/mcomix
-copying mcomix/preferences_dialog.py -> build/lib/mcomix
-copying mcomix/preferences_page.py -> build/lib/mcomix
-copying mcomix/preferences_section.py -> build/lib/mcomix
-copying mcomix/process.py -> build/lib/mcomix
-copying mcomix/properties_dialog.py -> build/lib/mcomix
-copying mcomix/properties_page.py -> build/lib/mcomix
-copying mcomix/recent.py -> build/lib/mcomix
-copying mcomix/run.py -> build/lib/mcomix
-copying mcomix/scrolling.py -> build/lib/mcomix
-copying mcomix/slideshow.py -> build/lib/mcomix
-copying mcomix/status.py -> build/lib/mcomix
-copying mcomix/strings.py -> build/lib/mcomix
-copying mcomix/thumbbar.py -> build/lib/mcomix
-copying mcomix/thumbnail_tools.py -> build/lib/mcomix
-copying mcomix/thumbnail_view.py -> build/lib/mcomix
-copying mcomix/tools.py -> build/lib/mcomix
-copying mcomix/transform.py -> build/lib/mcomix
-copying mcomix/ui.py -> build/lib/mcomix
-copying mcomix/version_tools.py -> build/lib/mcomix
-copying mcomix/worker_thread.py -> build/lib/mcomix
-copying mcomix/zoom.py -> build/lib/mcomix
-creating build/lib/mcomix/archive
-copying mcomix/archive/__init__.py -> build/lib/mcomix/archive
-copying mcomix/archive/archive_base.py -> build/lib/mcomix/archive
-copying mcomix/archive/archive_recursive.py -> build/lib/mcomix/archive
-copying mcomix/archive/lha_external.py -> build/lib/mcomix/archive
-copying mcomix/archive/mobi.py -> build/lib/mcomix/archive
-copying mcomix/archive/password.py -> build/lib/mcomix/archive
-copying mcomix/archive/pdf_external.py -> build/lib/mcomix/archive
-copying mcomix/archive/pdf_multi.py -> build/lib/mcomix/archive
-copying mcomix/archive/rar.py -> build/lib/mcomix/archive
-copying mcomix/archive/rar_external.py -> build/lib/mcomix/archive
-copying mcomix/archive/sevenzip_external.py -> build/lib/mcomix/archive
-copying mcomix/archive/tar.py -> build/lib/mcomix/archive
-copying mcomix/archive/zip.py -> build/lib/mcomix/archive
-copying mcomix/archive/zip_external.py -> build/lib/mcomix/archive
-creating build/lib/mcomix/images
-copying mcomix/images/__init__.py -> build/lib/mcomix/images
-creating build/lib/mcomix/library
-copying mcomix/library/__init__.py -> build/lib/mcomix/library
-copying mcomix/library/add_progress_dialog.py -> build/lib/mcomix/library
-copying mcomix/library/backend.py -> build/lib/mcomix/library
-copying mcomix/library/backend_types.py -> build/lib/mcomix/library
-copying mcomix/library/book_area.py -> build/lib/mcomix/library
-copying mcomix/library/collection_area.py -> build/lib/mcomix/library
-copying mcomix/library/control_area.py -> build/lib/mcomix/library
-copying mcomix/library/main_dialog.py -> build/lib/mcomix/library
-copying mcomix/library/pixbuf_cache.py -> build/lib/mcomix/library
-copying mcomix/library/watchlist.py -> build/lib/mcomix/library
-creating build/lib/mcomix/messages
-copying mcomix/messages/__init__.py -> build/lib/mcomix/messages
-creating build/lib/mcomix/_vendor/packaging
-copying mcomix/_vendor/packaging/__about__.py -> build/lib/mcomix/_vendor/packaging
-copying mcomix/_vendor/packaging/__init__.py -> build/lib/mcomix/_vendor/packaging
-copying mcomix/_vendor/packaging/_structures.py -> build/lib/mcomix/_vendor/packaging
-copying mcomix/_vendor/packaging/version.py -> build/lib/mcomix/_vendor/packaging
-creating build/lib/mcomix/archive/native_pdf
-copying mcomix/archive/native_pdf/__init__.py -> build/lib/mcomix/archive/native_pdf
-copying mcomix/archive/native_pdf/child.py -> build/lib/mcomix/archive/native_pdf
-copying mcomix/archive/native_pdf/manager.py -> build/lib/mcomix/archive/native_pdf
-copying mcomix/archive/native_pdf/parent.py -> build/lib/mcomix/archive/native_pdf
-creating build/lib/mcomix/messages/ca
-copying mcomix/messages/ca/__init__.py -> build/lib/mcomix/messages/ca
-creating build/lib/mcomix/messages/cs
-copying mcomix/messages/cs/__init__.py -> build/lib/mcomix/messages/cs
-creating build/lib/mcomix/messages/de
-copying mcomix/messages/de/__init__.py -> build/lib/mcomix/messages/de
-creating build/lib/mcomix/messages/el
-copying mcomix/messages/el/__init__.py -> build/lib/mcomix/messages/el
-creating build/lib/mcomix/messages/es
-copying mcomix/messages/es/__init__.py -> build/lib/mcomix/messages/es
-creating build/lib/mcomix/messages/fa
-copying mcomix/messages/fa/__init__.py -> build/lib/mcomix/messages/fa
-creating build/lib/mcomix/messages/fr
-copying mcomix/messages/fr/__init__.py -> build/lib/mcomix/messages/fr
-creating build/lib/mcomix/messages/gl
-copying mcomix/messages/gl/__init__.py -> build/lib/mcomix/messages/gl
-creating build/lib/mcomix/messages/he
-copying mcomix/messages/he/__init__.py -> build/lib/mcomix/messages/he
-creating build/lib/mcomix/messages/hr
-copying mcomix/messages/hr/__init__.py -> build/lib/mcomix/messages/hr
-creating build/lib/mcomix/messages/hu
-copying mcomix/messages/hu/__init__.py -> build/lib/mcomix/messages/hu
-creating build/lib/mcomix/messages/id
-copying mcomix/messages/id/__init__.py -> build/lib/mcomix/messages/id
-creating build/lib/mcomix/messages/it
-copying mcomix/messages/it/__init__.py -> build/lib/mcomix/messages/it
-creating build/lib/mcomix/messages/ja
-copying mcomix/messages/ja/__init__.py -> build/lib/mcomix/messages/ja
-creating build/lib/mcomix/messages/ko
-copying mcomix/messages/ko/__init__.py -> build/lib/mcomix/messages/ko
-creating build/lib/mcomix/messages/lt
-copying mcomix/messages/lt/__init__.py -> build/lib/mcomix/messages/lt
-creating build/lib/mcomix/messages/nl
-copying mcomix/messages/nl/__init__.py -> build/lib/mcomix/messages/nl
-creating build/lib/mcomix/messages/pl
-copying mcomix/messages/pl/__init__.py -> build/lib/mcomix/messages/pl
-creating build/lib/mcomix/messages/pt_BR
-copying mcomix/messages/pt_BR/__init__.py -> build/lib/mcomix/messages/pt_BR
-creating build/lib/mcomix/messages/ru
-copying mcomix/messages/ru/__init__.py -> build/lib/mcomix/messages/ru
-creating build/lib/mcomix/messages/sv
-copying mcomix/messages/sv/__init__.py -> build/lib/mcomix/messages/sv
-creating build/lib/mcomix/messages/uk
-copying mcomix/messages/uk/__init__.py -> build/lib/mcomix/messages/uk
-creating build/lib/mcomix/messages/zh_CN
-copying mcomix/messages/zh_CN/__init__.py -> build/lib/mcomix/messages/zh_CN
-creating build/lib/mcomix/messages/zh_TW
-copying mcomix/messages/zh_TW/__init__.py -> build/lib/mcomix/messages/zh_TW
-creating build/lib/mcomix/messages/ca/LC_MESSAGES
-copying mcomix/messages/ca/LC_MESSAGES/__init__.py -> build/lib/mcomix/messages/ca/LC_MESSAGES
-creating build/lib/mcomix/messages/cs/LC_MESSAGES
-copying mcomix/messages/cs/LC_MESSAGES/__init__.py -> build/lib/mcomix/messages/cs/LC_MESSAGES
-creating build/lib/mcomix/messages/de/LC_MESSAGES
-copying mcomix/messages/de/LC_MESSAGES/__init__.py -> build/lib/mcomix/messages/de/LC_MESSAGES
-creating build/lib/mcomix/messages/el/LC_MESSAGES
-copying mcomix/messages/el/LC_MESSAGES/__init__.py -> build/lib/mcomix/messages/el/LC_MESSAGES
-creating build/lib/mcomix/messages/es/LC_MESSAGES
-copying mcomix/messages/es/LC_MESSAGES/__init__.py -> build/lib/mcomix/messages/es/LC_MESSAGES
-creating build/lib/mcomix/messages/fa/LC_MESSAGES
-copying mcomix/messages/fa/LC_MESSAGES/__init__.py -> build/lib/mcomix/messages/fa/LC_MESSAGES
-creating build/lib/mcomix/messages/fr/LC_MESSAGES
-copying mcomix/messages/fr/LC_MESSAGES/__init__.py -> build/lib/mcomix/messages/fr/LC_MESSAGES
-creating build/lib/mcomix/messages/gl/LC_MESSAGES
-copying mcomix/messages/gl/LC_MESSAGES/__init__.py -> build/lib/mcomix/messages/gl/LC_MESSAGES
-creating build/lib/mcomix/messages/he/LC_MESSAGES
-copying mcomix/messages/he/LC_MESSAGES/__init__.py -> build/lib/mcomix/messages/he/LC_MESSAGES
-creating build/lib/mcomix/messages/hr/LC_MESSAGES
-copying mcomix/messages/hr/LC_MESSAGES/__init__.py -> build/lib/mcomix/messages/hr/LC_MESSAGES
-creating build/lib/mcomix/messages/hu/LC_MESSAGES
-copying mcomix/messages/hu/LC_MESSAGES/__init__.py -> build/lib/mcomix/messages/hu/LC_MESSAGES
-creating build/lib/mcomix/messages/id/LC_MESSAGES
-copying mcomix/messages/id/LC_MESSAGES/__init__.py -> build/lib/mcomix/messages/id/LC_MESSAGES
-creating build/lib/mcomix/messages/it/LC_MESSAGES
-copying mcomix/messages/it/LC_MESSAGES/__init__.py -> build/lib/mcomix/messages/it/LC_MESSAGES
-creating build/lib/mcomix/messages/ja/LC_MESSAGES
-copying mcomix/messages/ja/LC_MESSAGES/__init__.py -> build/lib/mcomix/messages/ja/LC_MESSAGES
-creating build/lib/mcomix/messages/ko/LC_MESSAGES
-copying mcomix/messages/ko/LC_MESSAGES/__init__.py -> build/lib/mcomix/messages/ko/LC_MESSAGES
-creating build/lib/mcomix/messages/lt/LC_MESSAGES
-copying mcomix/messages/lt/LC_MESSAGES/__init__.py -> build/lib/mcomix/messages/lt/LC_MESSAGES
-creating build/lib/mcomix/messages/nl/LC_MESSAGES
-copying mcomix/messages/nl/LC_MESSAGES/__init__.py -> build/lib/mcomix/messages/nl/LC_MESSAGES
-creating build/lib/mcomix/messages/pl/LC_MESSAGES
-copying mcomix/messages/pl/LC_MESSAGES/__init__.py -> build/lib/mcomix/messages/pl/LC_MESSAGES
-creating build/lib/mcomix/messages/pt_BR/LC_MESSAGES
-copying mcomix/messages/pt_BR/LC_MESSAGES/__init__.py -> build/lib/mcomix/messages/pt_BR/LC_MESSAGES
-creating build/lib/mcomix/messages/ru/LC_MESSAGES
-copying mcomix/messages/ru/LC_MESSAGES/__init__.py -> build/lib/mcomix/messages/ru/LC_MESSAGES
-creating build/lib/mcomix/messages/sv/LC_MESSAGES
-copying mcomix/messages/sv/LC_MESSAGES/__init__.py -> build/lib/mcomix/messages/sv/LC_MESSAGES
-creating build/lib/mcomix/messages/uk/LC_MESSAGES
-copying mcomix/messages/uk/LC_MESSAGES/__init__.py -> build/lib/mcomix/messages/uk/LC_MESSAGES
-creating build/lib/mcomix/messages/zh_CN/LC_MESSAGES
-copying mcomix/messages/zh_CN/LC_MESSAGES/__init__.py -> build/lib/mcomix/messages/zh_CN/LC_MESSAGES
-creating build/lib/mcomix/messages/zh_TW/LC_MESSAGES
-copying mcomix/messages/zh_TW/LC_MESSAGES/__init__.py -> build/lib/mcomix/messages/zh_TW/LC_MESSAGES
-running egg_info
-writing mcomix.egg-info/PKG-INFO
-writing dependency_links to mcomix.egg-info/dependency_links.txt
-writing entry points to mcomix.egg-info/entry_points.txt
-writing requirements to mcomix.egg-info/requires.txt
-writing top-level names to mcomix.egg-info/top_level.txt
-reading manifest file 'mcomix.egg-info/SOURCES.txt'
-reading manifest template 'MANIFEST.in'
-no previously-included directories found matching 'test'
-adding license file 'COPYING'
-writing manifest file 'mcomix.egg-info/SOURCES.txt'
-copying mcomix/images/comments.png -> build/lib/mcomix/images
-copying mcomix/images/double-page.png -> build/lib/mcomix/images
-copying mcomix/images/fitbest.png -> build/lib/mcomix/images
-copying mcomix/images/fitheight.png -> build/lib/mcomix/images
-copying mcomix/images/fitmanual.png -> build/lib/mcomix/images
-copying mcomix/images/fitsize.png -> build/lib/mcomix/images
-copying mcomix/images/fitwidth.png -> build/lib/mcomix/images
-copying mcomix/images/gimp-flip-horizontal.png -> build/lib/mcomix/images
-copying mcomix/images/gimp-flip-vertical.png -> build/lib/mcomix/images
-copying mcomix/images/gimp-rotate-180.png -> build/lib/mcomix/images
-copying mcomix/images/gimp-rotate-270.png -> build/lib/mcomix/images
-copying mcomix/images/gimp-rotate-90.png -> build/lib/mcomix/images
-copying mcomix/images/gimp-thumbnails.png -> build/lib/mcomix/images
-copying mcomix/images/gimp-transform.png -> build/lib/mcomix/images
-copying mcomix/images/library.png -> build/lib/mcomix/images
-copying mcomix/images/magnifyingglass.png -> build/lib/mcomix/images
-copying mcomix/images/manga.png -> build/lib/mcomix/images
-copying mcomix/images/mcomix-16.png -> build/lib/mcomix/images
-copying mcomix/images/mcomix-22.png -> build/lib/mcomix/images
-copying mcomix/images/mcomix-24.png -> build/lib/mcomix/images
-copying mcomix/images/mcomix-256.png -> build/lib/mcomix/images
-copying mcomix/images/mcomix-32.png -> build/lib/mcomix/images
-copying mcomix/images/mcomix-48.png -> build/lib/mcomix/images
-copying mcomix/images/mcomix.ico -> build/lib/mcomix/images
-copying mcomix/images/mcomix.png -> build/lib/mcomix/images
-copying mcomix/images/mcomix.svg -> build/lib/mcomix/images
-copying mcomix/images/tango-add-bookmark.png -> build/lib/mcomix/images
-copying mcomix/images/tango-archive.png -> build/lib/mcomix/images
-copying mcomix/images/tango-enhance-image.png -> build/lib/mcomix/images
-copying mcomix/images/tango-image.png -> build/lib/mcomix/images
-copying mcomix/images/zoom.png -> build/lib/mcomix/images
-copying mcomix/_vendor/packaging/py.typed -> build/lib/mcomix/_vendor/packaging
-copying mcomix/messages/ca/LC_MESSAGES/mcomix.mo -> build/lib/mcomix/messages/ca/LC_MESSAGES
-copying mcomix/messages/cs/LC_MESSAGES/mcomix.mo -> build/lib/mcomix/messages/cs/LC_MESSAGES
-copying mcomix/messages/de/LC_MESSAGES/mcomix.mo -> build/lib/mcomix/messages/de/LC_MESSAGES
-copying mcomix/messages/el/LC_MESSAGES/mcomix.mo -> build/lib/mcomix/messages/el/LC_MESSAGES
-copying mcomix/messages/es/LC_MESSAGES/mcomix.mo -> build/lib/mcomix/messages/es/LC_MESSAGES
-copying mcomix/messages/fa/LC_MESSAGES/mcomix.mo -> build/lib/mcomix/messages/fa/LC_MESSAGES
-copying mcomix/messages/fr/LC_MESSAGES/mcomix.mo -> build/lib/mcomix/messages/fr/LC_MESSAGES
-copying mcomix/messages/gl/LC_MESSAGES/mcomix.mo -> build/lib/mcomix/messages/gl/LC_MESSAGES
-copying mcomix/messages/he/LC_MESSAGES/mcomix.mo -> build/lib/mcomix/messages/he/LC_MESSAGES
-copying mcomix/messages/hr/LC_MESSAGES/mcomix.mo -> build/lib/mcomix/messages/hr/LC_MESSAGES
-copying mcomix/messages/hu/LC_MESSAGES/mcomix.mo -> build/lib/mcomix/messages/hu/LC_MESSAGES
-copying mcomix/messages/id/LC_MESSAGES/mcomix.mo -> build/lib/mcomix/messages/id/LC_MESSAGES
-copying mcomix/messages/it/LC_MESSAGES/mcomix.mo -> build/lib/mcomix/messages/it/LC_MESSAGES
-copying mcomix/messages/ja/LC_MESSAGES/mcomix.mo -> build/lib/mcomix/messages/ja/LC_MESSAGES
-copying mcomix/messages/ko/LC_MESSAGES/mcomix.mo -> build/lib/mcomix/messages/ko/LC_MESSAGES
-copying mcomix/messages/lt/LC_MESSAGES/mcomix.mo -> build/lib/mcomix/messages/lt/LC_MESSAGES
-copying mcomix/messages/nl/LC_MESSAGES/mcomix.mo -> build/lib/mcomix/messages/nl/LC_MESSAGES
-copying mcomix/messages/pl/LC_MESSAGES/mcomix.mo -> build/lib/mcomix/messages/pl/LC_MESSAGES
-copying mcomix/messages/pt_BR/LC_MESSAGES/mcomix.mo -> build/lib/mcomix/messages/pt_BR/LC_MESSAGES
-copying mcomix/messages/ru/LC_MESSAGES/mcomix.mo -> build/lib/mcomix/messages/ru/LC_MESSAGES
-copying mcomix/messages/sv/LC_MESSAGES/mcomix.mo -> build/lib/mcomix/messages/sv/LC_MESSAGES
-copying mcomix/messages/uk/LC_MESSAGES/mcomix.mo -> build/lib/mcomix/messages/uk/LC_MESSAGES
-copying mcomix/messages/zh_CN/LC_MESSAGES/mcomix.mo -> build/lib/mcomix/messages/zh_CN/LC_MESSAGES
-copying mcomix/messages/zh_TW/LC_MESSAGES/mcomix.mo -> build/lib/mcomix/messages/zh_TW/LC_MESSAGES
-installing to build/bdist.linux-x86_64/wheel
-running install
-running install_lib
-creating build/bdist.linux-x86_64/wheel
-creating build/bdist.linux-x86_64/wheel/mcomix
-copying build/lib/mcomix/__init__.py -> build/bdist.linux-x86_64/wheel/./mcomix
-copying build/lib/mcomix/__main__.py -> build/bdist.linux-x86_64/wheel/./mcomix
-copying build/lib/mcomix/about_dialog.py -> build/bdist.linux-x86_64/wheel/./mcomix
-copying build/lib/mcomix/archive_extractor.py -> build/bdist.linux-x86_64/wheel/./mcomix
-copying build/lib/mcomix/archive_packer.py -> build/bdist.linux-x86_64/wheel/./mcomix
-copying build/lib/mcomix/archive_tools.py -> build/bdist.linux-x86_64/wheel/./mcomix
-copying build/lib/mcomix/bookmark_backend.py -> build/bdist.linux-x86_64/wheel/./mcomix
-copying build/lib/mcomix/bookmark_dialog.py -> build/bdist.linux-x86_64/wheel/./mcomix
-copying build/lib/mcomix/bookmark_menu.py -> build/bdist.linux-x86_64/wheel/./mcomix
-copying build/lib/mcomix/bookmark_menu_item.py -> build/bdist.linux-x86_64/wheel/./mcomix
-copying build/lib/mcomix/box.py -> build/bdist.linux-x86_64/wheel/./mcomix
-copying build/lib/mcomix/callback.py -> build/bdist.linux-x86_64/wheel/./mcomix
-copying build/lib/mcomix/clipboard.py -> build/bdist.linux-x86_64/wheel/./mcomix
-copying build/lib/mcomix/comment_dialog.py -> build/bdist.linux-x86_64/wheel/./mcomix
-copying build/lib/mcomix/constants.py -> build/bdist.linux-x86_64/wheel/./mcomix
-copying build/lib/mcomix/cursor_handler.py -> build/bdist.linux-x86_64/wheel/./mcomix
-copying build/lib/mcomix/dialog_handler.py -> build/bdist.linux-x86_64/wheel/./mcomix
-copying build/lib/mcomix/edit_comment_area.py -> build/bdist.linux-x86_64/wheel/./mcomix
-copying build/lib/mcomix/edit_dialog.py -> build/bdist.linux-x86_64/wheel/./mcomix
-copying build/lib/mcomix/edit_image_area.py -> build/bdist.linux-x86_64/wheel/./mcomix
-copying build/lib/mcomix/enhance_backend.py -> build/bdist.linux-x86_64/wheel/./mcomix
-copying build/lib/mcomix/enhance_dialog.py -> build/bdist.linux-x86_64/wheel/./mcomix
-copying build/lib/mcomix/event.py -> build/bdist.linux-x86_64/wheel/./mcomix
-copying build/lib/mcomix/file_chooser_base_dialog.py -> build/bdist.linux-x86_64/wheel/./mcomix
-copying build/lib/mcomix/file_chooser_library_dialog.py -> build/bdist.linux-x86_64/wheel/./mcomix
-copying build/lib/mcomix/file_chooser_main_dialog.py -> build/bdist.linux-x86_64/wheel/./mcomix
-copying build/lib/mcomix/file_chooser_simple_dialog.py -> build/bdist.linux-x86_64/wheel/./mcomix
-copying build/lib/mcomix/file_handler.py -> build/bdist.linux-x86_64/wheel/./mcomix
-copying build/lib/mcomix/file_provider.py -> build/bdist.linux-x86_64/wheel/./mcomix
-copying build/lib/mcomix/histogram.py -> build/bdist.linux-x86_64/wheel/./mcomix
-copying build/lib/mcomix/i18n.py -> build/bdist.linux-x86_64/wheel/./mcomix
-copying build/lib/mcomix/icons.py -> build/bdist.linux-x86_64/wheel/./mcomix
-copying build/lib/mcomix/image_handler.py -> build/bdist.linux-x86_64/wheel/./mcomix
-copying build/lib/mcomix/image_tools.py -> build/bdist.linux-x86_64/wheel/./mcomix
-copying build/lib/mcomix/keybindings.py -> build/bdist.linux-x86_64/wheel/./mcomix
-copying build/lib/mcomix/keybindings_editor.py -> build/bdist.linux-x86_64/wheel/./mcomix
-copying build/lib/mcomix/labels.py -> build/bdist.linux-x86_64/wheel/./mcomix
-copying build/lib/mcomix/last_read_page.py -> build/bdist.linux-x86_64/wheel/./mcomix
-copying build/lib/mcomix/layout.py -> build/bdist.linux-x86_64/wheel/./mcomix
-copying build/lib/mcomix/lens.py -> build/bdist.linux-x86_64/wheel/./mcomix
-copying build/lib/mcomix/log.py -> build/bdist.linux-x86_64/wheel/./mcomix
-copying build/lib/mcomix/main.py -> build/bdist.linux-x86_64/wheel/./mcomix
-copying build/lib/mcomix/message_dialog.py -> build/bdist.linux-x86_64/wheel/./mcomix
-copying build/lib/mcomix/openwith.py -> build/bdist.linux-x86_64/wheel/./mcomix
-copying build/lib/mcomix/openwith_menu.py -> build/bdist.linux-x86_64/wheel/./mcomix
-copying build/lib/mcomix/osd.py -> build/bdist.linux-x86_64/wheel/./mcomix
-copying build/lib/mcomix/pageselect.py -> build/bdist.linux-x86_64/wheel/./mcomix
-copying build/lib/mcomix/portability.py -> build/bdist.linux-x86_64/wheel/./mcomix
-copying build/lib/mcomix/preferences.py -> build/bdist.linux-x86_64/wheel/./mcomix
-copying build/lib/mcomix/preferences_dialog.py -> build/bdist.linux-x86_64/wheel/./mcomix
-copying build/lib/mcomix/preferences_page.py -> build/bdist.linux-x86_64/wheel/./mcomix
-copying build/lib/mcomix/preferences_section.py -> build/bdist.linux-x86_64/wheel/./mcomix
-copying build/lib/mcomix/process.py -> build/bdist.linux-x86_64/wheel/./mcomix
-copying build/lib/mcomix/properties_dialog.py -> build/bdist.linux-x86_64/wheel/./mcomix
-copying build/lib/mcomix/properties_page.py -> build/bdist.linux-x86_64/wheel/./mcomix
-copying build/lib/mcomix/recent.py -> build/bdist.linux-x86_64/wheel/./mcomix
-copying build/lib/mcomix/run.py -> build/bdist.linux-x86_64/wheel/./mcomix
-copying build/lib/mcomix/scrolling.py -> build/bdist.linux-x86_64/wheel/./mcomix
-copying build/lib/mcomix/slideshow.py -> build/bdist.linux-x86_64/wheel/./mcomix
-copying build/lib/mcomix/status.py -> build/bdist.linux-x86_64/wheel/./mcomix
-copying build/lib/mcomix/strings.py -> build/bdist.linux-x86_64/wheel/./mcomix
-copying build/lib/mcomix/thumbbar.py -> build/bdist.linux-x86_64/wheel/./mcomix
-copying build/lib/mcomix/thumbnail_tools.py -> build/bdist.linux-x86_64/wheel/./mcomix
-copying build/lib/mcomix/thumbnail_view.py -> build/bdist.linux-x86_64/wheel/./mcomix
-copying build/lib/mcomix/tools.py -> build/bdist.linux-x86_64/wheel/./mcomix
-copying build/lib/mcomix/transform.py -> build/bdist.linux-x86_64/wheel/./mcomix
-copying build/lib/mcomix/ui.py -> build/bdist.linux-x86_64/wheel/./mcomix
-copying build/lib/mcomix/version_tools.py -> build/bdist.linux-x86_64/wheel/./mcomix
-copying build/lib/mcomix/worker_thread.py -> build/bdist.linux-x86_64/wheel/./mcomix
-copying build/lib/mcomix/zoom.py -> build/bdist.linux-x86_64/wheel/./mcomix
-creating build/bdist.linux-x86_64/wheel/mcomix/archive
-copying build/lib/mcomix/archive/__init__.py -> build/bdist.linux-x86_64/wheel/./mcomix/archive
-copying build/lib/mcomix/archive/archive_base.py -> build/bdist.linux-x86_64/wheel/./mcomix/archive
-copying build/lib/mcomix/archive/archive_recursive.py -> build/bdist.linux-x86_64/wheel/./mcomix/archive
-copying build/lib/mcomix/archive/lha_external.py -> build/bdist.linux-x86_64/wheel/./mcomix/archive
-copying build/lib/mcomix/archive/mobi.py -> build/bdist.linux-x86_64/wheel/./mcomix/archive
-copying build/lib/mcomix/archive/password.py -> build/bdist.linux-x86_64/wheel/./mcomix/archive
-copying build/lib/mcomix/archive/pdf_external.py -> build/bdist.linux-x86_64/wheel/./mcomix/archive
-copying build/lib/mcomix/archive/pdf_multi.py -> build/bdist.linux-x86_64/wheel/./mcomix/archive
-copying build/lib/mcomix/archive/rar.py -> build/bdist.linux-x86_64/wheel/./mcomix/archive
-copying build/lib/mcomix/archive/rar_external.py -> build/bdist.linux-x86_64/wheel/./mcomix/archive
-copying build/lib/mcomix/archive/sevenzip_external.py -> build/bdist.linux-x86_64/wheel/./mcomix/archive
-copying build/lib/mcomix/archive/tar.py -> build/bdist.linux-x86_64/wheel/./mcomix/archive
-copying build/lib/mcomix/archive/zip.py -> build/bdist.linux-x86_64/wheel/./mcomix/archive
-copying build/lib/mcomix/archive/zip_external.py -> build/bdist.linux-x86_64/wheel/./mcomix/archive
-creating build/bdist.linux-x86_64/wheel/mcomix/archive/native_pdf
-copying build/lib/mcomix/archive/native_pdf/__init__.py -> build/bdist.linux-x86_64/wheel/./mcomix/archive/native_pdf
-copying build/lib/mcomix/archive/native_pdf/child.py -> build/bdist.linux-x86_64/wheel/./mcomix/archive/native_pdf
-copying build/lib/mcomix/archive/native_pdf/manager.py -> build/bdist.linux-x86_64/wheel/./mcomix/archive/native_pdf
-copying build/lib/mcomix/archive/native_pdf/parent.py -> build/bdist.linux-x86_64/wheel/./mcomix/archive/native_pdf
-creating build/bdist.linux-x86_64/wheel/mcomix/images
-copying build/lib/mcomix/images/__init__.py -> build/bdist.linux-x86_64/wheel/./mcomix/images
-copying build/lib/mcomix/images/comments.png -> build/bdist.linux-x86_64/wheel/./mcomix/images
-copying build/lib/mcomix/images/double-page.png -> build/bdist.linux-x86_64/wheel/./mcomix/images
-copying build/lib/mcomix/images/fitbest.png -> build/bdist.linux-x86_64/wheel/./mcomix/images
-copying build/lib/mcomix/images/fitheight.png -> build/bdist.linux-x86_64/wheel/./mcomix/images
-copying build/lib/mcomix/images/fitmanual.png -> build/bdist.linux-x86_64/wheel/./mcomix/images
-copying build/lib/mcomix/images/fitsize.png -> build/bdist.linux-x86_64/wheel/./mcomix/images
-copying build/lib/mcomix/images/fitwidth.png -> build/bdist.linux-x86_64/wheel/./mcomix/images
-copying build/lib/mcomix/images/gimp-flip-horizontal.png -> build/bdist.linux-x86_64/wheel/./mcomix/images
-copying build/lib/mcomix/images/gimp-flip-vertical.png -> build/bdist.linux-x86_64/wheel/./mcomix/images
-copying build/lib/mcomix/images/gimp-rotate-180.png -> build/bdist.linux-x86_64/wheel/./mcomix/images
-copying build/lib/mcomix/images/gimp-rotate-270.png -> build/bdist.linux-x86_64/wheel/./mcomix/images
-copying build/lib/mcomix/images/gimp-rotate-90.png -> build/bdist.linux-x86_64/wheel/./mcomix/images
-copying build/lib/mcomix/images/gimp-thumbnails.png -> build/bdist.linux-x86_64/wheel/./mcomix/images
-copying build/lib/mcomix/images/gimp-transform.png -> build/bdist.linux-x86_64/wheel/./mcomix/images
-copying build/lib/mcomix/images/library.png -> build/bdist.linux-x86_64/wheel/./mcomix/images
-copying build/lib/mcomix/images/magnifyingglass.png -> build/bdist.linux-x86_64/wheel/./mcomix/images
-copying build/lib/mcomix/images/manga.png -> build/bdist.linux-x86_64/wheel/./mcomix/images
-copying build/lib/mcomix/images/mcomix-16.png -> build/bdist.linux-x86_64/wheel/./mcomix/images
-copying build/lib/mcomix/images/mcomix-22.png -> build/bdist.linux-x86_64/wheel/./mcomix/images
-copying build/lib/mcomix/images/mcomix-24.png -> build/bdist.linux-x86_64/wheel/./mcomix/images
-copying build/lib/mcomix/images/mcomix-256.png -> build/bdist.linux-x86_64/wheel/./mcomix/images
-copying build/lib/mcomix/images/mcomix-32.png -> build/bdist.linux-x86_64/wheel/./mcomix/images
-copying build/lib/mcomix/images/mcomix-48.png -> build/bdist.linux-x86_64/wheel/./mcomix/images
-copying build/lib/mcomix/images/mcomix.ico -> build/bdist.linux-x86_64/wheel/./mcomix/images
-copying build/lib/mcomix/images/mcomix.png -> build/bdist.linux-x86_64/wheel/./mcomix/images
-copying build/lib/mcomix/images/mcomix.svg -> build/bdist.linux-x86_64/wheel/./mcomix/images
-copying build/lib/mcomix/images/tango-add-bookmark.png -> build/bdist.linux-x86_64/wheel/./mcomix/images
-copying build/lib/mcomix/images/tango-archive.png -> build/bdist.linux-x86_64/wheel/./mcomix/images
-copying build/lib/mcomix/images/tango-enhance-image.png -> build/bdist.linux-x86_64/wheel/./mcomix/images
-copying build/lib/mcomix/images/tango-image.png -> build/bdist.linux-x86_64/wheel/./mcomix/images
-copying build/lib/mcomix/images/zoom.png -> build/bdist.linux-x86_64/wheel/./mcomix/images
-creating build/bdist.linux-x86_64/wheel/mcomix/library
-copying build/lib/mcomix/library/__init__.py -> build/bdist.linux-x86_64/wheel/./mcomix/library
-copying build/lib/mcomix/library/add_progress_dialog.py -> build/bdist.linux-x86_64/wheel/./mcomix/library
-copying build/lib/mcomix/library/backend.py -> build/bdist.linux-x86_64/wheel/./mcomix/library
-copying build/lib/mcomix/library/backend_types.py -> build/bdist.linux-x86_64/wheel/./mcomix/library
-copying build/lib/mcomix/library/book_area.py -> build/bdist.linux-x86_64/wheel/./mcomix/library
-copying build/lib/mcomix/library/collection_area.py -> build/bdist.linux-x86_64/wheel/./mcomix/library
-copying build/lib/mcomix/library/control_area.py -> build/bdist.linux-x86_64/wheel/./mcomix/library
-copying build/lib/mcomix/library/main_dialog.py -> build/bdist.linux-x86_64/wheel/./mcomix/library
-copying build/lib/mcomix/library/pixbuf_cache.py -> build/bdist.linux-x86_64/wheel/./mcomix/library
-copying build/lib/mcomix/library/watchlist.py -> build/bdist.linux-x86_64/wheel/./mcomix/library
-creating build/bdist.linux-x86_64/wheel/mcomix/messages
-copying build/lib/mcomix/messages/__init__.py -> build/bdist.linux-x86_64/wheel/./mcomix/messages
-creating build/bdist.linux-x86_64/wheel/mcomix/messages/ca
-copying build/lib/mcomix/messages/ca/__init__.py -> build/bdist.linux-x86_64/wheel/./mcomix/messages/ca
-creating build/bdist.linux-x86_64/wheel/mcomix/messages/ca/LC_MESSAGES
-copying build/lib/mcomix/messages/ca/LC_MESSAGES/__init__.py -> build/bdist.linux-x86_64/wheel/./mcomix/messages/ca/LC_MESSAGES
-copying build/lib/mcomix/messages/ca/LC_MESSAGES/mcomix.mo -> build/bdist.linux-x86_64/wheel/./mcomix/messages/ca/LC_MESSAGES
-creating build/bdist.linux-x86_64/wheel/mcomix/messages/cs
-copying build/lib/mcomix/messages/cs/__init__.py -> build/bdist.linux-x86_64/wheel/./mcomix/messages/cs
-creating build/bdist.linux-x86_64/wheel/mcomix/messages/cs/LC_MESSAGES
-copying build/lib/mcomix/messages/cs/LC_MESSAGES/__init__.py -> build/bdist.linux-x86_64/wheel/./mcomix/messages/cs/LC_MESSAGES
-copying build/lib/mcomix/messages/cs/LC_MESSAGES/mcomix.mo -> build/bdist.linux-x86_64/wheel/./mcomix/messages/cs/LC_MESSAGES
-creating build/bdist.linux-x86_64/wheel/mcomix/messages/de
-copying build/lib/mcomix/messages/de/__init__.py -> build/bdist.linux-x86_64/wheel/./mcomix/messages/de
-creating build/bdist.linux-x86_64/wheel/mcomix/messages/de/LC_MESSAGES
-copying build/lib/mcomix/messages/de/LC_MESSAGES/__init__.py -> build/bdist.linux-x86_64/wheel/./mcomix/messages/de/LC_MESSAGES
-copying build/lib/mcomix/messages/de/LC_MESSAGES/mcomix.mo -> build/bdist.linux-x86_64/wheel/./mcomix/messages/de/LC_MESSAGES
-creating build/bdist.linux-x86_64/wheel/mcomix/messages/el
-copying build/lib/mcomix/messages/el/__init__.py -> build/bdist.linux-x86_64/wheel/./mcomix/messages/el
-creating build/bdist.linux-x86_64/wheel/mcomix/messages/el/LC_MESSAGES
-copying build/lib/mcomix/messages/el/LC_MESSAGES/__init__.py -> build/bdist.linux-x86_64/wheel/./mcomix/messages/el/LC_MESSAGES
-copying build/lib/mcomix/messages/el/LC_MESSAGES/mcomix.mo -> build/bdist.linux-x86_64/wheel/./mcomix/messages/el/LC_MESSAGES
-creating build/bdist.linux-x86_64/wheel/mcomix/messages/es
-copying build/lib/mcomix/messages/es/__init__.py -> build/bdist.linux-x86_64/wheel/./mcomix/messages/es
-creating build/bdist.linux-x86_64/wheel/mcomix/messages/es/LC_MESSAGES
-copying build/lib/mcomix/messages/es/LC_MESSAGES/__init__.py -> build/bdist.linux-x86_64/wheel/./mcomix/messages/es/LC_MESSAGES
-copying build/lib/mcomix/messages/es/LC_MESSAGES/mcomix.mo -> build/bdist.linux-x86_64/wheel/./mcomix/messages/es/LC_MESSAGES
-creating build/bdist.linux-x86_64/wheel/mcomix/messages/fa
-copying build/lib/mcomix/messages/fa/__init__.py -> build/bdist.linux-x86_64/wheel/./mcomix/messages/fa
-creating build/bdist.linux-x86_64/wheel/mcomix/messages/fa/LC_MESSAGES
-copying build/lib/mcomix/messages/fa/LC_MESSAGES/__init__.py -> build/bdist.linux-x86_64/wheel/./mcomix/messages/fa/LC_MESSAGES
-copying build/lib/mcomix/messages/fa/LC_MESSAGES/mcomix.mo -> build/bdist.linux-x86_64/wheel/./mcomix/messages/fa/LC_MESSAGES
-creating build/bdist.linux-x86_64/wheel/mcomix/messages/fr
-copying build/lib/mcomix/messages/fr/__init__.py -> build/bdist.linux-x86_64/wheel/./mcomix/messages/fr
-creating build/bdist.linux-x86_64/wheel/mcomix/messages/fr/LC_MESSAGES
-copying build/lib/mcomix/messages/fr/LC_MESSAGES/__init__.py -> build/bdist.linux-x86_64/wheel/./mcomix/messages/fr/LC_MESSAGES
-copying build/lib/mcomix/messages/fr/LC_MESSAGES/mcomix.mo -> build/bdist.linux-x86_64/wheel/./mcomix/messages/fr/LC_MESSAGES
-creating build/bdist.linux-x86_64/wheel/mcomix/messages/gl
-copying build/lib/mcomix/messages/gl/__init__.py -> build/bdist.linux-x86_64/wheel/./mcomix/messages/gl
-creating build/bdist.linux-x86_64/wheel/mcomix/messages/gl/LC_MESSAGES
-copying build/lib/mcomix/messages/gl/LC_MESSAGES/__init__.py -> build/bdist.linux-x86_64/wheel/./mcomix/messages/gl/LC_MESSAGES
-copying build/lib/mcomix/messages/gl/LC_MESSAGES/mcomix.mo -> build/bdist.linux-x86_64/wheel/./mcomix/messages/gl/LC_MESSAGES
-creating build/bdist.linux-x86_64/wheel/mcomix/messages/he
-copying build/lib/mcomix/messages/he/__init__.py -> build/bdist.linux-x86_64/wheel/./mcomix/messages/he
-creating build/bdist.linux-x86_64/wheel/mcomix/messages/he/LC_MESSAGES
-copying build/lib/mcomix/messages/he/LC_MESSAGES/__init__.py -> build/bdist.linux-x86_64/wheel/./mcomix/messages/he/LC_MESSAGES
-copying build/lib/mcomix/messages/he/LC_MESSAGES/mcomix.mo -> build/bdist.linux-x86_64/wheel/./mcomix/messages/he/LC_MESSAGES
-creating build/bdist.linux-x86_64/wheel/mcomix/messages/hr
-copying build/lib/mcomix/messages/hr/__init__.py -> build/bdist.linux-x86_64/wheel/./mcomix/messages/hr
-creating build/bdist.linux-x86_64/wheel/mcomix/messages/hr/LC_MESSAGES
-copying build/lib/mcomix/messages/hr/LC_MESSAGES/__init__.py -> build/bdist.linux-x86_64/wheel/./mcomix/messages/hr/LC_MESSAGES
-copying build/lib/mcomix/messages/hr/LC_MESSAGES/mcomix.mo -> build/bdist.linux-x86_64/wheel/./mcomix/messages/hr/LC_MESSAGES
-creating build/bdist.linux-x86_64/wheel/mcomix/messages/hu
-copying build/lib/mcomix/messages/hu/__init__.py -> build/bdist.linux-x86_64/wheel/./mcomix/messages/hu
-creating build/bdist.linux-x86_64/wheel/mcomix/messages/hu/LC_MESSAGES
-copying build/lib/mcomix/messages/hu/LC_MESSAGES/__init__.py -> build/bdist.linux-x86_64/wheel/./mcomix/messages/hu/LC_MESSAGES
-copying build/lib/mcomix/messages/hu/LC_MESSAGES/mcomix.mo -> build/bdist.linux-x86_64/wheel/./mcomix/messages/hu/LC_MESSAGES
-creating build/bdist.linux-x86_64/wheel/mcomix/messages/id
-copying build/lib/mcomix/messages/id/__init__.py -> build/bdist.linux-x86_64/wheel/./mcomix/messages/id
-creating build/bdist.linux-x86_64/wheel/mcomix/messages/id/LC_MESSAGES
-copying build/lib/mcomix/messages/id/LC_MESSAGES/__init__.py -> build/bdist.linux-x86_64/wheel/./mcomix/messages/id/LC_MESSAGES
-copying build/lib/mcomix/messages/id/LC_MESSAGES/mcomix.mo -> build/bdist.linux-x86_64/wheel/./mcomix/messages/id/LC_MESSAGES
-creating build/bdist.linux-x86_64/wheel/mcomix/messages/it
-copying build/lib/mcomix/messages/it/__init__.py -> build/bdist.linux-x86_64/wheel/./mcomix/messages/it
-creating build/bdist.linux-x86_64/wheel/mcomix/messages/it/LC_MESSAGES
-copying build/lib/mcomix/messages/it/LC_MESSAGES/__init__.py -> build/bdist.linux-x86_64/wheel/./mcomix/messages/it/LC_MESSAGES
-copying build/lib/mcomix/messages/it/LC_MESSAGES/mcomix.mo -> build/bdist.linux-x86_64/wheel/./mcomix/messages/it/LC_MESSAGES
-creating build/bdist.linux-x86_64/wheel/mcomix/messages/ja
-copying build/lib/mcomix/messages/ja/__init__.py -> build/bdist.linux-x86_64/wheel/./mcomix/messages/ja
-creating build/bdist.linux-x86_64/wheel/mcomix/messages/ja/LC_MESSAGES
-copying build/lib/mcomix/messages/ja/LC_MESSAGES/__init__.py -> build/bdist.linux-x86_64/wheel/./mcomix/messages/ja/LC_MESSAGES
-copying build/lib/mcomix/messages/ja/LC_MESSAGES/mcomix.mo -> build/bdist.linux-x86_64/wheel/./mcomix/messages/ja/LC_MESSAGES
-creating build/bdist.linux-x86_64/wheel/mcomix/messages/ko
-copying build/lib/mcomix/messages/ko/__init__.py -> build/bdist.linux-x86_64/wheel/./mcomix/messages/ko
-creating build/bdist.linux-x86_64/wheel/mcomix/messages/ko/LC_MESSAGES
-copying build/lib/mcomix/messages/ko/LC_MESSAGES/__init__.py -> build/bdist.linux-x86_64/wheel/./mcomix/messages/ko/LC_MESSAGES
-copying build/lib/mcomix/messages/ko/LC_MESSAGES/mcomix.mo -> build/bdist.linux-x86_64/wheel/./mcomix/messages/ko/LC_MESSAGES
-creating build/bdist.linux-x86_64/wheel/mcomix/messages/lt
-copying build/lib/mcomix/messages/lt/__init__.py -> build/bdist.linux-x86_64/wheel/./mcomix/messages/lt
-creating build/bdist.linux-x86_64/wheel/mcomix/messages/lt/LC_MESSAGES
-copying build/lib/mcomix/messages/lt/LC_MESSAGES/__init__.py -> build/bdist.linux-x86_64/wheel/./mcomix/messages/lt/LC_MESSAGES
-copying build/lib/mcomix/messages/lt/LC_MESSAGES/mcomix.mo -> build/bdist.linux-x86_64/wheel/./mcomix/messages/lt/LC_MESSAGES
-creating build/bdist.linux-x86_64/wheel/mcomix/messages/nl
-copying build/lib/mcomix/messages/nl/__init__.py -> build/bdist.linux-x86_64/wheel/./mcomix/messages/nl
-creating build/bdist.linux-x86_64/wheel/mcomix/messages/nl/LC_MESSAGES
-copying build/lib/mcomix/messages/nl/LC_MESSAGES/__init__.py -> build/bdist.linux-x86_64/wheel/./mcomix/messages/nl/LC_MESSAGES
-copying build/lib/mcomix/messages/nl/LC_MESSAGES/mcomix.mo -> build/bdist.linux-x86_64/wheel/./mcomix/messages/nl/LC_MESSAGES
-creating build/bdist.linux-x86_64/wheel/mcomix/messages/pl
-copying build/lib/mcomix/messages/pl/__init__.py -> build/bdist.linux-x86_64/wheel/./mcomix/messages/pl
-creating build/bdist.linux-x86_64/wheel/mcomix/messages/pl/LC_MESSAGES
-copying build/lib/mcomix/messages/pl/LC_MESSAGES/__init__.py -> build/bdist.linux-x86_64/wheel/./mcomix/messages/pl/LC_MESSAGES
-copying build/lib/mcomix/messages/pl/LC_MESSAGES/mcomix.mo -> build/bdist.linux-x86_64/wheel/./mcomix/messages/pl/LC_MESSAGES
-creating build/bdist.linux-x86_64/wheel/mcomix/messages/pt_BR
-copying build/lib/mcomix/messages/pt_BR/__init__.py -> build/bdist.linux-x86_64/wheel/./mcomix/messages/pt_BR
-creating build/bdist.linux-x86_64/wheel/mcomix/messages/pt_BR/LC_MESSAGES
-copying build/lib/mcomix/messages/pt_BR/LC_MESSAGES/__init__.py -> build/bdist.linux-x86_64/wheel/./mcomix/messages/pt_BR/LC_MESSAGES
-copying build/lib/mcomix/messages/pt_BR/LC_MESSAGES/mcomix.mo -> build/bdist.linux-x86_64/wheel/./mcomix/messages/pt_BR/LC_MESSAGES
-creating build/bdist.linux-x86_64/wheel/mcomix/messages/ru
-copying build/lib/mcomix/messages/ru/__init__.py -> build/bdist.linux-x86_64/wheel/./mcomix/messages/ru
-creating build/bdist.linux-x86_64/wheel/mcomix/messages/ru/LC_MESSAGES
-copying build/lib/mcomix/messages/ru/LC_MESSAGES/__init__.py -> build/bdist.linux-x86_64/wheel/./mcomix/messages/ru/LC_MESSAGES
-copying build/lib/mcomix/messages/ru/LC_MESSAGES/mcomix.mo -> build/bdist.linux-x86_64/wheel/./mcomix/messages/ru/LC_MESSAGES
-creating build/bdist.linux-x86_64/wheel/mcomix/messages/sv
-copying build/lib/mcomix/messages/sv/__init__.py -> build/bdist.linux-x86_64/wheel/./mcomix/messages/sv
-creating build/bdist.linux-x86_64/wheel/mcomix/messages/sv/LC_MESSAGES
-copying build/lib/mcomix/messages/sv/LC_MESSAGES/__init__.py -> build/bdist.linux-x86_64/wheel/./mcomix/messages/sv/LC_MESSAGES
-copying build/lib/mcomix/messages/sv/LC_MESSAGES/mcomix.mo -> build/bdist.linux-x86_64/wheel/./mcomix/messages/sv/LC_MESSAGES
-creating build/bdist.linux-x86_64/wheel/mcomix/messages/uk
-copying build/lib/mcomix/messages/uk/__init__.py -> build/bdist.linux-x86_64/wheel/./mcomix/messages/uk
-creating build/bdist.linux-x86_64/wheel/mcomix/messages/uk/LC_MESSAGES
-copying build/lib/mcomix/messages/uk/LC_MESSAGES/__init__.py -> build/bdist.linux-x86_64/wheel/./mcomix/messages/uk/LC_MESSAGES
-copying build/lib/mcomix/messages/uk/LC_MESSAGES/mcomix.mo -> build/bdist.linux-x86_64/wheel/./mcomix/messages/uk/LC_MESSAGES
-creating build/bdist.linux-x86_64/wheel/mcomix/messages/zh_CN
-copying build/lib/mcomix/messages/zh_CN/__init__.py -> build/bdist.linux-x86_64/wheel/./mcomix/messages/zh_CN
-creating build/bdist.linux-x86_64/wheel/mcomix/messages/zh_CN/LC_MESSAGES
-copying build/lib/mcomix/messages/zh_CN/LC_MESSAGES/__init__.py -> build/bdist.linux-x86_64/wheel/./mcomix/messages/zh_CN/LC_MESSAGES
-copying build/lib/mcomix/messages/zh_CN/LC_MESSAGES/mcomix.mo -> build/bdist.linux-x86_64/wheel/./mcomix/messages/zh_CN/LC_MESSAGES
-creating build/bdist.linux-x86_64/wheel/mcomix/messages/zh_TW
-copying build/lib/mcomix/messages/zh_TW/__init__.py -> build/bdist.linux-x86_64/wheel/./mcomix/messages/zh_TW
-creating build/bdist.linux-x86_64/wheel/mcomix/messages/zh_TW/LC_MESSAGES
-copying build/lib/mcomix/messages/zh_TW/LC_MESSAGES/__init__.py -> build/bdist.linux-x86_64/wheel/./mcomix/messages/zh_TW/LC_MESSAGES
-copying build/lib/mcomix/messages/zh_TW/LC_MESSAGES/mcomix.mo -> build/bdist.linux-x86_64/wheel/./mcomix/messages/zh_TW/LC_MESSAGES
-creating build/bdist.linux-x86_64/wheel/mcomix/_vendor
-creating build/bdist.linux-x86_64/wheel/mcomix/_vendor/packaging
-copying build/lib/mcomix/_vendor/packaging/__about__.py -> build/bdist.linux-x86_64/wheel/./mcomix/_vendor/packaging
-copying build/lib/mcomix/_vendor/packaging/__init__.py -> build/bdist.linux-x86_64/wheel/./mcomix/_vendor/packaging
-copying build/lib/mcomix/_vendor/packaging/_structures.py -> build/bdist.linux-x86_64/wheel/./mcomix/_vendor/packaging
-copying build/lib/mcomix/_vendor/packaging/version.py -> build/bdist.linux-x86_64/wheel/./mcomix/_vendor/packaging
-copying build/lib/mcomix/_vendor/packaging/py.typed -> build/bdist.linux-x86_64/wheel/./mcomix/_vendor/packaging
-running install_egg_info
-Copying mcomix.egg-info to build/bdist.linux-x86_64/wheel/./mcomix-3.1.0-py3.13.egg-info
-running install_scripts
-creating build/bdist.linux-x86_64/wheel/mcomix-3.1.0.dist-info/WHEEL
-creating '/home/cjennings/.cache/yay/mcomix/src/mcomix-3.1.0/dist/.tmp-jblan91y/mcomix-3.1.0-py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it
-adding 'mcomix/__init__.py'
-adding 'mcomix/__main__.py'
-adding 'mcomix/about_dialog.py'
-adding 'mcomix/archive_extractor.py'
-adding 'mcomix/archive_packer.py'
-adding 'mcomix/archive_tools.py'
-adding 'mcomix/bookmark_backend.py'
-adding 'mcomix/bookmark_dialog.py'
-adding 'mcomix/bookmark_menu.py'
-adding 'mcomix/bookmark_menu_item.py'
-adding 'mcomix/box.py'
-adding 'mcomix/callback.py'
-adding 'mcomix/clipboard.py'
-adding 'mcomix/comment_dialog.py'
-adding 'mcomix/constants.py'
-adding 'mcomix/cursor_handler.py'
-adding 'mcomix/dialog_handler.py'
-adding 'mcomix/edit_comment_area.py'
-adding 'mcomix/edit_dialog.py'
-adding 'mcomix/edit_image_area.py'
-adding 'mcomix/enhance_backend.py'
-adding 'mcomix/enhance_dialog.py'
-adding 'mcomix/event.py'
-adding 'mcomix/file_chooser_base_dialog.py'
-adding 'mcomix/file_chooser_library_dialog.py'
-adding 'mcomix/file_chooser_main_dialog.py'
-adding 'mcomix/file_chooser_simple_dialog.py'
-adding 'mcomix/file_handler.py'
-adding 'mcomix/file_provider.py'
-adding 'mcomix/histogram.py'
-adding 'mcomix/i18n.py'
-adding 'mcomix/icons.py'
-adding 'mcomix/image_handler.py'
-adding 'mcomix/image_tools.py'
-adding 'mcomix/keybindings.py'
-adding 'mcomix/keybindings_editor.py'
-adding 'mcomix/labels.py'
-adding 'mcomix/last_read_page.py'
-adding 'mcomix/layout.py'
-adding 'mcomix/lens.py'
-adding 'mcomix/log.py'
-adding 'mcomix/main.py'
-adding 'mcomix/message_dialog.py'
-adding 'mcomix/openwith.py'
-adding 'mcomix/openwith_menu.py'
-adding 'mcomix/osd.py'
-adding 'mcomix/pageselect.py'
-adding 'mcomix/portability.py'
-adding 'mcomix/preferences.py'
-adding 'mcomix/preferences_dialog.py'
-adding 'mcomix/preferences_page.py'
-adding 'mcomix/preferences_section.py'
-adding 'mcomix/process.py'
-adding 'mcomix/properties_dialog.py'
-adding 'mcomix/properties_page.py'
-adding 'mcomix/recent.py'
-adding 'mcomix/run.py'
-adding 'mcomix/scrolling.py'
-adding 'mcomix/slideshow.py'
-adding 'mcomix/status.py'
-adding 'mcomix/strings.py'
-adding 'mcomix/thumbbar.py'
-adding 'mcomix/thumbnail_tools.py'
-adding 'mcomix/thumbnail_view.py'
-adding 'mcomix/tools.py'
-adding 'mcomix/transform.py'
-adding 'mcomix/ui.py'
-adding 'mcomix/version_tools.py'
-adding 'mcomix/worker_thread.py'
-adding 'mcomix/zoom.py'
-adding 'mcomix/_vendor/packaging/__about__.py'
-adding 'mcomix/_vendor/packaging/__init__.py'
-adding 'mcomix/_vendor/packaging/_structures.py'
-adding 'mcomix/_vendor/packaging/py.typed'
-adding 'mcomix/_vendor/packaging/version.py'
-adding 'mcomix/archive/__init__.py'
-adding 'mcomix/archive/archive_base.py'
-adding 'mcomix/archive/archive_recursive.py'
-adding 'mcomix/archive/lha_external.py'
-adding 'mcomix/archive/mobi.py'
-adding 'mcomix/archive/password.py'
-adding 'mcomix/archive/pdf_external.py'
-adding 'mcomix/archive/pdf_multi.py'
-adding 'mcomix/archive/rar.py'
-adding 'mcomix/archive/rar_external.py'
-adding 'mcomix/archive/sevenzip_external.py'
-adding 'mcomix/archive/tar.py'
-adding 'mcomix/archive/zip.py'
-adding 'mcomix/archive/zip_external.py'
-adding 'mcomix/archive/native_pdf/__init__.py'
-adding 'mcomix/archive/native_pdf/child.py'
-adding 'mcomix/archive/native_pdf/manager.py'
-adding 'mcomix/archive/native_pdf/parent.py'
-adding 'mcomix/images/__init__.py'
-adding 'mcomix/images/comments.png'
-adding 'mcomix/images/double-page.png'
-adding 'mcomix/images/fitbest.png'
-adding 'mcomix/images/fitheight.png'
-adding 'mcomix/images/fitmanual.png'
-adding 'mcomix/images/fitsize.png'
-adding 'mcomix/images/fitwidth.png'
-adding 'mcomix/images/gimp-flip-horizontal.png'
-adding 'mcomix/images/gimp-flip-vertical.png'
-adding 'mcomix/images/gimp-rotate-180.png'
-adding 'mcomix/images/gimp-rotate-270.png'
-adding 'mcomix/images/gimp-rotate-90.png'
-adding 'mcomix/images/gimp-thumbnails.png'
-adding 'mcomix/images/gimp-transform.png'
-adding 'mcomix/images/library.png'
-adding 'mcomix/images/magnifyingglass.png'
-adding 'mcomix/images/manga.png'
-adding 'mcomix/images/mcomix-16.png'
-adding 'mcomix/images/mcomix-22.png'
-adding 'mcomix/images/mcomix-24.png'
-adding 'mcomix/images/mcomix-256.png'
-adding 'mcomix/images/mcomix-32.png'
-adding 'mcomix/images/mcomix-48.png'
-adding 'mcomix/images/mcomix.ico'
-adding 'mcomix/images/mcomix.png'
-adding 'mcomix/images/mcomix.svg'
-adding 'mcomix/images/tango-add-bookmark.png'
-adding 'mcomix/images/tango-archive.png'
-adding 'mcomix/images/tango-enhance-image.png'
-adding 'mcomix/images/tango-image.png'
-adding 'mcomix/images/zoom.png'
-adding 'mcomix/library/__init__.py'
-adding 'mcomix/library/add_progress_dialog.py'
-adding 'mcomix/library/backend.py'
-adding 'mcomix/library/backend_types.py'
-adding 'mcomix/library/book_area.py'
-adding 'mcomix/library/collection_area.py'
-adding 'mcomix/library/control_area.py'
-adding 'mcomix/library/main_dialog.py'
-adding 'mcomix/library/pixbuf_cache.py'
-adding 'mcomix/library/watchlist.py'
-adding 'mcomix/messages/__init__.py'
-adding 'mcomix/messages/ca/__init__.py'
-adding 'mcomix/messages/ca/LC_MESSAGES/__init__.py'
-adding 'mcomix/messages/ca/LC_MESSAGES/mcomix.mo'
-adding 'mcomix/messages/cs/__init__.py'
-adding 'mcomix/messages/cs/LC_MESSAGES/__init__.py'
-adding 'mcomix/messages/cs/LC_MESSAGES/mcomix.mo'
-adding 'mcomix/messages/de/__init__.py'
-adding 'mcomix/messages/de/LC_MESSAGES/__init__.py'
-adding 'mcomix/messages/de/LC_MESSAGES/mcomix.mo'
-adding 'mcomix/messages/el/__init__.py'
-adding 'mcomix/messages/el/LC_MESSAGES/__init__.py'
-adding 'mcomix/messages/el/LC_MESSAGES/mcomix.mo'
-adding 'mcomix/messages/es/__init__.py'
-adding 'mcomix/messages/es/LC_MESSAGES/__init__.py'
-adding 'mcomix/messages/es/LC_MESSAGES/mcomix.mo'
-adding 'mcomix/messages/fa/__init__.py'
-adding 'mcomix/messages/fa/LC_MESSAGES/__init__.py'
-adding 'mcomix/messages/fa/LC_MESSAGES/mcomix.mo'
-adding 'mcomix/messages/fr/__init__.py'
-adding 'mcomix/messages/fr/LC_MESSAGES/__init__.py'
-adding 'mcomix/messages/fr/LC_MESSAGES/mcomix.mo'
-adding 'mcomix/messages/gl/__init__.py'
-adding 'mcomix/messages/gl/LC_MESSAGES/__init__.py'
-adding 'mcomix/messages/gl/LC_MESSAGES/mcomix.mo'
-adding 'mcomix/messages/he/__init__.py'
-adding 'mcomix/messages/he/LC_MESSAGES/__init__.py'
-adding 'mcomix/messages/he/LC_MESSAGES/mcomix.mo'
-adding 'mcomix/messages/hr/__init__.py'
-adding 'mcomix/messages/hr/LC_MESSAGES/__init__.py'
-adding 'mcomix/messages/hr/LC_MESSAGES/mcomix.mo'
-adding 'mcomix/messages/hu/__init__.py'
-adding 'mcomix/messages/hu/LC_MESSAGES/__init__.py'
-adding 'mcomix/messages/hu/LC_MESSAGES/mcomix.mo'
-adding 'mcomix/messages/id/__init__.py'
-adding 'mcomix/messages/id/LC_MESSAGES/__init__.py'
-adding 'mcomix/messages/id/LC_MESSAGES/mcomix.mo'
-adding 'mcomix/messages/it/__init__.py'
-adding 'mcomix/messages/it/LC_MESSAGES/__init__.py'
-adding 'mcomix/messages/it/LC_MESSAGES/mcomix.mo'
-adding 'mcomix/messages/ja/__init__.py'
-adding 'mcomix/messages/ja/LC_MESSAGES/__init__.py'
-adding 'mcomix/messages/ja/LC_MESSAGES/mcomix.mo'
-adding 'mcomix/messages/ko/__init__.py'
-adding 'mcomix/messages/ko/LC_MESSAGES/__init__.py'
-adding 'mcomix/messages/ko/LC_MESSAGES/mcomix.mo'
-adding 'mcomix/messages/lt/__init__.py'
-adding 'mcomix/messages/lt/LC_MESSAGES/__init__.py'
-adding 'mcomix/messages/lt/LC_MESSAGES/mcomix.mo'
-adding 'mcomix/messages/nl/__init__.py'
-adding 'mcomix/messages/nl/LC_MESSAGES/__init__.py'
-adding 'mcomix/messages/nl/LC_MESSAGES/mcomix.mo'
-adding 'mcomix/messages/pl/__init__.py'
-adding 'mcomix/messages/pl/LC_MESSAGES/__init__.py'
-adding 'mcomix/messages/pl/LC_MESSAGES/mcomix.mo'
-adding 'mcomix/messages/pt_BR/__init__.py'
-adding 'mcomix/messages/pt_BR/LC_MESSAGES/__init__.py'
-adding 'mcomix/messages/pt_BR/LC_MESSAGES/mcomix.mo'
-adding 'mcomix/messages/ru/__init__.py'
-adding 'mcomix/messages/ru/LC_MESSAGES/__init__.py'
-adding 'mcomix/messages/ru/LC_MESSAGES/mcomix.mo'
-adding 'mcomix/messages/sv/__init__.py'
-adding 'mcomix/messages/sv/LC_MESSAGES/__init__.py'
-adding 'mcomix/messages/sv/LC_MESSAGES/mcomix.mo'
-adding 'mcomix/messages/uk/__init__.py'
-adding 'mcomix/messages/uk/LC_MESSAGES/__init__.py'
-adding 'mcomix/messages/uk/LC_MESSAGES/mcomix.mo'
-adding 'mcomix/messages/zh_CN/__init__.py'
-adding 'mcomix/messages/zh_CN/LC_MESSAGES/__init__.py'
-adding 'mcomix/messages/zh_CN/LC_MESSAGES/mcomix.mo'
-adding 'mcomix/messages/zh_TW/__init__.py'
-adding 'mcomix/messages/zh_TW/LC_MESSAGES/__init__.py'
-adding 'mcomix/messages/zh_TW/LC_MESSAGES/mcomix.mo'
-adding 'mcomix-3.1.0.dist-info/licenses/COPYING'
-adding 'mcomix-3.1.0.dist-info/METADATA'
-adding 'mcomix-3.1.0.dist-info/WHEEL'
-adding 'mcomix-3.1.0.dist-info/entry_points.txt'
-adding 'mcomix-3.1.0.dist-info/top_level.txt'
-adding 'mcomix-3.1.0.dist-info/RECORD'
-removing build/bdist.linux-x86_64/wheel
-Successfully built mcomix-3.1.0-py3-none-any.whl
-==> Entering fakeroot environment...
-==> Starting package()...
-==> Tidying install...
- -> Removing libtool files...
- -> Purging unwanted files...
- -> Removing static library files...
- -> Stripping unneeded symbols from binaries and libraries...
- -> Compressing man and info pages...
-==> Checking for packaging issues...
-==> Creating package "mcomix"...
- -> Generating .PKGINFO file...
- -> Generating .BUILDINFO file...
- -> Generating .MTREE file...
- -> Compressing package...
-==> Leaving fakeroot environment.
-==> Finished making: mcomix 3.1.0-1 (Sun 08 Jun 2025 03:25:19 PM CDT)
-==> Cleaning up...
-loading packages...
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (1) mcomix-3.1.0-1
-
-Total Installed Size: 3.77 MiB
-
-:: Proceed with installation? [Y/n]
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing mcomix...
-Optional dependencies for mcomix
- lhasa: for lha compressed comics
- libunrar: for rar compressed comics [installed]
- p7zip: for 7z compressed comics [installed]
- python-chardet: for guessing filename encodings in archives [installed]
- python-pymupdf: for PDF comics
- unrar: for rar compressed comics [installed]
- unzip: for zip compressed comics [installed]
-:: Running post-transaction hooks...
-(1/4) Arming ConditionNeedsUpdate...
-(2/4) Updating the MIME type database...
-(3/4) Updating icon theme caches...
-(4/4) Updating the desktop file MIME type cache...
-...installing nsxiv via the AUR @ 15:25:19
-Sync Explicit (1): nsxiv-33-1
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (1) nsxiv-33-1
-
-Total Download Size: 0.05 MiB
-Total Installed Size: 0.10 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- nsxiv-33-1-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing nsxiv...
-:: Running post-transaction hooks...
-(1/3) Arming ConditionNeedsUpdate...
-(2/3) Updating icon theme caches...
-(3/3) Updating the desktop file MIME type cache...
-...installing obsidian via the AUR @ 15:25:22
-Sync Explicit (1): obsidian-1.8.10-1
-warning: obsidian-1.8.10-1 is up to date -- reinstalling
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (1) obsidian-1.8.10-1
-
-Total Installed Size: 24.70 MiB
-Net Upgrade Size: 0.00 MiB
-
-:: Proceed with installation? [Y/n]
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Running pre-transaction hooks...
-(1/1) Creating Timeshift snapshot before upgrade...
-First run mode (config file not found)
-Selected default snapshot type: BTRFS
-Using system disk as snapshot device for creating snapshots in BTRFS mode
-Mounted '/dev/sda2' at '/run/timeshift/908091/backup'
-btrfs: Quotas are not enabled
-Creating new backup...(BTRFS)
-Saving to device: /dev/sda2, mounted at path: /run/timeshift/908091/backup
-Created directory: /run/timeshift/908091/backup/timeshift-btrfs/snapshots/2025-06-08_15-25-23
-Created subvolume snapshot: /run/timeshift/908091/backup/timeshift-btrfs/snapshots/2025-06-08_15-25-23/@
-Created control file: /run/timeshift/908091/backup/timeshift-btrfs/snapshots/2025-06-08_15-25-23/info.json
-BTRFS Snapshot saved successfully (0s)
-Tagged snapshot '2025-06-08_15-25-23': ondemand
-------------------------------------------------------------------------------
-Generating grub configuration file ...
-Found linux image: /boot/vmlinuz-linux-lts
-Found initrd image: /boot/initramfs-linux-lts.img
-Found fallback initrd image(s) in /boot: initramfs-linux-lts-fallback.img
-Found linux image: /boot/vmlinuz-linux
-Found initrd image: /boot/initramfs-linux.img
-Found fallback initrd image(s) in /boot: initramfs-linux-fallback.img
-Warning: os-prober will not be executed to detect other bootable partitions.
-Systems on them will not be added to the GRUB boot configuration.
-Check GRUB_DISABLE_OS_PROBER documentation entry.
-Adding boot menu entry for UEFI Firmware Settings ...
-Detecting snapshots ...
-Found snapshot: 2025-06-08 15:25:23 | timeshift-btrfs/snapshots/2025-06-08_15-25-23/@ | ondemand | {timeshift-autosnap} {created before upgrade} |
-Found snapshot: 2025-06-08 14:09:57 | timeshift-btrfs/snapshots/2025-06-08_14-09-57/@ | ondemand | {timeshift-autosnap} {created before upgrade} |
-Found 2 snapshot(s)
-Unmount /tmp/grub-btrfs.YuQbHpdALf .. Success
-done
-:: Processing package changes...
-reinstalling obsidian...
-You can add custom permanent flags for Obsidian in .config/obsidian/user-flags.conf
-:: Running post-transaction hooks...
-(1/2) Arming ConditionNeedsUpdate...
-(2/2) Updating the desktop file MIME type cache...
-...installing snore-git via the AUR @ 15:25:27
-AUR Explicit (1): snore-git-0.1-1
-:: (1/1) Downloaded PKGBUILD: snore-git
- 1 snore-git (Build Files Exist)
-==> Packages to cleanBuild?
-==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
-==>
- 1 snore-git (Build Files Exist)
-==> Diffs to show?
-==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
-==>
-==> Making package: snore-git 0.1-1 (Sun 08 Jun 2025 03:25:31 PM CDT)
-==> Retrieving sources...
- -> Cloning snore-git git repo...
-Cloning into bare repository '/home/cjennings/.cache/yay/snore-git/snore-git'...
-==> WARNING: Skipping verification of source file PGP signatures.
-==> Validating source files with sha256sums...
- snore-git ... Skipped
-:: (1/1) Parsing SRCINFO: snore-git
-==> Making package: snore-git 0.1-1 (Sun 08 Jun 2025 03:25:34 PM CDT)
-==> Checking runtime dependencies...
-==> Checking buildtime dependencies...
-==> Retrieving sources...
- -> Updating snore-git git repo...
-==> Validating source files with sha256sums...
- snore-git ... Skipped
-==> Removing existing $srcdir/ directory...
-==> Extracting sources...
- -> Creating working copy of snore-git git repo...
-Cloning into 'snore-git'...
-done.
-==> Sources are ready.
-==> Making package: snore-git 0.1-1 (Sun 08 Jun 2025 03:25:40 PM CDT)
-==> Checking runtime dependencies...
-==> Checking buildtime dependencies...
-==> WARNING: Using existing $srcdir/ tree
-==> Starting build()...
-snore build options:
-CC snore.c
-CFLAGS = -std=c99 -pedantic -Wall -Wno-deprecated-declarations -Os -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -DVERSION="0.3.1"
-LDFLAGS =
-CC = cc
-CC -o snore
-==> Entering fakeroot environment...
-==> Starting package()...
-snore build options:
-CFLAGS = -std=c99 -pedantic -Wall -Wno-deprecated-declarations -Os -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -DVERSION="0.3.1"
-LDFLAGS =
-CC = cc
-installing executable file to /home/cjennings/.cache/yay/snore-git/pkg/snore-git/usr/bin
-installing manual page to /home/cjennings/.cache/yay/snore-git/pkg/snore-git/usr/share/man/man1
-==> Tidying install...
- -> Removing libtool files...
- -> Purging unwanted files...
- -> Removing static library files...
- -> Stripping unneeded symbols from binaries and libraries...
- -> Compressing man and info pages...
-==> Checking for packaging issues...
-==> Creating package "snore-git"...
- -> Generating .PKGINFO file...
- -> Generating .BUILDINFO file...
- -> Generating .MTREE file...
- -> Compressing package...
-==> Creating package "snore-git-debug"...
- -> Generating .PKGINFO file...
- -> Generating .BUILDINFO file...
- -> Generating .MTREE file...
- -> Compressing package...
-==> Leaving fakeroot environment.
-==> Finished making: snore-git 0.1-1 (Sun 08 Jun 2025 03:25:44 PM CDT)
-==> Cleaning up...
-loading packages...
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (2) snore-git-0.1-1 snore-git-debug-0.1-1
-
-Total Installed Size: 0.02 MiB
-
-:: Proceed with installation? [Y/n]
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing snore-git...
-installing snore-git-debug...
-:: Running post-transaction hooks...
-(1/1) Arming ConditionNeedsUpdate...
- -> devel check for package failed: '/usr/bin/git ls-remote https://github.com/clamiax/snore.git HEAD' encountered an error: fatal: failed to stat '/root/archsetup': Permission denied
-...installing tageditor via the AUR @ 15:25:44
-AUR Make Dependency (1): reflective-rapidjson-0.0.16-2
-AUR Explicit (1): tageditor-3.9.5-1
-AUR Dependency (3): tagparser-12.5.0-1, qtutilities-6.15.0-1, c++utilities-5.28.1-1
-Sync Dependency (2): qt5-webengine-5.15.19-2, rapidjson-1.1.0-6
-Sync Make Dependency (2): qt5-tools-5.15.17+kde+r3-1, llvm-19.1.7-2
-Sync Check Dependency (2): boost-1.88.0-3, cppunit-1.15.1-4
-:: (1/5) Downloaded PKGBUILD: reflective-rapidjson
-:: (2/5) Downloaded PKGBUILD: tageditor
-:: (3/5) Downloaded PKGBUILD: tagparser
-:: (4/5) Downloaded PKGBUILD: c++utilities
-:: (5/5) Downloaded PKGBUILD: qtutilities
- 5 tageditor (Build Files Exist)
- 4 tagparser (Build Files Exist)
- 3 reflective-rapidjson (Build Files Exist)
- 2 qtutilities (Build Files Exist)
- 1 c++utilities (Build Files Exist)
-==> Packages to cleanBuild?
-==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
-==>
- 5 tageditor (Build Files Exist)
- 4 tagparser (Build Files Exist)
- 3 reflective-rapidjson (Build Files Exist)
- 2 qtutilities (Build Files Exist)
- 1 c++utilities (Build Files Exist)
-==> Diffs to show?
-==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
-==>
-==> Making package: reflective-rapidjson 0.0.16-2 (Sun 08 Jun 2025 03:25:52 PM CDT)
-==> Retrieving sources...
- -> Downloading reflective-rapidjson-0.0.16.tar.gz...
- % Total % Received % Xferd Average Speed Time Time Time Current
- Dload Upload Total Spent Left Speed
- 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
- 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 100 82928 0 82928 0 0 57619 0 --:--:-- 0:00:01 --:--:-- 244k
-==> WARNING: Skipping verification of source file PGP signatures.
-==> Validating source files with sha256sums...
- reflective-rapidjson-0.0.16.tar.gz ... Passed
-==> Making package: qtutilities 6.15.0-1 (Sun 08 Jun 2025 03:25:58 PM CDT)
-==> Retrieving sources...
- -> Downloading qtutilities-6.15.0.tar.gz...
- % Total % Received % Xferd Average Speed Time Time Time Current
- Dload Upload Total Spent Left Speed
- 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
- 100 75117 0 75117 0 0 56396 0 --:--:-- 0:00:01 --:--:-- 56396 100 98k 0 98k 0 0 74434 0 --:--:-- 0:00:01 --:--:-- 1378k
-==> WARNING: Skipping verification of source file PGP signatures.
-==> Validating source files with sha256sums...
- qtutilities-6.15.0.tar.gz ... Passed
-==> Making package: c++utilities 5.28.1-1 (Sun 08 Jun 2025 03:26:04 PM CDT)
-==> Retrieving sources...
- -> Downloading c++utilities-5.28.1.tar.gz...
- % Total % Received % Xferd Average Speed Time Time Time Current
- Dload Upload Total Spent Left Speed
- 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
- 100 148k 0 148k 0 0 98575 0 --:--:-- 0:00:01 --:--:-- 98575 100 202k 0 202k 0 0 130k 0 --:--:-- 0:00:01 --:--:-- 6801k
-==> WARNING: Skipping verification of source file PGP signatures.
-==> Validating source files with sha256sums...
- c++utilities-5.28.1.tar.gz ... Passed
-==> Making package: tageditor 3.9.5-1 (Sun 08 Jun 2025 03:26:09 PM CDT)
-==> Retrieving sources...
- -> Downloading tageditor-3.9.5.tar.gz...
- % Total % Received % Xferd Average Speed Time Time Time Current
- Dload Upload Total Spent Left Speed
- 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
- 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 100 849k 0 849k 0 0 455k 0 --:--:-- 0:00:01 --:--:-- 981k
-==> WARNING: Skipping verification of source file PGP signatures.
-==> Validating source files with sha256sums...
- tageditor-3.9.5.tar.gz ... Passed
-==> Making package: tagparser 12.5.0-1 (Sun 08 Jun 2025 03:26:15 PM CDT)
-==> Retrieving sources...
- -> Downloading tagparser-12.5.0.tar.gz...
- % Total % Received % Xferd Average Speed Time Time Time Current
- Dload Upload Total Spent Left Speed
- 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
- 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 347k 0 347k 0 0 212k 0 --:--:-- 0:00:01 --:--:-- 496k
-==> WARNING: Skipping verification of source file PGP signatures.
-==> Validating source files with sha256sums...
- tagparser-12.5.0.tar.gz ... Passed
-:: (1/5) Parsing SRCINFO: tagparser
-:: (2/5) Parsing SRCINFO: reflective-rapidjson
-:: (3/5) Parsing SRCINFO: qtutilities
-:: (4/5) Parsing SRCINFO: c++utilities
-:: (5/5) Parsing SRCINFO: tageditor
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (1) cppunit-1.15.1-4
-
-Total Download Size: 0.46 MiB
-Total Installed Size: 5.86 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- cppunit-1.15.1-4-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing cppunit...
-:: Running post-transaction hooks...
-(1/1) Arming ConditionNeedsUpdate...
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (4) boost-1.88.0-3 llvm-19.1.7-2 qt5-tools-5.15.17+kde+r3-1 rapidjson-1.1.0-6
-
-Total Download Size: 41.04 MiB
-Total Installed Size: 309.56 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- llvm-19.1.7-2-x86_64 downloading...
- boost-1.88.0-3-x86_64 downloading...
- qt5-tools-5.15.17+kde+r3-1-x86_64 downloading...
- rapidjson-1.1.0-6-any downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing rapidjson...
-installing llvm...
-installing boost...
-Optional dependencies for boost
- python: for python bindings [installed]
-installing qt5-tools...
-Optional dependencies for qt5-tools
- clang: for qdoc [installed]
- qt5-declarative: for qdistancefieldgenerator [installed]
-:: Running post-transaction hooks...
-(1/1) Arming ConditionNeedsUpdate...
-==> Making package: c++utilities 5.28.1-1 (Sun 08 Jun 2025 03:26:42 PM CDT)
-==> Checking runtime dependencies...
-==> Checking buildtime dependencies...
-==> Retrieving sources...
- -> Found c++utilities-5.28.1.tar.gz
-==> Validating source files with sha256sums...
- c++utilities-5.28.1.tar.gz ... Passed
-==> Removing existing $srcdir/ directory...
-==> Extracting sources...
- -> Extracting c++utilities-5.28.1.tar.gz with bsdtar
-==> Sources are ready.
-==> Making package: c++utilities 5.28.1-1 (Sun 08 Jun 2025 03:26:51 PM CDT)
-==> Checking runtime dependencies...
-==> Checking buildtime dependencies...
-==> WARNING: Using existing $srcdir/ tree
-==> Starting build()...
--- The C compiler identification is GNU 15.1.1
--- The CXX compiler identification is GNU 15.1.1
--- Detecting C compiler ABI info
--- Detecting C compiler ABI info - done
--- Check for working C compiler: /usr/bin/cc - skipped
--- Detecting C compile features
--- Detecting C compile features - done
--- Detecting CXX compiler ABI info
--- Detecting CXX compiler ABI info - done
--- Check for working CXX compiler: /usr/bin/c++ - skipped
--- Detecting CXX compile features
--- Detecting CXX compile features - done
--- Looking for iconv
--- Looking for iconv - found
--- Using iconv from the standard library for target c++utilities.
--- Using __gnu_cxx::stdio_filebuf for NativeFileStream
--- Performing Test STD_FILESYSTEM_TEST_0
--- Performing Test STD_FILESYSTEM_TEST_0 - Success
--- Linking c++utilities against special library for std::filesystem support is not required.
--- Configuring project c++utilities
--- Using default CXX11-ABI (not forcing old CXX11-ABI of libstdc++).
--- Using template for global.h.in from own (c++utilities) source directory.
--- Using template for version.h.in from own (c++utilities) source directory.
--- Using template for Config.cmake.in from own (c++utilities) source directory.
--- Using template for template.pc.in from own (c++utilities) source directory.
--- Found PkgConfig: /usr/bin/pkg-config (found version "2.4.3")
--- Checking for one of the modules 'cppunit>=1.13.0'
--- Linking test target against c++utilities
--- Using template for doxygen.in from own (c++utilities) source directory.
-CMake Warning at cmake/modules/Doxygen.cmake:32 (message):
- Doxygen not found, unable to add target for generating API documentation
- for c++utilities
-Call Stack (most recent call first):
- CMakeLists.txt:263 (include)
-
-
--- Using template for config.h.in from own (c++utilities) source directory.
--- Configuring done (3.2s)
--- Generating done (0.0s)
--- Build files have been written to: /home/cjennings/.cache/yay/c++utilities/src/cpp-utilities-5.28.1
-[1/23] Building CXX object CMakeFiles/c++utilities.dir/chrono/datetime.cpp.o
-[2/23] Building CXX object CMakeFiles/c++utilities.dir/application/commandlineutils.cpp.o
-[3/23] Building CXX object CMakeFiles/c++utilities.dir/application/fakeqtconfigarguments.cpp.o
-[4/23] Building CXX object CMakeFiles/c++utilities.dir/conversion/conversionexception.cpp.o
-[5/23] Building CXX object CMakeFiles/c++utilities.dir/io/ansiescapecodes.cpp.o
-[6/23] Building CXX object CMakeFiles/c++utilities.dir/chrono/timespan.cpp.o
-[7/23] Building CXX object CMakeFiles/c++utilities.dir/chrono/period.cpp.o
-[8/23] Building CXX object CMakeFiles/c++utilities.dir/io/binaryreader.cpp.o
-[9/23] Building CXX object CMakeFiles/c++utilities.dir/io/binarywriter.cpp.o
-[10/23] Building CXX object CMakeFiles/c++utilities.dir/io/buffersearch.cpp.o
-[11/23] Building CXX object CMakeFiles/c++utilities.dir/conversion/stringconversion.cpp.o
-[12/23] Building CXX object CMakeFiles/c++utilities.dir/io/path.cpp.o
-[13/23] Building CXX object CMakeFiles/c++utilities.dir/io/nativefilestream.cpp.o
-[14/23] Building CXX object CMakeFiles/c++utilities.dir/io/bitreader.cpp.o
-[15/23] Building CXX object CMakeFiles/c++utilities.dir/misc/math.cpp.o
-[16/23] Building CXX object CMakeFiles/c++utilities.dir/misc/parseerror.cpp.o
-[17/23] Building CXX object CMakeFiles/c++utilities.dir/misc/levenshtein.cpp.o
-[18/23] Building CXX object CMakeFiles/c++utilities.dir/io/misc.cpp.o
-[19/23] Building CXX object CMakeFiles/c++utilities.dir/application/argumentparser.cpp.o
-[20/23] Building CXX object CMakeFiles/c++utilities.dir/io/inifile.cpp.o
-[21/23] Building CXX object CMakeFiles/c++utilities.dir/tests/testutils.cpp.o
-[22/23] Linking CXX shared library libc++utilities.so.5.28.1
-[23/23] Creating library symlink libc++utilities.so.5 libc++utilities.so
-==> Starting check()...
-[1/10] Building CXX object CMakeFiles/c++utilities_tests.dir/tests/cppunit.cpp.o
-[2/10] Building CXX object CMakeFiles/c++utilities_tests.dir/tests/mathtests.cpp.o
-[3/10] Building CXX object CMakeFiles/c++utilities_tests.dir/tests/traitstests.cpp.o
-[4/10] Building CXX object CMakeFiles/c++utilities_tests.dir/tests/chronotests.cpp.o
-[5/10] Building CXX object CMakeFiles/c++utilities_tests.dir/tests/conversiontests.cpp.o
-[6/10] Building CXX object CMakeFiles/c++utilities_tests.dir/tests/misctests.cpp.o
-[7/10] Building CXX object CMakeFiles/c++utilities_tests.dir/tests/argumentparsertests.cpp.o
-[8/10] Building CXX object CMakeFiles/c++utilities_tests.dir/tests/iotests.cpp.o
-[9/10] Linking CXX executable c++utilities_tests
-[9/10] cd /home/cjennings/.cache/yay/c++utilities/src/cpp-utilities-5.28.1 && /usr/bin/ctest -V
-UpdateCTestConfiguration from :/home/cjennings/.cache/yay/c++utilities/src/cpp-utilities-5.28.1/DartConfiguration.tcl
-Parse Config file:/home/cjennings/.cache/yay/c++utilities/src/cpp-utilities-5.28.1/DartConfiguration.tcl
-Test project /home/cjennings/.cache/yay/c++utilities/src/cpp-utilities-5.28.1
-Constructing a list of tests
-Done constructing a list of tests
-Updating test list for fixtures
-Added 0 tests to meet fixture requirements
-Checking test dependency graph...
-Checking test dependency graph end
-test 1
- Start 1: c++utilities_run_tests
-
-1: Test command: /home/cjennings/.cache/yay/c++utilities/src/cpp-utilities-5.28.1/c++utilities_tests "-p" "/home/cjennings/.cache/yay/c++utilities/src/cpp-utilities-5.28.1/testfiles" "-w" "/home/cjennings/.cache/yay/c++utilities/src/cpp-utilities-5.28.1/testworkingdir"
-1: Working Directory: /home/cjennings/.cache/yay/c++utilities/src/cpp-utilities-5.28.1
-1: Test timeout computed to be: 1500
-1: /home/cjennings/.cache/yay/c++utilities/src/cpp-utilities-5.28.1/testfiles/
-1: /home/cjennings/.cache/yay/c++utilities/src/cpp-utilities-5.28.1/testfiles/
-1: ./testfiles/
-1: Directory used to store working copies:
-1: /home/cjennings/.cache/yay/c++utilities/src/cpp-utilities-5.28.1/testworkingdir/
-1: Executing test cases ...
-1: ...................................
-1: output for formatting with ANSI escape codes:
-1: Error: some error
-1: Warning: some warning
-1: Info: some info
-1: ==> ERROR: Arch-style error
-1: ==> WARNING: Arch-style warning
-1: Arch-style message
-1: ==> Arch-style success
-1:  -> Arch-style sub-message
-1: blue, blinking text on red background
-1: ---------------------------------------------
-1: ........
-1:
-1:
-1: OK (43 tests)
-1:
-1:
-1: Tests successful
-1/1 Test #1: c++utilities_run_tests ........... Passed 0.02 sec
-
-100% tests passed, 0 tests failed out of 1
-
-Total Test time (real) = 0.02 sec
-==> Entering fakeroot environment...
-==> Starting package()...
-[0/1] Install the project...
--- Install configuration: "Release"
--- Installing: /home/cjennings/.cache/yay/c++utilities/pkg/c++utilities/usr/share/c++utilities/tests/calculateoverallcoverage.awk
--- Installing: /home/cjennings/.cache/yay/c++utilities/pkg/c++utilities/usr/share/c++utilities/coding-style.clang-format
--- Installing: /home/cjennings/.cache/yay/c++utilities/pkg/c++utilities/usr/share/c++utilities/cmake/c++utilitiesConfig.cmake
--- Installing: /home/cjennings/.cache/yay/c++utilities/pkg/c++utilities/usr/share/c++utilities/cmake/c++utilitiesConfigVersion.cmake
--- Installing: /home/cjennings/.cache/yay/c++utilities/pkg/c++utilities/usr/lib/pkgconfig/c++utilities.pc
--- Installing: /home/cjennings/.cache/yay/c++utilities/pkg/c++utilities/usr/lib/libc++utilities.so.5.28.1
--- Installing: /home/cjennings/.cache/yay/c++utilities/pkg/c++utilities/usr/lib/libc++utilities.so.5
--- Installing: /home/cjennings/.cache/yay/c++utilities/pkg/c++utilities/usr/lib/libc++utilities.so
--- Installing: /home/cjennings/.cache/yay/c++utilities/pkg/c++utilities/usr/share/c++utilities/cmake/c++utilitiesTargets.cmake
--- Installing: /home/cjennings/.cache/yay/c++utilities/pkg/c++utilities/usr/share/c++utilities/cmake/c++utilitiesTargets-release.cmake
--- Installing: /home/cjennings/.cache/yay/c++utilities/pkg/c++utilities/usr/include/c++utilities/application/argumentparser.h
--- Installing: /home/cjennings/.cache/yay/c++utilities/pkg/c++utilities/usr/include/c++utilities/application/commandlineutils.h
--- Installing: /home/cjennings/.cache/yay/c++utilities/pkg/c++utilities/usr/include/c++utilities/application/fakeqtconfigarguments.h
--- Installing: /home/cjennings/.cache/yay/c++utilities/pkg/c++utilities/usr/include/c++utilities/application/global.h
--- Installing: /home/cjennings/.cache/yay/c++utilities/pkg/c++utilities/usr/include/c++utilities/chrono/datetime.h
--- Installing: /home/cjennings/.cache/yay/c++utilities/pkg/c++utilities/usr/include/c++utilities/chrono/period.h
--- Installing: /home/cjennings/.cache/yay/c++utilities/pkg/c++utilities/usr/include/c++utilities/chrono/timespan.h
--- Installing: /home/cjennings/.cache/yay/c++utilities/pkg/c++utilities/usr/include/c++utilities/chrono/format.h
--- Installing: /home/cjennings/.cache/yay/c++utilities/pkg/c++utilities/usr/include/c++utilities/conversion/binaryconversion.h
--- Installing: /home/cjennings/.cache/yay/c++utilities/pkg/c++utilities/usr/include/c++utilities/conversion/binaryconversionprivate.h
--- Installing: /home/cjennings/.cache/yay/c++utilities/pkg/c++utilities/usr/include/c++utilities/conversion/conversionexception.h
--- Installing: /home/cjennings/.cache/yay/c++utilities/pkg/c++utilities/usr/include/c++utilities/conversion/stringconversion.h
--- Installing: /home/cjennings/.cache/yay/c++utilities/pkg/c++utilities/usr/include/c++utilities/conversion/stringbuilder.h
--- Installing: /home/cjennings/.cache/yay/c++utilities/pkg/c++utilities/usr/include/c++utilities/io/ansiescapecodes.h
--- Installing: /home/cjennings/.cache/yay/c++utilities/pkg/c++utilities/usr/include/c++utilities/io/binaryreader.h
--- Installing: /home/cjennings/.cache/yay/c++utilities/pkg/c++utilities/usr/include/c++utilities/io/binarywriter.h
--- Installing: /home/cjennings/.cache/yay/c++utilities/pkg/c++utilities/usr/include/c++utilities/io/bitreader.h
--- Installing: /home/cjennings/.cache/yay/c++utilities/pkg/c++utilities/usr/include/c++utilities/io/buffersearch.h
--- Installing: /home/cjennings/.cache/yay/c++utilities/pkg/c++utilities/usr/include/c++utilities/io/copy.h
--- Installing: /home/cjennings/.cache/yay/c++utilities/pkg/c++utilities/usr/include/c++utilities/io/inifile.h
--- Installing: /home/cjennings/.cache/yay/c++utilities/pkg/c++utilities/usr/include/c++utilities/io/path.h
--- Installing: /home/cjennings/.cache/yay/c++utilities/pkg/c++utilities/usr/include/c++utilities/io/nativefilestream.h
--- Installing: /home/cjennings/.cache/yay/c++utilities/pkg/c++utilities/usr/include/c++utilities/io/misc.h
--- Installing: /home/cjennings/.cache/yay/c++utilities/pkg/c++utilities/usr/include/c++utilities/misc/flagenumclass.h
--- Installing: /home/cjennings/.cache/yay/c++utilities/pkg/c++utilities/usr/include/c++utilities/misc/math.h
--- Installing: /home/cjennings/.cache/yay/c++utilities/pkg/c++utilities/usr/include/c++utilities/misc/multiarray.h
--- Installing: /home/cjennings/.cache/yay/c++utilities/pkg/c++utilities/usr/include/c++utilities/misc/parseerror.h
--- Installing: /home/cjennings/.cache/yay/c++utilities/pkg/c++utilities/usr/include/c++utilities/misc/traits.h
--- Installing: /home/cjennings/.cache/yay/c++utilities/pkg/c++utilities/usr/include/c++utilities/misc/levenshtein.h
--- Installing: /home/cjennings/.cache/yay/c++utilities/pkg/c++utilities/usr/include/c++utilities/tests/testutils.h
--- Installing: /home/cjennings/.cache/yay/c++utilities/pkg/c++utilities/usr/include/c++utilities/tests/cppunit.h
--- Installing: /home/cjennings/.cache/yay/c++utilities/pkg/c++utilities/usr/include/c++utilities/tests/outputcheck.h
--- Installing: /home/cjennings/.cache/yay/c++utilities/pkg/c++utilities/usr/include/c++utilities/global.h
--- Installing: /home/cjennings/.cache/yay/c++utilities/pkg/c++utilities/usr/include/c++utilities/version.h
--- Installing: /home/cjennings/.cache/yay/c++utilities/pkg/c++utilities/usr/include/c++utilities/c++utilities-definitions.h
--- Installing: /home/cjennings/.cache/yay/c++utilities/pkg/c++utilities/usr/share/c++utilities/cmake/modules/BasicConfig.cmake
--- Installing: /home/cjennings/.cache/yay/c++utilities/pkg/c++utilities/usr/share/c++utilities/cmake/modules/ConfigHeader.cmake
--- Installing: /home/cjennings/.cache/yay/c++utilities/pkg/c++utilities/usr/share/c++utilities/cmake/modules/LibraryTarget.cmake
--- Installing: /home/cjennings/.cache/yay/c++utilities/pkg/c++utilities/usr/share/c++utilities/cmake/modules/TestUtilities.cmake
--- Installing: /home/cjennings/.cache/yay/c++utilities/pkg/c++utilities/usr/share/c++utilities/cmake/modules/TestTarget.cmake
--- Installing: /home/cjennings/.cache/yay/c++utilities/pkg/c++utilities/usr/share/c++utilities/cmake/modules/AppUtilities.cmake
--- Installing: /home/cjennings/.cache/yay/c++utilities/pkg/c++utilities/usr/share/c++utilities/cmake/modules/AppTarget.cmake
--- Installing: /home/cjennings/.cache/yay/c++utilities/pkg/c++utilities/usr/share/c++utilities/cmake/modules/WindowsResources.cmake
--- Installing: /home/cjennings/.cache/yay/c++utilities/pkg/c++utilities/usr/share/c++utilities/cmake/modules/TemplateFinder.cmake
--- Installing: /home/cjennings/.cache/yay/c++utilities/pkg/c++utilities/usr/share/c++utilities/cmake/modules/Doxygen.cmake
--- Installing: /home/cjennings/.cache/yay/c++utilities/pkg/c++utilities/usr/share/c++utilities/cmake/modules/ListToString.cmake
--- Installing: /home/cjennings/.cache/yay/c++utilities/pkg/c++utilities/usr/share/c++utilities/cmake/modules/ShellCompletion.cmake
--- Installing: /home/cjennings/.cache/yay/c++utilities/pkg/c++utilities/usr/share/c++utilities/cmake/modules/DevelUtilities.cmake
--- Installing: /home/cjennings/.cache/yay/c++utilities/pkg/c++utilities/usr/share/c++utilities/cmake/modules/3rdParty.cmake
--- Installing: /home/cjennings/.cache/yay/c++utilities/pkg/c++utilities/usr/share/c++utilities/cmake/modules/3rdPartyFunctions.cmake
--- Installing: /home/cjennings/.cache/yay/c++utilities/pkg/c++utilities/usr/share/c++utilities/cmake/templates/bash-completion.sh.in
--- Installing: /home/cjennings/.cache/yay/c++utilities/pkg/c++utilities/usr/share/c++utilities/cmake/templates/Config.cmake.in
--- Installing: /home/cjennings/.cache/yay/c++utilities/pkg/c++utilities/usr/share/c++utilities/cmake/templates/config.h.in
--- Installing: /home/cjennings/.cache/yay/c++utilities/pkg/c++utilities/usr/share/c++utilities/cmake/templates/desktop.in
--- Installing: /home/cjennings/.cache/yay/c++utilities/pkg/c++utilities/usr/share/c++utilities/cmake/templates/appdata.xml.in
--- Installing: /home/cjennings/.cache/yay/c++utilities/pkg/c++utilities/usr/share/c++utilities/cmake/templates/doxygen.in
--- Installing: /home/cjennings/.cache/yay/c++utilities/pkg/c++utilities/usr/share/c++utilities/cmake/templates/global.h.in
--- Installing: /home/cjennings/.cache/yay/c++utilities/pkg/c++utilities/usr/share/c++utilities/cmake/templates/version.h.in
--- Installing: /home/cjennings/.cache/yay/c++utilities/pkg/c++utilities/usr/share/c++utilities/cmake/templates/template.pc.in
-==> Tidying install...
- -> Removing libtool files...
- -> Purging unwanted files...
- -> Removing static library files...
- -> Stripping unneeded symbols from binaries and libraries...
- -> Compressing man and info pages...
-==> Checking for packaging issues...
-==> Creating package "c++utilities"...
- -> Generating .PKGINFO file...
- -> Generating .BUILDINFO file...
- -> Generating .MTREE file...
- -> Compressing package...
-==> Creating package "c++utilities-debug"...
- -> Generating .PKGINFO file...
- -> Generating .BUILDINFO file...
- -> Generating .MTREE file...
- -> Compressing package...
-==> Leaving fakeroot environment.
-==> Finished making: c++utilities 5.28.1-1 (Sun 08 Jun 2025 03:27:24 PM CDT)
-==> Cleaning up...
-loading packages...
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (2) c++utilities-5.28.1-1 c++utilities-debug-5.28.1-1
-
-Total Installed Size: 4.43 MiB
-
-:: Proceed with installation? [Y/n]
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing c++utilities...
-Optional dependencies for c++utilities
- c++utilities-doc: API documentation
-installing c++utilities-debug...
-:: Running post-transaction hooks...
-(1/1) Arming ConditionNeedsUpdate...
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (3) qt5-location-5.15.17+kde+r7-1 qt5-webchannel-5.15.17+kde+r3-1 qt5-webengine-5.15.19-2
-
-Total Download Size: 53.08 MiB
-Total Installed Size: 166.85 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- qt5-webengine-5.15.19-2-x86_64 downloading...
- qt5-location-5.15.17+kde+r7-1-x86_64 downloading...
- qt5-webchannel-5.15.17+kde+r3-1-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing qt5-webchannel...
-installing qt5-location...
-installing qt5-webengine...
-Optional dependencies for qt5-webengine
- pipewire: WebRTC desktop sharing under Wayland [installed]
-:: Running post-transaction hooks...
-(1/1) Arming ConditionNeedsUpdate...
-==> Making package: reflective-rapidjson 0.0.16-2 (Sun 08 Jun 2025 03:27:40 PM CDT)
-==> Checking runtime dependencies...
-==> Checking buildtime dependencies...
-==> Retrieving sources...
- -> Found reflective-rapidjson-0.0.16.tar.gz
-==> Validating source files with sha256sums...
- reflective-rapidjson-0.0.16.tar.gz ... Passed
-==> Removing existing $srcdir/ directory...
-==> Extracting sources...
- -> Extracting reflective-rapidjson-0.0.16.tar.gz with bsdtar
-==> Sources are ready.
-==> Making package: reflective-rapidjson 0.0.16-2 (Sun 08 Jun 2025 03:27:48 PM CDT)
-==> Checking runtime dependencies...
-==> Checking buildtime dependencies...
-==> WARNING: Using existing $srcdir/ tree
-==> Starting build()...
--- The C compiler identification is GNU 15.1.1
--- The CXX compiler identification is GNU 15.1.1
--- Detecting C compiler ABI info
--- Detecting C compiler ABI info - done
--- Check for working C compiler: /usr/bin/cc - skipped
--- Detecting C compile features
--- Detecting C compile features - done
--- Detecting CXX compiler ABI info
--- Detecting CXX compiler ABI info - done
--- Check for working CXX compiler: /usr/bin/c++ - skipped
--- Detecting CXX compile features
--- Detecting CXX compile features - done
--- Using system c++utilities
--- RapidJSON found. Headers: /usr/include
--- Configuring project reflective_rapidjson
--- Using default CXX11-ABI (not forcing old CXX11-ABI of libstdc++).
--- Project reflective_rapidjson is header-only library.
--- For the check target to work, it is required to call enable_testing() on the source directory root.
-CMake Warning at /usr/share/c++utilities/cmake/modules/BasicConfig.cmake:412 (message):
- Format rules for clang-format not found.
-Call Stack (most recent call first):
- lib/CMakeLists.txt:44 (include)
-
-
--- Using template for global.h.in from CPP_UTILITIES installation.
--- Using template for version.h.in from CPP_UTILITIES installation.
--- Using template for Config.cmake.in from CPP_UTILITIES installation.
--- Using template for template.pc.in from CPP_UTILITIES installation.
--- Found PkgConfig: /usr/bin/pkg-config (found version "2.4.3")
--- Checking for one of the modules 'cppunit>=1.13.0'
--- Linking test target against reflective_rapidjson
--- Using template for doxygen.in from CPP_UTILITIES installation.
-CMake Warning at /usr/share/c++utilities/cmake/modules/Doxygen.cmake:32 (message):
- Doxygen not found, unable to add target for generating API documentation
- for reflective_rapidjson
-Call Stack (most recent call first):
- lib/CMakeLists.txt:47 (include)
-
-
--- Using template for config.h.in from CPP_UTILITIES installation.
--- Performing Test HAVE_FFI_CALL
--- Performing Test HAVE_FFI_CALL - Success
--- Found FFI: /usr/lib/libffi.so
--- Looking for histedit.h
--- Looking for histedit.h - found
--- Found LibEdit: /usr/include (found version "2.11")
--- Found ZLIB: /usr/lib/libz.so (found version "1.3.1")
--- Performing Test CMAKE_HAVE_LIBC_PTHREAD
--- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
--- Found Threads: TRUE
--- Found LibXml2: /usr/lib/libxml2.so (found version "2.14.3")
--- Found CURL: /usr/lib/libcurl.so (found version "8.14.1")
--- Configuring project reflective_rapidjson_generator
--- Using default CXX11-ABI (not forcing old CXX11-ABI of libstdc++).
--- For the check target to work, it is required to call enable_testing() on the source directory root.
-CMake Warning at /usr/share/c++utilities/cmake/modules/BasicConfig.cmake:412 (message):
- Format rules for clang-format not found.
-Call Stack (most recent call first):
- generator/CMakeLists.txt:67 (include)
-
-
--- Using template for desktop.in from CPP_UTILITIES installation.
--- Using template for appdata.xml.in from CPP_UTILITIES installation.
--- Using template for bash-completion.sh.in from CPP_UTILITIES installation.
--- Generating files for bash completion.
--- Using template for doxygen.in from CPP_UTILITIES installation.
-CMake Warning at /usr/share/c++utilities/cmake/modules/Doxygen.cmake:32 (message):
- Doxygen not found, unable to add target for generating API documentation
- for reflective_rapidjson_generator
-Call Stack (most recent call first):
- generator/CMakeLists.txt:72 (include)
-
-
--- Using /usr/lib/clang/19 as Clang's resource directory for Reflective RapidJSON
--- Adding generator command for tests/structs.h producing /home/cjennings/.cache/yay/reflective-rapidjson/src/reflective-rapidjson-0.0.16/generator/reflection/structs.h
--- Adding generator command for tests/morestructs.h producing /home/cjennings/.cache/yay/reflective-rapidjson/src/reflective-rapidjson-0.0.16/generator/reflection/morestructs.h
--- Adding generator command for visitor.cpp producing /home/cjennings/.cache/yay/reflective-rapidjson/src/reflective-rapidjson-0.0.16/generator/reflection/visitor.h
--- Using template for config.h.in from CPP_UTILITIES installation.
--- Configuring done (1.6s)
--- Generating done (0.0s)
--- Build files have been written to: /home/cjennings/.cache/yay/reflective-rapidjson/src/reflective-rapidjson-0.0.16
-[1/21] Building CXX object generator/CMakeFiles/reflective_rapidjson_generator.dir/serializationcodegenerator.cpp.o
-[2/21] Building CXX object generator/CMakeFiles/reflective_rapidjson_generator.dir/jsonserializationcodegenerator.cpp.o
-[3/21] Building CXX object generator/CMakeFiles/reflective_rapidjson_generator.dir/clangversionabstraction.cpp.o
-[4/21] Building CXX object generator/CMakeFiles/reflective_rapidjson_generator.dir/codegenerator.cpp.o
-[5/21] Building CXX object generator/CMakeFiles/reflective_rapidjson_generator.dir/codefactory.cpp.o
-[6/21] Building CXX object generator/CMakeFiles/reflective_rapidjson_generator.dir/main.cpp.o
-[7/21] Building CXX object generator/CMakeFiles/reflective_rapidjson_generator.dir/frontendaction.cpp.o
-[8/21] Building CXX object generator/CMakeFiles/reflective_rapidjson_generator.dir/binaryserializationcodegenerator.cpp.o
-[9/21] Building CXX object generator/CMakeFiles/reflective_rapidjson_generator_testlib.dir/serializationcodegenerator.cpp.o
-[10/21] Building CXX object generator/CMakeFiles/reflective_rapidjson_generator_testlib.dir/jsonserializationcodegenerator.cpp.o
-[11/21] Building CXX object generator/CMakeFiles/reflective_rapidjson_generator.dir/visitor.cpp.o
-[12/21] Building CXX object generator/CMakeFiles/reflective_rapidjson_generator_testlib.dir/codegenerator.cpp.o
-[13/21] Building CXX object generator/CMakeFiles/reflective_rapidjson_generator_testlib.dir/clangversionabstraction.cpp.o
-[14/21] Building CXX object generator/CMakeFiles/reflective_rapidjson_generator_testlib.dir/codefactory.cpp.o
-[15/21] Building CXX object generator/CMakeFiles/reflective_rapidjson_generator.dir/consumer.cpp.o
-[16/21] Building CXX object generator/CMakeFiles/reflective_rapidjson_generator_testlib.dir/binaryserializationcodegenerator.cpp.o
-[17/21] Building CXX object generator/CMakeFiles/reflective_rapidjson_generator_testlib.dir/frontendaction.cpp.o
-[18/21] Linking CXX executable generator/reflective_rapidjson_generator
-[19/21] Building CXX object generator/CMakeFiles/reflective_rapidjson_generator_testlib.dir/visitor.cpp.o
-[20/21] Building CXX object generator/CMakeFiles/reflective_rapidjson_generator_testlib.dir/consumer.cpp.o
-[21/21] Linking CXX shared library generator/libreflective_rapidjson_generator_testlib.so
-==> Starting check()...
-[1/16] Generating reflection code for tests/structs.h
-[2/16] Generating reflection code for tests/morestructs.h
-[3/16] Building CXX object lib/CMakeFiles/reflective_rapidjson_tests.dir/tests/jsonreflector-chronoutilities.cpp.o
-[4/16] Building CXX object lib/CMakeFiles/reflective_rapidjson_tests.dir/tests/traits.cpp.o
-[5/16] Building CXX object lib/CMakeFiles/reflective_rapidjson_tests.dir/tests/jsonreflector-boosthana.cpp.o
-[6/16] Building CXX object lib/CMakeFiles/reflective_rapidjson_tests.dir/cppunit.cpp.o
-[7/16] Building CXX object lib/CMakeFiles/reflective_rapidjson_tests.dir/tests/binaryreflector-boosthana.cpp.o
-[8/16] Building CXX object lib/CMakeFiles/reflective_rapidjson_tests.dir/tests/binaryreflector.cpp.o
-[9/16] Building CXX object lib/CMakeFiles/reflective_rapidjson_tests.dir/tests/jsonreflector.cpp.o
-[10/16] Generating reflection code for visitor.cpp
-[11/16] Building CXX object generator/CMakeFiles/reflective_rapidjson_generator_tests.dir/cppunit.cpp.o
-[12/16] Linking CXX executable lib/reflective_rapidjson_tests
-[13/16] Building CXX object generator/CMakeFiles/reflective_rapidjson_generator_tests.dir/tests/binarygenerator.cpp.o
-[14/16] Building CXX object generator/CMakeFiles/reflective_rapidjson_generator_tests.dir/tests/jsongenerator.cpp.o
-[15/16] Linking CXX executable generator/reflective_rapidjson_generator_tests
-[15/16] cd /home/cjennings/.cache/yay/reflective-rapidjson/src/reflective-rapidjson-0.0.16 && /usr/bin/ctest -V
-UpdateCTestConfiguration from :/home/cjennings/.cache/yay/reflective-rapidjson/src/reflective-rapidjson-0.0.16/DartConfiguration.tcl
-Test project /home/cjennings/.cache/yay/reflective-rapidjson/src/reflective-rapidjson-0.0.16
-Constructing a list of tests
-Done constructing a list of tests
-Updating test list for fixtures
-Added 0 tests to meet fixture requirements
-Checking test dependency graph...
-Checking test dependency graph end
-test 1
- Start 1: reflective_rapidjson_run_tests
-
-1: Test command: /home/cjennings/.cache/yay/reflective-rapidjson/src/reflective-rapidjson-0.0.16/lib/reflective_rapidjson_tests "-p" "/home/cjennings/.cache/yay/reflective-rapidjson/src/reflective-rapidjson-0.0.16/lib/testfiles" "-w" "/home/cjennings/.cache/yay/reflective-rapidjson/src/reflective-rapidjson-0.0.16/lib/testworkingdir"
-1: Working Directory: /home/cjennings/.cache/yay/reflective-rapidjson/src/reflective-rapidjson-0.0.16/lib
-1: Test timeout computed to be: 9999879
-1: /home/cjennings/.cache/yay/reflective-rapidjson/src/reflective-rapidjson-0.0.16/lib/testfiles/
-1: /home/cjennings/.cache/yay/reflective-rapidjson/src/reflective-rapidjson-0.0.16/lib/testfiles/
-1: ./testfiles/
-1: Directory used to store working copies:
-1: /home/cjennings/.cache/yay/reflective-rapidjson/src/reflective-rapidjson-0.0.16/lib/testworkingdir/
-1: Executing test cases ...
-1: ...............................
-1:
-1:
-1: OK (31 tests)
-1:
-1:
-1: Tests successful
-1/2 Test #1: reflective_rapidjson_run_tests ............. Passed 0.00 sec
-test 2
- Start 2: reflective_rapidjson_generator_run_tests
-
-2: Test command: /home/cjennings/.cache/yay/reflective-rapidjson/src/reflective-rapidjson-0.0.16/generator/reflective_rapidjson_generator_tests "-p" "/home/cjennings/.cache/yay/reflective-rapidjson/src/reflective-rapidjson-0.0.16/generator/testfiles" "-w" "/home/cjennings/.cache/yay/reflective-rapidjson/src/reflective-rapidjson-0.0.16/generator/testworkingdir" "-a" "/home/cjennings/.cache/yay/reflective-rapidjson/src/reflective-rapidjson-0.0.16/generator/reflective_rapidjson_generator"
-2: Working Directory: /home/cjennings/.cache/yay/reflective-rapidjson/src/reflective-rapidjson-0.0.16/generator
-2: Test timeout computed to be: 9999879
-2: /home/cjennings/.cache/yay/reflective-rapidjson/src/reflective-rapidjson-0.0.16/generator/testfiles/
-2: /home/cjennings/.cache/yay/reflective-rapidjson/src/reflective-rapidjson-0.0.16/generator/testfiles/
-2: ./testfiles/
-2: Directory used to store working copies:
-2: /home/cjennings/.cache/yay/reflective-rapidjson/src/reflective-rapidjson-0.0.16/generator/testworkingdir/
-2: Executing test cases ...
-2: ..- /home/cjennings/.cache/yay/reflective-rapidjson/src/reflective-rapidjson-0.0.16/generator/reflective_rapidjson_generator --input-file /home/cjennings/.cache/yay/reflective-rapidjson/src/reflective-rapidjson-0.0.16/generator/testfiles/some_structs.h --json-classes TestNamespace2::ThirdPartyStruct --clang-opt -resource-dir /usr/lib/clang/19 -std=c++17 -I /usr/include -I /usr/include
-2: .........
-2:
-2:
-2: OK (11 tests)
-2:
-2:
-2: Tests successful
-2/2 Test #2: reflective_rapidjson_generator_run_tests ... Passed 2.99 sec
-
-100% tests passed, 0 tests failed out of 2
-
-Total Test time (real) = 3.00 sec
-==> Entering fakeroot environment...
-==> Starting package()...
-[0/1] Install the project...
--- Install configuration: "Release"
--- Installing: /home/cjennings/.cache/yay/reflective-rapidjson/pkg/reflective-rapidjson/usr/share/reflective_rapidjson/cmake/reflective_rapidjsonConfig.cmake
--- Installing: /home/cjennings/.cache/yay/reflective-rapidjson/pkg/reflective-rapidjson/usr/share/reflective_rapidjson/cmake/reflective_rapidjsonConfigVersion.cmake
--- Installing: /home/cjennings/.cache/yay/reflective-rapidjson/pkg/reflective-rapidjson/usr/lib/pkgconfig/reflective_rapidjson.pc
--- Installing: /home/cjennings/.cache/yay/reflective-rapidjson/pkg/reflective-rapidjson/usr/share/reflective_rapidjson/cmake/reflective_rapidjsonTargets.cmake
--- Installing: /home/cjennings/.cache/yay/reflective-rapidjson/pkg/reflective-rapidjson/usr/include/reflective_rapidjson/traits.h
--- Installing: /home/cjennings/.cache/yay/reflective-rapidjson/pkg/reflective-rapidjson/usr/include/reflective_rapidjson/versioning.h
--- Installing: /home/cjennings/.cache/yay/reflective-rapidjson/pkg/reflective-rapidjson/usr/include/reflective_rapidjson/json/reflector.h
--- Installing: /home/cjennings/.cache/yay/reflective-rapidjson/pkg/reflective-rapidjson/usr/include/reflective_rapidjson/json/reflector-boosthana.h
--- Installing: /home/cjennings/.cache/yay/reflective-rapidjson/pkg/reflective-rapidjson/usr/include/reflective_rapidjson/json/reflector-chronoutilities.h
--- Installing: /home/cjennings/.cache/yay/reflective-rapidjson/pkg/reflective-rapidjson/usr/include/reflective_rapidjson/json/serializable.h
--- Installing: /home/cjennings/.cache/yay/reflective-rapidjson/pkg/reflective-rapidjson/usr/include/reflective_rapidjson/json/errorhandling.h
--- Installing: /home/cjennings/.cache/yay/reflective-rapidjson/pkg/reflective-rapidjson/usr/include/reflective_rapidjson/json/errorformatting.h
--- Installing: /home/cjennings/.cache/yay/reflective-rapidjson/pkg/reflective-rapidjson/usr/include/reflective_rapidjson/binary/reflector.h
--- Installing: /home/cjennings/.cache/yay/reflective-rapidjson/pkg/reflective-rapidjson/usr/include/reflective_rapidjson/binary/reflector-boosthana.h
--- Installing: /home/cjennings/.cache/yay/reflective-rapidjson/pkg/reflective-rapidjson/usr/include/reflective_rapidjson/binary/reflector-chronoutilities.h
--- Installing: /home/cjennings/.cache/yay/reflective-rapidjson/pkg/reflective-rapidjson/usr/include/reflective_rapidjson/binary/serializable.h
--- Installing: /home/cjennings/.cache/yay/reflective-rapidjson/pkg/reflective-rapidjson/usr/include/reflective_rapidjson/global.h
--- Installing: /home/cjennings/.cache/yay/reflective-rapidjson/pkg/reflective-rapidjson/usr/include/reflective_rapidjson/version.h
--- Installing: /home/cjennings/.cache/yay/reflective-rapidjson/pkg/reflective-rapidjson/usr/include/reflective_rapidjson/reflective_rapidjson-definitions.h
--- Installing: /home/cjennings/.cache/yay/reflective-rapidjson/pkg/reflective-rapidjson/usr/share/reflective_rapidjson/cmake/modules/ReflectionGenerator.cmake
--- Installing: /home/cjennings/.cache/yay/reflective-rapidjson/pkg/reflective-rapidjson/usr/bin/reflective_rapidjson_generator
--- Installing: /home/cjennings/.cache/yay/reflective-rapidjson/pkg/reflective-rapidjson/usr/share/bash-completion/completions
--- Installing: /home/cjennings/.cache/yay/reflective-rapidjson/pkg/reflective-rapidjson/usr/share/bash-completion/completions/reflective_rapidjson_generator
-==> Tidying install...
- -> Removing libtool files...
- -> Purging unwanted files...
- -> Removing static library files...
- -> Stripping unneeded symbols from binaries and libraries...
- -> Compressing man and info pages...
-==> Checking for packaging issues...
-==> Creating package "reflective-rapidjson"...
- -> Generating .PKGINFO file...
- -> Generating .BUILDINFO file...
- -> Generating .MTREE file...
- -> Compressing package...
-==> Creating package "reflective-rapidjson-debug"...
- -> Generating .PKGINFO file...
- -> Generating .BUILDINFO file...
- -> Generating .MTREE file...
- -> Compressing package...
-==> Leaving fakeroot environment.
-==> Finished making: reflective-rapidjson 0.0.16-2 (Sun 08 Jun 2025 03:29:06 PM CDT)
-==> Cleaning up...
-==> Making package: qtutilities 6.15.0-1 (Sun 08 Jun 2025 03:29:10 PM CDT)
-==> Checking runtime dependencies...
-==> Checking buildtime dependencies...
-==> Retrieving sources...
- -> Found qtutilities-6.15.0.tar.gz
-==> Validating source files with sha256sums...
- qtutilities-6.15.0.tar.gz ... Passed
-==> Removing existing $srcdir/ directory...
-==> Extracting sources...
- -> Extracting qtutilities-6.15.0.tar.gz with bsdtar
-==> Sources are ready.
-==> Making package: qtutilities 6.15.0-1 (Sun 08 Jun 2025 03:29:20 PM CDT)
-==> Checking runtime dependencies...
-==> Checking buildtime dependencies...
-==> WARNING: Using existing $srcdir/ tree
-==> Starting build()...
--- The C compiler identification is GNU 15.1.1
--- The CXX compiler identification is GNU 15.1.1
--- Detecting C compiler ABI info
--- Detecting C compiler ABI info - done
--- Check for working C compiler: /usr/bin/cc - skipped
--- Detecting C compile features
--- Detecting C compile features - done
--- Detecting CXX compiler ABI info
--- Detecting CXX compiler ABI info - done
--- Check for working CXX compiler: /usr/bin/c++ - skipped
--- Detecting CXX compile features
--- Detecting CXX compile features - done
--- Found X11: /usr/include
--- Looking for XOpenDisplay in /usr/lib/libX11.so;/usr/lib/libXext.so
--- Looking for XOpenDisplay in /usr/lib/libX11.so;/usr/lib/libXext.so - found
--- Looking for gethostbyname
--- Looking for gethostbyname - found
--- Looking for connect
--- Looking for connect - found
--- Looking for remove
--- Looking for remove - found
--- Looking for shmat
--- Looking for shmat - found
--- Looking for IceConnectionNumber in ICE
--- Looking for IceConnectionNumber in ICE - found
--- D-Bus notifications enabled
--- Configuring project qtutilities
--- Using default CXX11-ABI (not forcing old CXX11-ABI of libstdc++).
-CMake Warning at /usr/share/c++utilities/cmake/modules/BasicConfig.cmake:412 (message):
- Format rules for clang-format not found.
-Call Stack (most recent call first):
- CMakeLists.txt:178 (include)
-
-
--- Building with Qt Widgets GUI.
--- Building WITHOUT Qt Quick GUI.
--- Project has D-Bus interface declarations which will be processed.
--- Linking qtutilities against Qt module Qt5::Gui.
--- Linking qtutilities against Qt module Qt5::Widgets.
--- Linking qtutilities against Qt module Qt5::Core.
--- Linking qtutilities against Qt module Qt5::DBus.
--- Qt variable QT_INSTALL_TRANSLATIONS queried from qmake: /usr/share/qt/translations
--- Qt variable QT_INSTALL_TRANSLATIONS resolved to path: /usr/share/qt/translations
--- Project has translations which will be released.
--- Using template for qtconfig.h.in from own (qtutilities) source directory.
--- Using template for global.h.in from CPP_UTILITIES installation.
--- Using template for version.h.in from CPP_UTILITIES installation.
--- Using template for Config.cmake.in from CPP_UTILITIES installation.
--- Using template for template.pc.in from CPP_UTILITIES installation.
--- Using template for doxygen.in from CPP_UTILITIES installation.
-CMake Warning at /usr/share/c++utilities/cmake/modules/Doxygen.cmake:32 (message):
- Doxygen not found, unable to add target for generating API documentation
- for qtutilities
-Call Stack (most recent call first):
- CMakeLists.txt:188 (include)
-
-
--- Using template for config.h.in from CPP_UTILITIES installation.
--- Linking qtutilities against Qt module Qt5::Test.
--- Configuring done (1.7s)
--- Generating done (0.1s)
--- Build files have been written to: /home/cjennings/.cache/yay/qtutilities/src/qtutilities-6.15.0
-[1/41] Generating .lupdate/translations/qtutilities_de_DE.ts.stamp
-Updating 'translations/qtutilities_de_DE.ts'...
- Found 93 source text(s) (0 new and 93 already existing)
-[2/41] Generating .lupdate/translations/qtutilities_en_US.ts.stamp
-Updating 'translations/qtutilities_en_US.ts'...
- Found 93 source text(s) (0 new and 93 already existing)
-[3/41] Generating qtutilities_de_DE.qm
-Updating '/home/cjennings/.cache/yay/qtutilities/src/qtutilities-6.15.0/qtutilities_de_DE.qm'...
- Generated 93 translation(s) (93 finished and 0 unfinished)
-[4/41] Generating .lupdate/translations/qtutilities_zh_CN.ts.stamp
-Updating 'translations/qtutilities_zh_CN.ts'...
- Found 93 source text(s) (0 new and 93 already existing)
-[5/41] Generating qtutilities_en_US.qm
-Updating '/home/cjennings/.cache/yay/qtutilities/src/qtutilities-6.15.0/qtutilities_en_US.qm'...
- Generated 0 translation(s) (0 finished and 0 unfinished)
- Ignored 93 untranslated source text(s)
-[6/41] Generating qtutilities_zh_CN.qm
-Updating '/home/cjennings/.cache/yay/qtutilities/src/qtutilities-6.15.0/qtutilities_zh_CN.qm'...
- Generated 89 translation(s) (88 finished and 1 unfinished)
- Ignored 4 untranslated source text(s)
-[7/41] Automatic MOC and UIC for target qtutilities
-[8/41] Automatic RCC for qtutilities_translations.qrc
-[9/41] Generating notificationsinterface.cpp, notificationsinterface.h
-[10/41] Automatic RCC for resources/qtutilsicons.qrc
-[11/41] Generating notificationsinterface.moc
-[12/41] Building CXX object CMakeFiles/qtutilities.dir/misc/dialogutils.cpp.o
-[13/41] Building CXX object CMakeFiles/qtutilities.dir/models/checklistmodel.cpp.o
-[14/41] Building CXX object CMakeFiles/qtutilities.dir/misc/desktoputils.cpp.o
-[15/41] Building CXX object CMakeFiles/qtutilities.dir/qtutilities_autogen/mocs_compilation.cpp.o
-[16/41] Building CXX object CMakeFiles/qtutilities.dir/resources/resources.cpp.o
-[17/41] Building CXX object CMakeFiles/qtutilities.dir/resources/qtconfigarguments.cpp.o
-[18/41] Building CXX object CMakeFiles/qtutilities.dir/notificationsinterface.cpp.o
-[19/41] Building CXX object CMakeFiles/qtutilities.dir/aboutdialog/aboutdialog.cpp.o
-[20/41] Building CXX object CMakeFiles/qtutilities.dir/settingsdialog/qtsettings.cpp.o
-[21/41] Building CXX object CMakeFiles/qtutilities.dir/settingsdialog/optioncategory.cpp.o
-[22/41] Building CXX object CMakeFiles/qtutilities.dir/enterpassworddialog/enterpassworddialog.cpp.o
-[23/41] Building CXX object CMakeFiles/qtutilities.dir/misc/dbusnotification.cpp.o
-[24/41] Building CXX object CMakeFiles/qtutilities.dir/settingsdialog/optioncategorymodel.cpp.o
-[25/41] Building CXX object CMakeFiles/qtutilities.dir/settingsdialog/optioncategoryfiltermodel.cpp.o
-[26/41] Building CXX object CMakeFiles/qtutilities.dir/settingsdialog/optionpage.cpp.o
-[27/41] Building CXX object CMakeFiles/qtutilities.dir/widgets/clearcombobox.cpp.o
-[28/41] Building CXX object CMakeFiles/qtutilities.dir/widgets/clearspinbox.cpp.o
-[29/41] Building CXX object CMakeFiles/qtutilities.dir/widgets/clearplaintextedit.cpp.o
-[30/41] Building CXX object CMakeFiles/qtutilities.dir/widgets/clearlineedit.cpp.o
-[31/41] Building CXX object CMakeFiles/qtutilities.dir/settingsdialog/settingsdialog.cpp.o
-[32/41] Building CXX object CMakeFiles/qtutilities.dir/widgets/buttonoverlay.cpp.o
-[33/41] Building CXX object CMakeFiles/qtutilities.dir/qtutilities_autogen/3YJK5W5UP7/qrc_qtutilsicons.cpp.o
-[34/41] Building CXX object CMakeFiles/qtutilities.dir/qtutilities_autogen/EWIEGA46WW/qrc_qtutilities_translations.cpp.o
-[35/41] Building CXX object CMakeFiles/qtutilities.dir/widgets/pathselection.cpp.o
-[36/41] Building CXX object CMakeFiles/qtutilities.dir/paletteeditor/colorbutton.cpp.o
-[37/41] Building CXX object CMakeFiles/qtutilities.dir/misc/recentmenumanager.cpp.o
-[38/41] Building CXX object CMakeFiles/qtutilities.dir/paletteeditor/paletteeditor.cpp.o
-[39/41] Building CXX object CMakeFiles/qtutilities.dir/widgets/iconbutton.cpp.o
-[40/41] Linking CXX shared library libqtutilities.so.6.15.0
-[41/41] Creating library symlink libqtutilities.so.6 libqtutilities.so
-==> Starting check()...
-[1/13] Automatic MOC and UIC for target qtutilities_dialogs_tests
-[2/13] Building CXX object CMakeFiles/qtutilities_dialogs_tests.dir/qtutilities_dialogs_tests_autogen/mocs_compilation.cpp.o
-[3/13] Automatic MOC and UIC for target qtutilities_dbusnotification_tests
-[4/13] Building CXX object CMakeFiles/qtutilities_dbusnotification_tests.dir/qtutilities_dbusnotification_tests_autogen/mocs_compilation.cpp.o
-[5/13] Automatic MOC and UIC for target qtutilities_buttonoverlay_tests
-[6/13] Building CXX object CMakeFiles/qtutilities_buttonoverlay_tests.dir/qtutilities_buttonoverlay_tests_autogen/mocs_compilation.cpp.o
-[7/13] Building CXX object CMakeFiles/qtutilities_dbusnotification_tests.dir/tests/dbusnotification.cpp.o
-[8/13] Building CXX object CMakeFiles/qtutilities_dialogs_tests.dir/tests/dialogs.cpp.o
-[9/13] Linking CXX executable qtutilities_dbusnotification_tests
-[10/13] Linking CXX executable qtutilities_dialogs_tests
-[11/13] Building CXX object CMakeFiles/qtutilities_buttonoverlay_tests.dir/tests/buttonoverlay.cpp.o
-[12/13] Linking CXX executable qtutilities_buttonoverlay_tests
-[12/13] cd /home/cjennings/.cache/yay/qtutilities/src/qtutilities-6.15.0 && /usr/bin/ctest -V
-UpdateCTestConfiguration from :/home/cjennings/.cache/yay/qtutilities/src/qtutilities-6.15.0/DartConfiguration.tcl
-Parse Config file:/home/cjennings/.cache/yay/qtutilities/src/qtutilities-6.15.0/DartConfiguration.tcl
-Test project /home/cjennings/.cache/yay/qtutilities/src/qtutilities-6.15.0
-Constructing a list of tests
-Done constructing a list of tests
-Updating test list for fixtures
-Added 0 tests to meet fixture requirements
-Checking test dependency graph...
-Checking test dependency graph end
-test 1
- Start 1: qtutilities_run_buttonoverlay_tests
-
-1: Test command: /home/cjennings/.cache/yay/qtutilities/src/qtutilities-6.15.0/qtutilities_buttonoverlay_tests
-1: Working Directory: /home/cjennings/.cache/yay/qtutilities/src/qtutilities-6.15.0
-1: Test timeout computed to be: 1500
-1: QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-cjennings'
-1: ********* Start testing of ButtonOverlayTests *********
-1: Config: Using QtTest library 5.15.17, Qt 5.15.17 (x86_64-little_endian-lp64 shared (dynamic) release build; by GCC 15.1.1 20250425), arch unknown
-1: PASS : ButtonOverlayTests::initTestCase()
-1: PASS : ButtonOverlayTests::testClearLineEdit()
-1: PASS : ButtonOverlayTests::testClearComboBox()
-1: PASS : ButtonOverlayTests::testClearSpinBox()
-1: PASS : ButtonOverlayTests::testClearPlainTextEdit()
-1: PASS : ButtonOverlayTests::cleanupTestCase()
-1: Totals: 6 passed, 0 failed, 0 skipped, 0 blacklisted, 40ms
-1: ********* Finished testing of ButtonOverlayTests *********
-1/3 Test #1: qtutilities_run_buttonoverlay_tests ...... Passed 0.11 sec
-test 2
- Start 2: qtutilities_run_dialogs_tests
-
-2: Test command: /home/cjennings/.cache/yay/qtutilities/src/qtutilities-6.15.0/qtutilities_dialogs_tests
-2: Working Directory: /home/cjennings/.cache/yay/qtutilities/src/qtutilities-6.15.0
-2: Test timeout computed to be: 1500
-2: QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-cjennings'
-2: ********* Start testing of DialogsTests *********
-2: Config: Using QtTest library 5.15.17, Qt 5.15.17 (x86_64-little_endian-lp64 shared (dynamic) release build; by GCC 15.1.1 20250425), arch unknown
-2: PASS : DialogsTests::initTestCase()
-2: QWARN : DialogsTests::testSettingsDialog() This plugin does not support propagateSizeHints()
-2: PASS : DialogsTests::testSettingsDialog()
-2: PASS : DialogsTests::cleanupTestCase()
-2: Totals: 3 passed, 0 failed, 0 skipped, 0 blacklisted, 78ms
-2: ********* Finished testing of DialogsTests *********
-2/3 Test #2: qtutilities_run_dialogs_tests ............ Passed 0.09 sec
-test 3
- Start 3: qtutilities_run_dbusnotification_tests
-
-3: Test command: /home/cjennings/.cache/yay/qtutilities/src/qtutilities-6.15.0/qtutilities_dbusnotification_tests
-3: Working Directory: /home/cjennings/.cache/yay/qtutilities/src/qtutilities-6.15.0
-3: Test timeout computed to be: 1500
-3: QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-cjennings'
-3: ********* Start testing of DBusNotificationTests *********
-3: Config: Using QtTest library 5.15.17, Qt 5.15.17 (x86_64-little_endian-lp64 shared (dynamic) release build; by GCC 15.1.1 20250425), arch unknown
-3: PASS : DBusNotificationTests::initTestCase()
-3: PASS : DBusNotificationTests::smokeTest()
-3: SKIP : DBusNotificationTests::semiAutomaticTest() Set the environment variable QT_UTILITIES_ENABLE_SEMI_AUTOMATIC_NOTIFICATION_TESTS to run the semi-automatic D-Bus notification test.
-3: Loc: [/usr/src/debug/qtutilities/qtutilities-6.15.0/tests/dbusnotification.cpp(63)]
-3: PASS : DBusNotificationTests::cleanupTestCase()
-3: Totals: 3 passed, 0 failed, 1 skipped, 0 blacklisted, 2ms
-3: ********* Finished testing of DBusNotificationTests *********
-3/3 Test #3: qtutilities_run_dbusnotification_tests ... Passed 0.03 sec
-
-100% tests passed, 0 tests failed out of 3
-
-Total Test time (real) = 0.24 sec
-==> Entering fakeroot environment...
-==> Starting package()...
-[0/1] Install the project...
--- Install configuration: "Release"
--- Installing: /home/cjennings/.cache/yay/qtutilities/pkg/qtutilities/usr/share/qtutilities/cmake/qtutilitiesConfig.cmake
--- Installing: /home/cjennings/.cache/yay/qtutilities/pkg/qtutilities/usr/share/qtutilities/cmake/qtutilitiesConfigVersion.cmake
--- Installing: /home/cjennings/.cache/yay/qtutilities/pkg/qtutilities/usr/lib/pkgconfig/qtutilities.pc
--- Installing: /home/cjennings/.cache/yay/qtutilities/pkg/qtutilities/usr/lib/libqtutilities.so.6.15.0
--- Installing: /home/cjennings/.cache/yay/qtutilities/pkg/qtutilities/usr/lib/libqtutilities.so.6
--- Installing: /home/cjennings/.cache/yay/qtutilities/pkg/qtutilities/usr/lib/libqtutilities.so
--- Installing: /home/cjennings/.cache/yay/qtutilities/pkg/qtutilities/usr/share/qtutilities/cmake/qtutilitiesTargets.cmake
--- Installing: /home/cjennings/.cache/yay/qtutilities/pkg/qtutilities/usr/share/qtutilities/cmake/qtutilitiesTargets-release.cmake
--- Installing: /home/cjennings/.cache/yay/qtutilities/pkg/qtutilities/usr/include/qtutilities/misc/xmlparsermacros.h
--- Installing: /home/cjennings/.cache/yay/qtutilities/pkg/qtutilities/usr/include/qtutilities/misc/undefxmlparsermacros.h
--- Installing: /home/cjennings/.cache/yay/qtutilities/pkg/qtutilities/usr/include/qtutilities/misc/trylocker.h
--- Installing: /home/cjennings/.cache/yay/qtutilities/pkg/qtutilities/usr/include/qtutilities/misc/adoptlocker.h
--- Installing: /home/cjennings/.cache/yay/qtutilities/pkg/qtutilities/usr/include/qtutilities/misc/dialogutils.h
--- Installing: /home/cjennings/.cache/yay/qtutilities/pkg/qtutilities/usr/include/qtutilities/misc/desktoputils.h
--- Installing: /home/cjennings/.cache/yay/qtutilities/pkg/qtutilities/usr/include/qtutilities/misc/conversion.h
--- Installing: /home/cjennings/.cache/yay/qtutilities/pkg/qtutilities/usr/include/qtutilities/misc/compat.h
--- Installing: /home/cjennings/.cache/yay/qtutilities/pkg/qtutilities/usr/include/qtutilities/settingsdialog/qtsettings.h
--- Installing: /home/cjennings/.cache/yay/qtutilities/pkg/qtutilities/usr/include/qtutilities/models/checklistmodel.h
--- Installing: /home/cjennings/.cache/yay/qtutilities/pkg/qtutilities/usr/include/qtutilities/resources/qtconfigarguments.h
--- Installing: /home/cjennings/.cache/yay/qtutilities/pkg/qtutilities/usr/include/qtutilities/resources/resources.h
--- Installing: /home/cjennings/.cache/yay/qtutilities/pkg/qtutilities/usr/include/qtutilities/resources/importplugin.h
--- Installing: /home/cjennings/.cache/yay/qtutilities/pkg/qtutilities/usr/include/qtutilities/misc/dbusnotification.h
--- Installing: /home/cjennings/.cache/yay/qtutilities/pkg/qtutilities/usr/include/qtutilities/global.h
--- Installing: /home/cjennings/.cache/yay/qtutilities/pkg/qtutilities/usr/include/qtutilities/aboutdialog/aboutdialog.h
--- Installing: /home/cjennings/.cache/yay/qtutilities/pkg/qtutilities/usr/include/qtutilities/enterpassworddialog/enterpassworddialog.h
--- Installing: /home/cjennings/.cache/yay/qtutilities/pkg/qtutilities/usr/include/qtutilities/settingsdialog/optioncategory.h
--- Installing: /home/cjennings/.cache/yay/qtutilities/pkg/qtutilities/usr/include/qtutilities/settingsdialog/optioncategoryfiltermodel.h
--- Installing: /home/cjennings/.cache/yay/qtutilities/pkg/qtutilities/usr/include/qtutilities/settingsdialog/optioncategorymodel.h
--- Installing: /home/cjennings/.cache/yay/qtutilities/pkg/qtutilities/usr/include/qtutilities/settingsdialog/optionpage.h
--- Installing: /home/cjennings/.cache/yay/qtutilities/pkg/qtutilities/usr/include/qtutilities/settingsdialog/settingsdialog.h
--- Installing: /home/cjennings/.cache/yay/qtutilities/pkg/qtutilities/usr/include/qtutilities/widgets/buttonoverlay.h
--- Installing: /home/cjennings/.cache/yay/qtutilities/pkg/qtutilities/usr/include/qtutilities/widgets/clearcombobox.h
--- Installing: /home/cjennings/.cache/yay/qtutilities/pkg/qtutilities/usr/include/qtutilities/widgets/clearlineedit.h
--- Installing: /home/cjennings/.cache/yay/qtutilities/pkg/qtutilities/usr/include/qtutilities/widgets/clearplaintextedit.h
--- Installing: /home/cjennings/.cache/yay/qtutilities/pkg/qtutilities/usr/include/qtutilities/widgets/clearspinbox.h
--- Installing: /home/cjennings/.cache/yay/qtutilities/pkg/qtutilities/usr/include/qtutilities/widgets/iconbutton.h
--- Installing: /home/cjennings/.cache/yay/qtutilities/pkg/qtutilities/usr/include/qtutilities/widgets/pathselection.h
--- Installing: /home/cjennings/.cache/yay/qtutilities/pkg/qtutilities/usr/include/qtutilities/paletteeditor/paletteeditor.h
--- Installing: /home/cjennings/.cache/yay/qtutilities/pkg/qtutilities/usr/include/qtutilities/paletteeditor/colorbutton.h
--- Installing: /home/cjennings/.cache/yay/qtutilities/pkg/qtutilities/usr/include/qtutilities/misc/recentmenumanager.h
--- Installing: /home/cjennings/.cache/yay/qtutilities/pkg/qtutilities/usr/include/qtutilities/version.h
--- Installing: /home/cjennings/.cache/yay/qtutilities/pkg/qtutilities/usr/include/qtutilities/qtutilities-definitions.h
--- Installing: /home/cjennings/.cache/yay/qtutilities/pkg/qtutilities/usr/share/qtutilities/cmake/modules/QtConfig.cmake
--- Installing: /home/cjennings/.cache/yay/qtutilities/pkg/qtutilities/usr/share/qtutilities/cmake/modules/QtGuiConfig.cmake
--- Installing: /home/cjennings/.cache/yay/qtutilities/pkg/qtutilities/usr/share/qtutilities/cmake/modules/QtLinkage.cmake
--- Installing: /home/cjennings/.cache/yay/qtutilities/pkg/qtutilities/usr/share/qtutilities/cmake/modules/QtWebViewProviderConfig.cmake
--- Installing: /home/cjennings/.cache/yay/qtutilities/pkg/qtutilities/usr/share/qtutilities/cmake/modules/QtJsProviderConfig.cmake
--- Installing: /home/cjennings/.cache/yay/qtutilities/pkg/qtutilities/usr/share/qtutilities/cmake/templates/qtconfig.h.in
--- Installing: /home/cjennings/.cache/yay/qtutilities/pkg/qtutilities/usr/share/qtutilities/cmake/templates/webviewdefs.h.in
--- Installing: /home/cjennings/.cache/yay/qtutilities/pkg/qtutilities/usr/share/qtutilities/cmake/templates/webviewincludes.h.in
--- Installing: /home/cjennings/.cache/yay/qtutilities/pkg/qtutilities/usr/share/qtutilities/cmake/templates/jsdefs.h.in
--- Installing: /home/cjennings/.cache/yay/qtutilities/pkg/qtutilities/usr/share/qtutilities/cmake/templates/jsincludes.h.in
-==> Tidying install...
- -> Removing libtool files...
- -> Purging unwanted files...
- -> Removing static library files...
- -> Stripping unneeded symbols from binaries and libraries...
- -> Compressing man and info pages...
-==> Checking for packaging issues...
-==> Creating package "qtutilities"...
- -> Generating .PKGINFO file...
- -> Generating .BUILDINFO file...
- -> Generating .MTREE file...
- -> Compressing package...
-==> Creating package "qtutilities-debug"...
- -> Generating .PKGINFO file...
- -> Generating .BUILDINFO file...
- -> Generating .MTREE file...
- -> Compressing package...
-==> Leaving fakeroot environment.
-==> Finished making: qtutilities 6.15.0-1 (Sun 08 Jun 2025 03:29:52 PM CDT)
-==> Cleaning up...
-==> Making package: tagparser 12.5.0-1 (Sun 08 Jun 2025 03:29:56 PM CDT)
-==> Checking runtime dependencies...
-==> Checking buildtime dependencies...
-==> Retrieving sources...
- -> Found tagparser-12.5.0.tar.gz
-==> Validating source files with sha256sums...
- tagparser-12.5.0.tar.gz ... Passed
-==> Removing existing $srcdir/ directory...
-==> Extracting sources...
- -> Extracting tagparser-12.5.0.tar.gz with bsdtar
-==> Starting prepare()...
-==> Sources are ready.
-==> Making package: tagparser 12.5.0-1 (Sun 08 Jun 2025 03:30:06 PM CDT)
-==> Checking runtime dependencies...
-==> Checking buildtime dependencies...
-==> WARNING: Using existing $srcdir/ tree
-==> Starting build()...
--- The C compiler identification is GNU 15.1.1
--- The CXX compiler identification is GNU 15.1.1
--- Detecting C compiler ABI info
--- Detecting C compiler ABI info - done
--- Check for working C compiler: /usr/bin/cc - skipped
--- Detecting C compile features
--- Detecting C compile features - done
--- Detecting CXX compiler ABI info
--- Detecting CXX compiler ABI info - done
--- Check for working CXX compiler: /usr/bin/c++ - skipped
--- Detecting CXX compile features
--- Detecting CXX compile features - done
--- Performing Test STD_FILESYSTEM_TEST_0
--- Performing Test STD_FILESYSTEM_TEST_0 - Success
--- Linking tagparser against special library for std::filesystem support is not required.
--- Found ZLIB: /usr/lib/libz.so (found version "1.3.1")
--- Found OpenSSL: /usr/lib/libcrypto.so (found version "3.5.0")
--- Found required OpenSSL targets (OpenSSL::Crypto)
--- Configuring project tagparser
--- Using default CXX11-ABI (not forcing old CXX11-ABI of libstdc++).
-CMake Warning at /usr/share/c++utilities/cmake/modules/BasicConfig.cmake:412 (message):
- Format rules for clang-format not found.
-Call Stack (most recent call first):
- CMakeLists.txt:206 (include)
-
-
--- Using template for global.h.in from CPP_UTILITIES installation.
--- Using template for version.h.in from CPP_UTILITIES installation.
--- Using template for Config.cmake.in from CPP_UTILITIES installation.
--- Using template for template.pc.in from CPP_UTILITIES installation.
--- Found PkgConfig: /usr/bin/pkg-config (found version "2.4.3")
--- Checking for one of the modules 'cppunit>=1.14.0'
--- Linking test target against tagparser
--- Using template for doxygen.in from CPP_UTILITIES installation.
-CMake Warning at /usr/share/c++utilities/cmake/modules/Doxygen.cmake:32 (message):
- Doxygen not found, unable to add target for generating API documentation
- for tagparser
-Call Stack (most recent call first):
- CMakeLists.txt:210 (include)
-
-
--- Using template for config.h.in from CPP_UTILITIES installation.
--- Configuring done (2.4s)
--- Generating done (0.0s)
--- Build files have been written to: /home/cjennings/.cache/yay/tagparser/src/tagparser-12.5.0
-[1/70] Generating code for ISO-639-2 language codes
--- Found 487 ISO-639-2 language codes
--- Wrote language entries to /home/cjennings/.cache/yay/tagparser/src/tagparser-12.5.0/resources/iso_language_codes.h
-[2/70] Building CXX object CMakeFiles/tagparser.dir/aac/aaccodebook.cpp.o
-[3/70] Building CXX object CMakeFiles/tagparser.dir/adts/adtsframe.cpp.o
-[4/70] Building CXX object CMakeFiles/tagparser.dir/aac/aacframe.cpp.o
-[5/70] Building CXX object CMakeFiles/tagparser.dir/abstractchapter.cpp.o
-[6/70] Building CXX object CMakeFiles/tagparser.dir/abstractattachment.cpp.o
-[7/70] Building CXX object CMakeFiles/tagparser.dir/aspectratio.cpp.o
-[8/70] Building CXX object CMakeFiles/tagparser.dir/abstractcontainer.cpp.o
-[9/70] Building CXX object CMakeFiles/tagparser.dir/av1/av1configuration.cpp.o
-[10/70] Building CXX object CMakeFiles/tagparser.dir/abstracttrack.cpp.o
-[11/70] Building CXX object CMakeFiles/tagparser.dir/adts/adtsstream.cpp.o
-[12/70] Building CXX object CMakeFiles/tagparser.dir/avi/bitmapinfoheader.cpp.o
-[13/70] Building CXX object CMakeFiles/tagparser.dir/diagnostics.cpp.o
-[14/70] Building CXX object CMakeFiles/tagparser.dir/avc/avcinfo.cpp.o
-[15/70] Building CXX object CMakeFiles/tagparser.dir/exceptions.cpp.o
-[16/70] Building CXX object CMakeFiles/tagparser.dir/flac/flactooggmappingheader.cpp.o
-[17/70] Building CXX object CMakeFiles/tagparser.dir/id3/id3genres.cpp.o
-[18/70] Building CXX object CMakeFiles/tagparser.dir/basicfileinfo.cpp.o
-[19/70] Building CXX object CMakeFiles/tagparser.dir/avc/avcconfiguration.cpp.o
-[20/70] Building CXX object CMakeFiles/tagparser.dir/id3/id3v2frameids.cpp.o
-[21/70] Building CXX object CMakeFiles/tagparser.dir/backuphelper.cpp.o
-[22/70] Building CXX object CMakeFiles/tagparser.dir/flac/flacmetadata.cpp.o
-[23/70] Building CXX object CMakeFiles/tagparser.dir/flac/flacstream.cpp.o
-[24/70] Building CXX object CMakeFiles/tagparser.dir/ivf/ivfframe.cpp.o
-[25/70] Building CXX object CMakeFiles/tagparser.dir/id3/id3v1tag.cpp.o
-[26/70] Building CXX object CMakeFiles/tagparser.dir/localeawarestring.cpp.o
-[27/70] Building CXX object CMakeFiles/tagparser.dir/ivf/ivfstream.cpp.o
-[28/70] Building CXX object CMakeFiles/tagparser.dir/localehelper.cpp.o
-[29/70] Building CXX object CMakeFiles/tagparser.dir/id3/id3v2frame.cpp.o
-[30/70] Building CXX object CMakeFiles/tagparser.dir/matroska/ebmlelement.cpp.o
-[31/70] Building CXX object CMakeFiles/tagparser.dir/id3/id3v2tag.cpp.o
-[32/70] Building CXX object CMakeFiles/tagparser.dir/matroska/matroskaid.cpp.o
-[33/70] Building CXX object CMakeFiles/tagparser.dir/matroska/matroskachapter.cpp.o
-[34/70] Building CXX object CMakeFiles/tagparser.dir/matroska/matroskaattachment.cpp.o
-[35/70] Building CXX object CMakeFiles/tagparser.dir/matroska/matroskaeditionentry.cpp.o
-[36/70] Building CXX object CMakeFiles/tagparser.dir/matroska/matroskatagid.cpp.o
-[37/70] Building CXX object CMakeFiles/tagparser.dir/matroska/matroskaseekinfo.cpp.o
-[38/70] Building CXX object CMakeFiles/tagparser.dir/matroska/matroskatag.cpp.o
-[39/70] Building CXX object CMakeFiles/tagparser.dir/matroska/matroskacues.cpp.o
-[40/70] Building CXX object CMakeFiles/tagparser.dir/mediaformat.cpp.o
-[41/70] Building CXX object CMakeFiles/tagparser.dir/matroska/matroskacontainer.cpp.o
-[42/70] Building CXX object CMakeFiles/tagparser.dir/matroska/matroskatagfield.cpp.o
-[43/70] Building CXX object CMakeFiles/tagparser.dir/matroska/matroskatrack.cpp.o
-[44/70] Building CXX object CMakeFiles/tagparser.dir/mp4/mp4ids.cpp.o
-[45/70] Building CXX object CMakeFiles/tagparser.dir/mp4/mp4atom.cpp.o
-[46/70] Building CXX object CMakeFiles/tagparser.dir/mp4/mp4container.cpp.o
-[47/70] Building CXX object CMakeFiles/tagparser.dir/mp4/mp4tag.cpp.o
-[48/70] Building CXX object CMakeFiles/tagparser.dir/mp4/mpeg4descriptor.cpp.o
-[49/70] Building CXX object CMakeFiles/tagparser.dir/mp4/mp4tagfield.cpp.o
-[50/70] Building CXX object CMakeFiles/tagparser.dir/ogg/oggiterator.cpp.o
-[51/70] Building CXX object CMakeFiles/tagparser.dir/mediafileinfo.cpp.o
-[52/70] Building CXX object CMakeFiles/tagparser.dir/ogg/oggpage.cpp.o
-[53/70] Building CXX object CMakeFiles/tagparser.dir/mpegaudio/mpegaudioframestream.cpp.o
-[54/70] Building CXX object CMakeFiles/tagparser.dir/mpegaudio/mpegaudioframe.cpp.o
-[55/70] Building CXX object CMakeFiles/tagparser.dir/opus/opusidentificationheader.cpp.o
-[56/70] Building CXX object CMakeFiles/tagparser.dir/mp4/mp4track.cpp.o
-[57/70] Building CXX object CMakeFiles/tagparser.dir/signature.cpp.o
-[58/70] Building CXX object CMakeFiles/tagparser.dir/size.cpp.o
-[59/70] Building CXX object CMakeFiles/tagparser.dir/progressfeedback.cpp.o
-[60/70] Building CXX object CMakeFiles/tagparser.dir/ogg/oggstream.cpp.o
-[61/70] Building CXX object CMakeFiles/tagparser.dir/tagtarget.cpp.o
-[62/70] Building CXX object CMakeFiles/tagparser.dir/ogg/oggcontainer.cpp.o
-[63/70] Building CXX object CMakeFiles/tagparser.dir/vorbis/vorbisidentificationheader.cpp.o
-[64/70] Building CXX object CMakeFiles/tagparser.dir/tag.cpp.o
-[65/70] Building CXX object CMakeFiles/tagparser.dir/vorbis/vorbiscomment.cpp.o
-[66/70] Building CXX object CMakeFiles/tagparser.dir/wav/waveaudiostream.cpp.o
-[67/70] Building CXX object CMakeFiles/tagparser.dir/tagvalue.cpp.o
-[68/70] Building CXX object CMakeFiles/tagparser.dir/vorbis/vorbiscommentfield.cpp.o
-[69/70] Linking CXX shared library libtagparser.so.12.5.0
-[70/70] Creating library symlink libtagparser.so.12 libtagparser.so
-==> Starting check()...
- -> Skipping execution of testsuite because the environment variable TEST_FILE_PATH is not set.
-==> Entering fakeroot environment...
-==> Starting package()...
-[0/1] Install the project...
--- Install configuration: "Release"
--- Installing: /home/cjennings/.cache/yay/tagparser/pkg/tagparser/usr/share/tagparser/cmake/tagparserConfig.cmake
--- Installing: /home/cjennings/.cache/yay/tagparser/pkg/tagparser/usr/share/tagparser/cmake/tagparserConfigVersion.cmake
--- Installing: /home/cjennings/.cache/yay/tagparser/pkg/tagparser/usr/lib/pkgconfig/tagparser.pc
--- Installing: /home/cjennings/.cache/yay/tagparser/pkg/tagparser/usr/lib/libtagparser.so.12.5.0
--- Installing: /home/cjennings/.cache/yay/tagparser/pkg/tagparser/usr/lib/libtagparser.so.12
--- Installing: /home/cjennings/.cache/yay/tagparser/pkg/tagparser/usr/lib/libtagparser.so
--- Installing: /home/cjennings/.cache/yay/tagparser/pkg/tagparser/usr/share/tagparser/cmake/tagparserTargets.cmake
--- Installing: /home/cjennings/.cache/yay/tagparser/pkg/tagparser/usr/share/tagparser/cmake/tagparserTargets-release.cmake
--- Installing: /home/cjennings/.cache/yay/tagparser/pkg/tagparser/usr/include/tagparser/aac/aaccodebook.h
--- Installing: /home/cjennings/.cache/yay/tagparser/pkg/tagparser/usr/include/tagparser/aac/aacframe.h
--- Installing: /home/cjennings/.cache/yay/tagparser/pkg/tagparser/usr/include/tagparser/abstractattachment.h
--- Installing: /home/cjennings/.cache/yay/tagparser/pkg/tagparser/usr/include/tagparser/abstractchapter.h
--- Installing: /home/cjennings/.cache/yay/tagparser/pkg/tagparser/usr/include/tagparser/abstractcontainer.h
--- Installing: /home/cjennings/.cache/yay/tagparser/pkg/tagparser/usr/include/tagparser/abstracttrack.h
--- Installing: /home/cjennings/.cache/yay/tagparser/pkg/tagparser/usr/include/tagparser/adts/adtsframe.h
--- Installing: /home/cjennings/.cache/yay/tagparser/pkg/tagparser/usr/include/tagparser/adts/adtsstream.h
--- Installing: /home/cjennings/.cache/yay/tagparser/pkg/tagparser/usr/include/tagparser/aspectratio.h
--- Installing: /home/cjennings/.cache/yay/tagparser/pkg/tagparser/usr/include/tagparser/avc/avcconfiguration.h
--- Installing: /home/cjennings/.cache/yay/tagparser/pkg/tagparser/usr/include/tagparser/avc/avcinfo.h
--- Installing: /home/cjennings/.cache/yay/tagparser/pkg/tagparser/usr/include/tagparser/avi/bitmapinfoheader.h
--- Installing: /home/cjennings/.cache/yay/tagparser/pkg/tagparser/usr/include/tagparser/backuphelper.h
--- Installing: /home/cjennings/.cache/yay/tagparser/pkg/tagparser/usr/include/tagparser/basicfileinfo.h
--- Installing: /home/cjennings/.cache/yay/tagparser/pkg/tagparser/usr/include/tagparser/caseinsensitivecomparer.h
--- Installing: /home/cjennings/.cache/yay/tagparser/pkg/tagparser/usr/include/tagparser/diagnostics.h
--- Installing: /home/cjennings/.cache/yay/tagparser/pkg/tagparser/usr/include/tagparser/exceptions.h
--- Installing: /home/cjennings/.cache/yay/tagparser/pkg/tagparser/usr/include/tagparser/fieldbasedtag.h
--- Installing: /home/cjennings/.cache/yay/tagparser/pkg/tagparser/usr/include/tagparser/flac/flacmetadata.h
--- Installing: /home/cjennings/.cache/yay/tagparser/pkg/tagparser/usr/include/tagparser/flac/flacstream.h
--- Installing: /home/cjennings/.cache/yay/tagparser/pkg/tagparser/usr/include/tagparser/flac/flactooggmappingheader.h
--- Installing: /home/cjennings/.cache/yay/tagparser/pkg/tagparser/usr/include/tagparser/genericcontainer.h
--- Installing: /home/cjennings/.cache/yay/tagparser/pkg/tagparser/usr/include/tagparser/genericfileelement.h
--- Installing: /home/cjennings/.cache/yay/tagparser/pkg/tagparser/usr/include/tagparser/generictagfield.h
--- Installing: /home/cjennings/.cache/yay/tagparser/pkg/tagparser/usr/include/tagparser/id3/id3genres.h
--- Installing: /home/cjennings/.cache/yay/tagparser/pkg/tagparser/usr/include/tagparser/id3/id3v1tag.h
--- Installing: /home/cjennings/.cache/yay/tagparser/pkg/tagparser/usr/include/tagparser/id3/id3v2frame.h
--- Installing: /home/cjennings/.cache/yay/tagparser/pkg/tagparser/usr/include/tagparser/id3/id3v2frameids.h
--- Installing: /home/cjennings/.cache/yay/tagparser/pkg/tagparser/usr/include/tagparser/id3/id3v2tag.h
--- Installing: /home/cjennings/.cache/yay/tagparser/pkg/tagparser/usr/include/tagparser/ivf/ivfframe.h
--- Installing: /home/cjennings/.cache/yay/tagparser/pkg/tagparser/usr/include/tagparser/ivf/ivfstream.h
--- Installing: /home/cjennings/.cache/yay/tagparser/pkg/tagparser/usr/include/tagparser/localehelper.h
--- Installing: /home/cjennings/.cache/yay/tagparser/pkg/tagparser/usr/include/tagparser/localeawarestring.h
--- Installing: /home/cjennings/.cache/yay/tagparser/pkg/tagparser/usr/include/tagparser/margin.h
--- Installing: /home/cjennings/.cache/yay/tagparser/pkg/tagparser/usr/include/tagparser/matroska/ebmlelement.h
--- Installing: /home/cjennings/.cache/yay/tagparser/pkg/tagparser/usr/include/tagparser/matroska/ebmlid.h
--- Installing: /home/cjennings/.cache/yay/tagparser/pkg/tagparser/usr/include/tagparser/matroska/matroskaattachment.h
--- Installing: /home/cjennings/.cache/yay/tagparser/pkg/tagparser/usr/include/tagparser/matroska/matroskachapter.h
--- Installing: /home/cjennings/.cache/yay/tagparser/pkg/tagparser/usr/include/tagparser/matroska/matroskacontainer.h
--- Installing: /home/cjennings/.cache/yay/tagparser/pkg/tagparser/usr/include/tagparser/matroska/matroskacues.h
--- Installing: /home/cjennings/.cache/yay/tagparser/pkg/tagparser/usr/include/tagparser/matroska/matroskaeditionentry.h
--- Installing: /home/cjennings/.cache/yay/tagparser/pkg/tagparser/usr/include/tagparser/matroska/matroskaid.h
--- Installing: /home/cjennings/.cache/yay/tagparser/pkg/tagparser/usr/include/tagparser/matroska/matroskaseekinfo.h
--- Installing: /home/cjennings/.cache/yay/tagparser/pkg/tagparser/usr/include/tagparser/matroska/matroskatag.h
--- Installing: /home/cjennings/.cache/yay/tagparser/pkg/tagparser/usr/include/tagparser/matroska/matroskatagfield.h
--- Installing: /home/cjennings/.cache/yay/tagparser/pkg/tagparser/usr/include/tagparser/matroska/matroskatagid.h
--- Installing: /home/cjennings/.cache/yay/tagparser/pkg/tagparser/usr/include/tagparser/matroska/matroskatrack.h
--- Installing: /home/cjennings/.cache/yay/tagparser/pkg/tagparser/usr/include/tagparser/mediafileinfo.h
--- Installing: /home/cjennings/.cache/yay/tagparser/pkg/tagparser/usr/include/tagparser/mediaformat.h
--- Installing: /home/cjennings/.cache/yay/tagparser/pkg/tagparser/usr/include/tagparser/mp4/mp4atom.h
--- Installing: /home/cjennings/.cache/yay/tagparser/pkg/tagparser/usr/include/tagparser/mp4/mp4container.h
--- Installing: /home/cjennings/.cache/yay/tagparser/pkg/tagparser/usr/include/tagparser/mp4/mp4ids.h
--- Installing: /home/cjennings/.cache/yay/tagparser/pkg/tagparser/usr/include/tagparser/mp4/mp4tag.h
--- Installing: /home/cjennings/.cache/yay/tagparser/pkg/tagparser/usr/include/tagparser/mp4/mp4tagfield.h
--- Installing: /home/cjennings/.cache/yay/tagparser/pkg/tagparser/usr/include/tagparser/mp4/mp4track.h
--- Installing: /home/cjennings/.cache/yay/tagparser/pkg/tagparser/usr/include/tagparser/mp4/mpeg4descriptor.h
--- Installing: /home/cjennings/.cache/yay/tagparser/pkg/tagparser/usr/include/tagparser/mpegaudio/mpegaudioframe.h
--- Installing: /home/cjennings/.cache/yay/tagparser/pkg/tagparser/usr/include/tagparser/mpegaudio/mpegaudioframestream.h
--- Installing: /home/cjennings/.cache/yay/tagparser/pkg/tagparser/usr/include/tagparser/ogg/oggcontainer.h
--- Installing: /home/cjennings/.cache/yay/tagparser/pkg/tagparser/usr/include/tagparser/ogg/oggiterator.h
--- Installing: /home/cjennings/.cache/yay/tagparser/pkg/tagparser/usr/include/tagparser/ogg/oggpage.h
--- Installing: /home/cjennings/.cache/yay/tagparser/pkg/tagparser/usr/include/tagparser/ogg/oggstream.h
--- Installing: /home/cjennings/.cache/yay/tagparser/pkg/tagparser/usr/include/tagparser/opus/opusidentificationheader.h
--- Installing: /home/cjennings/.cache/yay/tagparser/pkg/tagparser/usr/include/tagparser/positioninset.h
--- Installing: /home/cjennings/.cache/yay/tagparser/pkg/tagparser/usr/include/tagparser/progressfeedback.h
--- Installing: /home/cjennings/.cache/yay/tagparser/pkg/tagparser/usr/include/tagparser/settings.h
--- Installing: /home/cjennings/.cache/yay/tagparser/pkg/tagparser/usr/include/tagparser/signature.h
--- Installing: /home/cjennings/.cache/yay/tagparser/pkg/tagparser/usr/include/tagparser/size.h
--- Installing: /home/cjennings/.cache/yay/tagparser/pkg/tagparser/usr/include/tagparser/tag.h
--- Installing: /home/cjennings/.cache/yay/tagparser/pkg/tagparser/usr/include/tagparser/tagtarget.h
--- Installing: /home/cjennings/.cache/yay/tagparser/pkg/tagparser/usr/include/tagparser/tagtype.h
--- Installing: /home/cjennings/.cache/yay/tagparser/pkg/tagparser/usr/include/tagparser/tagvalue.h
--- Installing: /home/cjennings/.cache/yay/tagparser/pkg/tagparser/usr/include/tagparser/vorbis/vorbiscomment.h
--- Installing: /home/cjennings/.cache/yay/tagparser/pkg/tagparser/usr/include/tagparser/vorbis/vorbiscommentfield.h
--- Installing: /home/cjennings/.cache/yay/tagparser/pkg/tagparser/usr/include/tagparser/vorbis/vorbiscommentids.h
--- Installing: /home/cjennings/.cache/yay/tagparser/pkg/tagparser/usr/include/tagparser/vorbis/vorbisidentificationheader.h
--- Installing: /home/cjennings/.cache/yay/tagparser/pkg/tagparser/usr/include/tagparser/vorbis/vorbispackagetypes.h
--- Installing: /home/cjennings/.cache/yay/tagparser/pkg/tagparser/usr/include/tagparser/wav/waveaudiostream.h
--- Installing: /home/cjennings/.cache/yay/tagparser/pkg/tagparser/usr/include/tagparser/global.h
--- Installing: /home/cjennings/.cache/yay/tagparser/pkg/tagparser/usr/include/tagparser/version.h
--- Installing: /home/cjennings/.cache/yay/tagparser/pkg/tagparser/usr/include/tagparser/tagparser-definitions.h
-==> Tidying install...
- -> Removing libtool files...
- -> Purging unwanted files...
- -> Removing static library files...
- -> Stripping unneeded symbols from binaries and libraries...
- -> Compressing man and info pages...
-==> Checking for packaging issues...
-==> Creating package "tagparser"...
- -> Generating .PKGINFO file...
- -> Generating .BUILDINFO file...
- -> Generating .MTREE file...
- -> Compressing package...
-==> Creating package "tagparser-debug"...
- -> Generating .PKGINFO file...
- -> Generating .BUILDINFO file...
- -> Generating .MTREE file...
- -> Compressing package...
-==> Leaving fakeroot environment.
-==> Finished making: tagparser 12.5.0-1 (Sun 08 Jun 2025 03:30:46 PM CDT)
-==> Cleaning up...
-loading packages...
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (6) qtutilities-6.15.0-1 qtutilities-debug-6.15.0-1 reflective-rapidjson-0.0.16-2 reflective-rapidjson-debug-0.0.16-2 tagparser-12.5.0-1 tagparser-debug-12.5.0-1
-
-Total Installed Size: 60.30 MiB
-
-:: Proceed with installation? [Y/n]
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing reflective-rapidjson...
-Optional dependencies for reflective-rapidjson
- boost: use Boost.Hana instead of code generator [installed]
- reflective-rapidjson-doc: API documentation
-installing reflective-rapidjson-debug...
-installing qtutilities...
-Optional dependencies for qtutilities
- qtutilities-doc: API documentation
-installing qtutilities-debug...
-installing tagparser...
-Optional dependencies for tagparser
- tagparser-doc: API documentation
-installing tagparser-debug...
-:: Running post-transaction hooks...
-(1/1) Arming ConditionNeedsUpdate...
-==> Making package: tageditor 3.9.5-1 (Sun 08 Jun 2025 03:30:51 PM CDT)
-==> Checking runtime dependencies...
-==> Checking buildtime dependencies...
-==> Retrieving sources...
- -> Found tageditor-3.9.5.tar.gz
-==> Validating source files with sha256sums...
- tageditor-3.9.5.tar.gz ... Passed
-==> Removing existing $srcdir/ directory...
-==> Extracting sources...
- -> Extracting tageditor-3.9.5.tar.gz with bsdtar
-==> Starting prepare()...
-==> Sources are ready.
-==> Making package: tageditor 3.9.5-1 (Sun 08 Jun 2025 03:31:01 PM CDT)
-==> Checking runtime dependencies...
-==> Checking buildtime dependencies...
-==> WARNING: Using existing $srcdir/ tree
-==> Starting build()...
--- The C compiler identification is GNU 15.1.1
--- The CXX compiler identification is GNU 15.1.1
--- Detecting C compiler ABI info
--- Detecting C compiler ABI info - done
--- Check for working C compiler: /usr/bin/cc - skipped
--- Detecting C compile features
--- Detecting C compile features - done
--- Detecting CXX compiler ABI info
--- Detecting CXX compiler ABI info - done
--- Check for working CXX compiler: /usr/bin/c++ - skipped
--- Detecting CXX compile features
--- Detecting CXX compile features - done
--- Configuring project tageditor
--- Using default CXX11-ABI (not forcing old CXX11-ABI of libstdc++).
-CMake Warning at /usr/share/c++utilities/cmake/modules/BasicConfig.cmake:412 (message):
- Format rules for clang-format not found.
-Call Stack (most recent call first):
- CMakeLists.txt:192 (include)
-
-
--- Using PNG icon from "/home/cjennings/.cache/yay/tageditor/src/tageditor-3.9.5/resources/icons/hicolor/256x256/apps/tageditor.png".
--- Performing Test STD_FILESYSTEM_TEST_0
--- Performing Test STD_FILESYSTEM_TEST_0 - Success
--- Linking tageditor against special library for std::filesystem support is not required.
--- Using /usr/lib/clang/19 as Clang's resource directory for Reflective RapidJSON
--- Adding generator command for cli/json.h producing /home/cjennings/.cache/yay/tageditor/src/tageditor-3.9.5/reflection/json.h
--- Building with Qt Widgets GUI.
--- Building WITHOUT Qt Quick GUI.
--- Using Qt QML as JavaScript provider.
--- Using template for jsdefs.h.in from QT_UTILITIES installation.
--- Using template for jsincludes.h.in from QT_UTILITIES installation.
--- Using Qt WebEngine as web view provider.
--- Using template for webviewdefs.h.in from QT_UTILITIES installation.
--- Using template for webviewincludes.h.in from QT_UTILITIES installation.
--- Linking tageditor against Qt module Qt5::Concurrent.
--- Linking tageditor against Qt module Qt5::Network.
--- Linking tageditor against Qt module Qt5::Gui.
--- Linking tageditor against Qt module Qt5::Widgets.
--- Linking tageditor against Qt module Qt5::Qml.
--- Linking tageditor against Qt module Qt5::WebEngineWidgets.
--- Linking tageditor against Qt module Qt5::Core.
--- Qt variable QT_INSTALL_TRANSLATIONS queried from qmake: /usr/share/qt/translations
--- Qt variable QT_INSTALL_TRANSLATIONS resolved to path: /usr/share/qt/translations
--- Project has translations which will be released.
--- Using template for qtconfig.h.in from QT_UTILITIES installation.
--- Found PkgConfig: /usr/bin/pkg-config (found version "2.4.3")
--- Checking for one of the modules 'cppunit>=1.13.0'
--- Using template for desktop.in from CPP_UTILITIES installation.
--- Using template for appdata.xml.in from CPP_UTILITIES installation.
--- Using template for bash-completion.sh.in from CPP_UTILITIES installation.
--- Generating files for bash completion.
--- Using template for config.h.in from CPP_UTILITIES installation.
--- Configuring done (2.2s)
--- Generating done (0.1s)
--- Build files have been written to: /home/cjennings/.cache/yay/tageditor/src/tageditor-3.9.5
-[1/59] Generating reflection code for cli/json.h
-[2/59] Generating .lupdate/translations/tageditor_de_DE.ts.stamp
-/home/cjennings/.cache/yay/tageditor/src/tageditor-3.9.5/gui/tageditorwidget.cpp:126: Class 'QtGui' lacks Q_OBJECT macro
-/home/cjennings/.cache/yay/tageditor/src/tageditor-3.9.5/resources/scripts/renamefiles/simple-example.js:7:5: error: Return statement not allowed outside of Function declaration.
- return
- ^
-
-/home/cjennings/.cache/yay/tageditor/src/tageditor-3.9.5/resources/scripts/renamefiles/advanced-example.js:85:5: error: Return statement not allowed outside of Function declaration.
- return
- ^
-
-Updating 'translations/tageditor_de_DE.ts'...
- Found 1032 source text(s) (0 new and 1032 already existing)
-[3/59] Generating tageditor_de_DE.qm
-Updating '/home/cjennings/.cache/yay/tageditor/src/tageditor-3.9.5/tageditor_de_DE.qm'...
- Generated 6 translation(s) (6 finished and 0 unfinished)
- Ignored 1032 untranslated source text(s)
-[4/59] Generating .lupdate/translations/tageditor_en_US.ts.stamp
-/home/cjennings/.cache/yay/tageditor/src/tageditor-3.9.5/gui/tageditorwidget.cpp:126: Class 'QtGui' lacks Q_OBJECT macro
-/home/cjennings/.cache/yay/tageditor/src/tageditor-3.9.5/resources/scripts/renamefiles/simple-example.js:7:5: error: Return statement not allowed outside of Function declaration.
- return
- ^
-
-/home/cjennings/.cache/yay/tageditor/src/tageditor-3.9.5/resources/scripts/renamefiles/advanced-example.js:85:5: error: Return statement not allowed outside of Function declaration.
- return
- ^
-
-Updating 'translations/tageditor_en_US.ts'...
- Found 1032 source text(s) (0 new and 1032 already existing)
-[5/59] Generating tageditor_en_US.qm
-Updating '/home/cjennings/.cache/yay/tageditor/src/tageditor-3.9.5/tageditor_en_US.qm'...
- Generated 33 translation(s) (32 finished and 1 unfinished)
- Ignored 1016 untranslated source text(s)
-[6/59] Automatic MOC and UIC for target tageditor
-AutoMoc warning
----------------
-"SRC:/dbquery/dbquery.cpp"
-includes the moc file "dbquery.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
-
-AutoMoc: /home/cjennings/.cache/yay/tageditor/src/tageditor-3.9.5/dbquery/dbquery.cpp:0: Note: No relevant classes found. No output generated.
-[7/59] Automatic RCC for resources/scripts.qrc
-[8/59] Automatic RCC for resources/scripts/scriptapi/scriptapi.qrc
-[9/59] Automatic RCC for resources/icons.qrc
-[10/59] Automatic RCC for tageditor_translations.qrc
-[11/59] Building CXX object CMakeFiles/tageditor.dir/cli/fieldmapping.cpp.o
-[12/59] Building CXX object CMakeFiles/tageditor.dir/cli/attachmentinfo.cpp.o
-[13/59] Building CXX object CMakeFiles/tageditor.dir/application/main.cpp.o
-[14/59] Building CXX object CMakeFiles/tageditor.dir/application/knownfieldmodel.cpp.o
-[15/59] Building CXX object CMakeFiles/tageditor.dir/cli/json.cpp.o
-[16/59] Building CXX object CMakeFiles/tageditor.dir/tageditor_autogen/mocs_compilation.cpp.o
-[17/59] Building CXX object CMakeFiles/tageditor.dir/application/targetlevelmodel.cpp.o
-[18/59] Building CXX object CMakeFiles/tageditor.dir/misc/utility.cpp.o
-[19/59] Building CXX object CMakeFiles/tageditor.dir/application/settings.cpp.o
-[20/59] Building CXX object CMakeFiles/tageditor.dir/cli/helper.cpp.o
-/home/cjennings/.cache/yay/tageditor/src/tageditor-3.9.5/cli/helper.cpp: In static member function ‘static void Cli::InterruptHandler::handler(int)’:
-/home/cjennings/.cache/yay/tageditor/src/tageditor-3.9.5/cli/helper.cpp:123:14: warning: ignoring return value of ‘ssize_t write(int, const void*, size_t)’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
- 123 | write(STDOUT_FILENO, "\n", 1);
- | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
-/home/cjennings/.cache/yay/tageditor/src/tageditor-3.9.5/cli/helper.cpp:128:14: warning: ignoring return value of ‘ssize_t write(int, const void*, size_t)’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
- 128 | write(STDOUT_FILENO, "\033[1;33mWarning:\033[0m \033[1mSignal received, trying to abort ongoing process ...\033[0m\n", 82);
- | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-/home/cjennings/.cache/yay/tageditor/src/tageditor-3.9.5/cli/helper.cpp:130:14: warning: ignoring return value of ‘ssize_t write(int, const void*, size_t)’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
- 130 | write(STDOUT_FILENO, "Warning: Signal received, trying to abort ongoing process ...\n", 63);
- | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-[21/59] Building CXX object CMakeFiles/tageditor.dir/misc/htmlinfo.cpp.o
-[22/59] Building CXX object CMakeFiles/tageditor.dir/gui/attachmentsedit.cpp.o
-[23/59] Building CXX object CMakeFiles/tageditor.dir/gui/fileinfomodel.cpp.o
-[24/59] Building CXX object CMakeFiles/tageditor.dir/gui/codeedit.cpp.o
-[25/59] Building CXX object CMakeFiles/tageditor.dir/cli/mainfeatures.cpp.o
-[26/59] Building CXX object CMakeFiles/tageditor.dir/gui/attachmentsmodel.cpp.o
-[27/59] Building CXX object CMakeFiles/tageditor.dir/gui/minimumemptyspinbox.cpp.o
-[28/59] Building CXX object CMakeFiles/tageditor.dir/gui/notificationmodel.cpp.o
-[29/59] Building CXX object CMakeFiles/tageditor.dir/gui/notificationlabel.cpp.o
-[30/59] Building CXX object CMakeFiles/tageditor.dir/cli/scriptapi.cpp.o
-[31/59] Building CXX object CMakeFiles/tageditor.dir/gui/mainwindow.cpp.o
-[32/59] Building CXX object CMakeFiles/tageditor.dir/gui/entertargetdialog.cpp.o
-[33/59] Building CXX object CMakeFiles/tageditor.dir/gui/pathlineedit.cpp.o
-[34/59] Building CXX object CMakeFiles/tageditor.dir/gui/filefilterproxymodel.cpp.o
-[35/59] Building CXX object CMakeFiles/tageditor.dir/gui/javascripthighlighter.cpp.o
-[36/59] Building CXX object CMakeFiles/tageditor.dir/gui/initiate.cpp.o
-[37/59] Building CXX object CMakeFiles/tageditor.dir/gui/picturepreviewselection.cpp.o
-[38/59] Building CXX object CMakeFiles/tageditor.dir/gui/renamefilesdialog.cpp.o
-[39/59] Building CXX object CMakeFiles/tageditor.dir/gui/settingsdialog.cpp.o
-[40/59] Building CXX object CMakeFiles/tageditor.dir/gui/tagedit.cpp.o
-[41/59] Building CXX object CMakeFiles/tageditor.dir/gui/tagfieldedit.cpp.o
-[42/59] Building CXX object CMakeFiles/tageditor.dir/dbquery/dbquery.cpp.o
-[43/59] Building CXX object CMakeFiles/tageditor.dir/dbquery/tekstowo.cpp.o
-[44/59] Building CXX object CMakeFiles/tageditor.dir/dbquery/makeitpersonal.cpp.o
-[45/59] Building CXX object CMakeFiles/tageditor.dir/dbquery/lyricswikia.cpp.o
-[46/59] Building CXX object CMakeFiles/tageditor.dir/misc/networkaccessmanager.cpp.o
-[47/59] Building CXX object CMakeFiles/tageditor.dir/dbquery/musicbrainz.cpp.o
-[48/59] Building CXX object CMakeFiles/tageditor.dir/renamingutility/filesystemitem.cpp.o
-[49/59] Building CXX object CMakeFiles/tageditor.dir/gui/dbquerywidget.cpp.o
-[50/59] Building CXX object CMakeFiles/tageditor.dir/tageditor_autogen/6NP6ETD4VZ/qrc_scriptapi.cpp.o
-[51/59] Building CXX object CMakeFiles/tageditor.dir/renamingutility/filesystemitemmodel.cpp.o
-[52/59] Building CXX object CMakeFiles/tageditor.dir/tageditor_autogen/3YJK5W5UP7/qrc_icons.cpp.o
-[53/59] Building CXX object CMakeFiles/tageditor.dir/tageditor_autogen/EWIEGA46WW/qrc_tageditor_translations.cpp.o
-[54/59] Building CXX object CMakeFiles/tageditor.dir/tageditor_autogen/3YJK5W5UP7/qrc_scripts.cpp.o
-[55/59] Building CXX object CMakeFiles/tageditor.dir/renamingutility/renamingengine.cpp.o
-[56/59] Building CXX object CMakeFiles/tageditor.dir/renamingutility/filteredfilesystemitemmodel.cpp.o
-[57/59] Building CXX object CMakeFiles/tageditor.dir/renamingutility/tageditorobject.cpp.o
-[58/59] Building CXX object CMakeFiles/tageditor.dir/gui/tageditorwidget.cpp.o
-[59/59] Linking CXX executable tageditor
-==> Starting check()...
- -> Skipping execution of testsuite because the environment variable TEST_FILE_PATH is not set.
-==> Entering fakeroot environment...
-==> Starting package()...
-[0/1] Install the project...
--- Install configuration: "Release"
--- Installing: /home/cjennings/.cache/yay/tageditor/pkg/tageditor/usr/bin/tageditor
--- Installing: /home/cjennings/.cache/yay/tageditor/pkg/tageditor/usr/share/icons/hicolor/scalable/apps/tageditor.svg
--- Installing: /home/cjennings/.cache/yay/tageditor/pkg/tageditor/usr/share/bash-completion/completions
--- Installing: /home/cjennings/.cache/yay/tageditor/pkg/tageditor/usr/share/bash-completion/completions/tageditor
--- Installing: /home/cjennings/.cache/yay/tageditor/pkg/tageditor/usr/share/applications/tageditor.desktop
--- Installing: /home/cjennings/.cache/yay/tageditor/pkg/tageditor/usr/share/metainfo/io.github.martchus.tageditor.metainfo.xml
--- Installing: /home/cjennings/.cache/yay/tageditor/pkg/tageditor/usr/share/applications/tageditor-renamingutility.desktop
-==> Tidying install...
- -> Removing libtool files...
- -> Purging unwanted files...
- -> Removing static library files...
- -> Stripping unneeded symbols from binaries and libraries...
- -> Compressing man and info pages...
-==> Checking for packaging issues...
-==> Creating package "tageditor"...
- -> Generating .PKGINFO file...
- -> Generating .BUILDINFO file...
- -> Generating .MTREE file...
- -> Compressing package...
-==> Creating package "tageditor-debug"...
- -> Generating .PKGINFO file...
- -> Generating .BUILDINFO file...
- -> Generating .MTREE file...
- -> Compressing package...
-==> Leaving fakeroot environment.
-==> Finished making: tageditor 3.9.5-1 (Sun 08 Jun 2025 03:31:53 PM CDT)
-==> Cleaning up...
-loading packages...
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (2) tageditor-3.9.5-1 tageditor-debug-3.9.5-1
-
-Total Installed Size: 31.05 MiB
-
-:: Proceed with installation? [Y/n]
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing tageditor...
-installing tageditor-debug...
-:: Running post-transaction hooks...
-(1/3) Arming ConditionNeedsUpdate...
-(2/3) Updating icon theme caches...
-(3/3) Updating the desktop file MIME type cache...
-...installing thunar via the AUR @ 15:31:53
-Sync Explicit (1): thunar-4.20.3-1
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (7) exo-4.20.0-2 libgtop-2.41.3-2 libxfce4ui-4.20.1-2 libxfce4util-4.20.1-1 startup-notification-0.12-8 xfconf-4.20.0-2 thunar-4.20.3-1
-
-Total Download Size: 2.75 MiB
-Total Installed Size: 17.17 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- thunar-4.20.3-1-x86_64 downloading...
- libxfce4ui-4.20.1-2-x86_64 downloading...
- exo-4.20.0-2-x86_64 downloading...
- libgtop-2.41.3-2-x86_64 downloading...
- xfconf-4.20.0-2-x86_64 downloading...
- libxfce4util-4.20.1-1-x86_64 downloading...
- startup-notification-0.12-8-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing libxfce4util...
-installing xfconf...
-installing startup-notification...
-installing libgtop...
-installing libxfce4ui...
-installing exo...
-installing thunar...
-Optional dependencies for thunar
- catfish: file searching
- gvfs: trash support, mounting with udisk and remote filesystems
- tumbler: thumbnail previews
- thunar-volman: removable device management
- thunar-archive-plugin: archive creation and extraction
- thunar-media-tags-plugin: view/edit ID3/OGG tags
-:: Running post-transaction hooks...
-(1/6) Reloading user manager configuration...
-(2/6) Arming ConditionNeedsUpdate...
-(3/6) Updating GIO module cache...
-(4/6) Updating icon theme caches...
-(5/6) Updating the info directory file...
-(6/6) Updating the desktop file MIME type cache...
-...installing topgrade via the AUR @ 15:31:58
-AUR Explicit (1): topgrade-16.0.3-1
-:: (1/1) Downloaded PKGBUILD: topgrade
- 1 topgrade (Build Files Exist)
-==> Packages to cleanBuild?
-==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
-==>
- 1 topgrade (Build Files Exist)
-==> Diffs to show?
-==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
-==>
-==> Making package: topgrade 16.0.3-1 (Sun 08 Jun 2025 03:32:04 PM CDT)
-==> Retrieving sources...
- -> Downloading topgrade-16.0.3.tar.gz...
- % Total % Received % Xferd Average Speed Time Time Time Current
- Dload Upload Total Spent Left Speed
- 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
- 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 100 922k 0 922k 0 0 411k 0 --:--:-- 0:00:02 --:--:-- 841k 100 4193k 0 4193k 0 0 1354k 0 --:--:-- 0:00:03 --:--:-- 2150k 100 4326k 0 4326k 0 0 1396k 0 --:--:-- 0:00:03 --:--:-- 2216k
-==> WARNING: Skipping verification of source file PGP signatures.
-==> Validating source files with sha256sums...
- topgrade-16.0.3.tar.gz ... Passed
-:: (1/1) Parsing SRCINFO: topgrade
-==> Making package: topgrade 16.0.3-1 (Sun 08 Jun 2025 03:32:09 PM CDT)
-==> Checking runtime dependencies...
-==> Checking buildtime dependencies...
-==> Retrieving sources...
- -> Found topgrade-16.0.3.tar.gz
-==> Validating source files with sha256sums...
- topgrade-16.0.3.tar.gz ... Passed
-==> Removing existing $srcdir/ directory...
-==> Extracting sources...
- -> Extracting topgrade-16.0.3.tar.gz with bsdtar
-==> Starting prepare()...
- Updating crates.io index
- Downloading crates ...
- Downloaded wildmatch v2.3.4
- Downloaded cfg-if v1.0.0
- Downloaded which v6.0.1
- Downloaded num-conv v0.1.0
- Downloaded strum v0.26.2
- Downloaded urlencoding v2.1.3
- Downloaded matchers v0.1.0
- Downloaded time-core v0.1.2
- Downloaded option-ext v0.2.0
- Downloaded zerofrom v0.1.4
- Downloaded xattr v1.3.1
- Downloaded itoa v1.0.11
- Downloaded overload v0.1.1
- Downloaded num_cpus v1.16.0
- Downloaded tracing-log v0.2.0
- Downloaded same-file v1.0.6
- Downloaded errno v0.3.9
- Downloaded either v1.12.0
- Downloaded home v0.5.9
- Downloaded utf8_iter v1.0.4
- Downloaded tar v0.4.41
- Downloaded zipsign-api v0.1.1
- Downloaded sys-locale v0.3.1
- Downloaded shell-words v1.1.0
- Downloaded lazy_static v1.4.0
- Downloaded percent-encoding v2.3.1
- Downloaded filetime v0.2.23
- Downloaded zerofrom-derive v0.1.4
- Downloaded zerovec-derive v0.10.3
- Downloaded self-replace v1.3.7
- Downloaded zeroize v1.8.1
- Downloaded crc32fast v1.4.2
- Downloaded signature v2.2.0
- Downloaded signal-hook-registry v1.4.2
- Downloaded ed25519 v2.2.3
- Downloaded cpufeatures v0.2.12
- Downloaded curve25519-dalek-derive v0.1.1
- Downloaded crypto-common v0.1.6
- Downloaded dirs-sys v0.4.1
- Downloaded byteorder v1.5.0
- Downloaded adler v1.0.2
- Downloaded version_check v0.9.4
- Downloaded block-buffer v0.10.4
- Downloaded rand_core v0.6.4
- Downloaded toml_datetime v0.6.6
- Downloaded powerfmt v0.2.0
- Downloaded dirs v5.0.1
- Downloaded fastrand v2.1.0
- Downloaded serde_spanned v0.6.6
- Downloaded thread_local v1.1.8
- Downloaded deranged v0.3.11
- Downloaded digest v0.10.7
- Downloaded icu_provider_macros v1.5.0
- Downloaded tower-service v0.3.2
- Downloaded yoke-derive v0.7.4
- Downloaded tower-layer v0.3.2
- Downloaded crunchy v0.2.2
- Downloaded http-body v1.0.0
- Downloaded spki v0.7.3
- Downloaded generic-array v0.14.7
- Downloaded rustversion v1.0.17
- Downloaded const-random-macro v0.1.16
- Downloaded const-random v0.1.18
- Downloaded want v0.3.1
- Downloaded normpath v1.2.0
- Downloaded once_cell v1.19.0
- Downloaded rustls-pki-types v1.7.0
- Downloaded subtle v2.5.0
- Downloaded mime v0.3.17
- Downloaded base64ct v1.6.0
- Downloaded rustc_version v0.4.0
- Downloaded sha2 v0.10.8
- Downloaded strum_macros v0.26.4
- Downloaded thiserror v1.0.61
- Downloaded untrusted v0.9.0
- Downloaded form_urlencoded v1.2.1
- Downloaded write16 v1.0.0
- Downloaded writeable v0.5.5
- Downloaded stable_deref_trait v1.2.0
- Downloaded synstructure v0.13.1
- Downloaded shellexpand v3.1.0
- Downloaded time-macros v0.2.18
- Downloaded walkdir v2.5.0
- Downloaded futures-task v0.3.30
- Downloaded tracing-attributes v0.1.27
- Downloaded trim-in-place v0.1.7
- Downloaded number_prefix v0.4.0
- Downloaded try-lock v0.2.5
- Downloaded sync_wrapper v0.1.2
- Downloaded thiserror-impl v1.0.61
- Downloaded pkcs8 v0.10.2
- Downloaded rust-i18n-macro v3.0.0
- Downloaded globset v0.4.14
- Downloaded bitflags v2.5.0
- Downloaded zvariant_utils v2.0.0
- Downloaded regex-split v0.1.0
- Downloaded globwalk v0.8.1
- Downloaded nu-ansi-term v0.46.0
- Downloaded quote v1.0.36
- Downloaded unicode-ident v1.0.12
- Downloaded log v0.4.21
- Downloaded typenum v1.17.0
- Downloaded getrandom v0.2.15
- Downloaded linked-hash-map v0.5.6
- Downloaded tinystr v0.7.6
- Downloaded rust-i18n-support v3.0.1
- Downloaded rust-i18n v3.0.1
- Downloaded rust-ini v0.21.0
- Downloaded http-body-util v0.1.2
- Downloaded fnv v1.0.7
- Downloaded futures-core v0.3.30
- Downloaded futures-io v0.3.30
- Downloaded futures-macro v0.3.30
- Downloaded futures-sink v0.3.30
- Downloaded serde_urlencoded v0.7.1
- Downloaded utf16_iter v1.0.5
- Downloaded endi v1.1.0
- Downloaded tempfile v3.10.1
- Downloaded crossbeam-deque v0.8.5
- Downloaded socket2 v0.5.7
- Downloaded self_update v0.40.0
- Downloaded serde_derive v1.0.203
- Downloaded miniz_oxide v0.7.3
- Downloaded xdg-home v1.2.0
- Downloaded icu_locid_transform v1.5.0
- Downloaded litemap v0.7.3
- Downloaded displaydoc v0.2.4
- Downloaded yoke v0.7.4
- Downloaded enumflags2_derive v0.7.10
- Downloaded glob v0.3.1
- Downloaded bitflags v1.3.2
- Downloaded tiny-keccak v2.0.2
- Downloaded dlv-list v0.5.2
- Downloaded hyper-rustls v0.26.0
- Downloaded const-oid v0.9.6
- Downloaded httparse v1.9.3
- Downloaded ipnet v2.9.0
- Downloaded tokio-rustls v0.25.0
- Downloaded icu_properties v1.5.0
- Downloaded proc-macro2 v1.0.94
- Downloaded triomphe v0.1.13
- Downloaded merge_derive v0.1.0
- Downloaded ryu v1.0.18
- Downloaded ordered-multimap v0.7.3
- Downloaded console v0.15.8
- Downloaded futures-channel v0.3.30
- Downloaded cfg_aliases v0.2.1
- Downloaded cfg_aliases v0.1.1
- Downloaded proc-macro-crate v3.1.0
- Downloaded zvariant_derive v4.1.1
- Downloaded etcetera v0.8.0
- Downloaded atomic-waker v1.1.2
- Downloaded serde_repr v0.1.19
- Downloaded sha1 v0.10.6
- Downloaded icu_normalizer v1.5.0
- Downloaded rustls-pemfile v2.1.2
- Downloaded autocfg v1.3.0
- Downloaded pin-project-internal v1.1.5
- Downloaded pin-project v1.1.5
- Downloaded zbus_names v3.0.0
- Downloaded enumflags2 v0.7.10
- Downloaded toml v0.8.14
- Downloaded sharded-slab v0.1.7
- Downloaded static_assertions v1.1.0
- Downloaded indexmap v1.9.3
- Downloaded serde_yaml v0.8.26
- Downloaded icu_locid v1.5.0
- Downloaded icu_provider v1.5.0
- Downloaded zip v0.6.6
- Downloaded serde v1.0.203
- Downloaded bytes v1.6.0
- Downloaded icu_normalizer_data v1.5.0
- Downloaded icu_locid_transform_data v1.5.0
- Downloaded toml v0.7.8
- Downloaded merge v0.1.0
- Downloaded url v2.5.1
- Downloaded zbus_macros v4.2.2
- Downloaded dirs-sys v0.5.0
- Downloaded tracing v0.1.40
- Downloaded strsim v0.11.1
- Downloaded hex v0.4.3
- Downloaded tracing-core v0.1.32
- Downloaded blocking v1.6.1
- Downloaded rand_chacha v0.3.1
- Downloaded ignore v0.4.22
- Downloaded parking v2.2.0
- Downloaded ppv-lite86 v0.2.17
- Downloaded tracing-error v0.2.0
- Downloaded futures-executor v0.3.30
- Downloaded dirs v6.0.0
- Downloaded yaml-rust v0.4.5
- Downloaded indicatif v0.17.8
- Downloaded async-broadcast v0.7.1
- Downloaded is_terminal_polyfill v1.70.0
- Downloaded indenter v0.3.3
- Downloaded colorchoice v1.0.1
- Downloaded der v0.7.9
- Downloaded flate2 v1.0.30
- Downloaded crossbeam-epoch v0.9.18
- Downloaded crossbeam-utils v0.8.20
- Downloaded indexmap v2.2.6
- Downloaded jetbrains-toolbox-updater v1.4.0
- Downloaded async-fs v2.1.2
- Downloaded event-listener-strategy v0.5.2
- Downloaded piper v0.2.3
- Downloaded clap_derive v4.5.5
- Downloaded roff v0.2.1
- Downloaded rustc-demangle v0.1.24
- Downloaded proc-macro-error-attr v1.0.4
- Downloaded proc-macro-error v1.0.4
- Downloaded hyper-util v0.1.5
- Downloaded icu_collections v1.5.0
- Downloaded clap_mangen v0.2.21
- Downloaded base64 v0.22.1
- Downloaded arc-swap v1.7.1
- Downloaded anstyle v1.0.7
- Downloaded clap_lex v0.7.1
- Downloaded async-executor v1.12.0
- Downloaded async-trait v0.1.80
- Downloaded addr2line v0.21.0
- Downloaded async-lock v3.4.0
- Downloaded async-task v4.7.1
- Downloaded ordered-stream v0.2.0
- Downloaded futures v0.3.30
- Downloaded cc v1.2.16
- Downloaded anstyle-parse v0.2.4
- Downloaded anstyle-query v1.1.0
- Downloaded hashbrown v0.12.3
- Downloaded http v1.1.0
- Downloaded num-traits v0.2.19
- Downloaded zerovec v0.10.4
- Downloaded clap v4.5.7
- Downloaded mio v0.8.11
- Downloaded owo-colors v3.5.0
- Downloaded base64 v0.21.7
- Downloaded ed25519-dalek v2.1.1
- Downloaded iana-time-zone v0.1.60
- Downloaded clap_complete v4.5.5
- Downloaded polling v3.7.1
- Downloaded toml_edit v0.21.1
- Downloaded backtrace v0.3.71
- Downloaded json v0.12.4
- Downloaded portable-atomic v1.6.0
- Downloaded hyper v1.3.1
- Downloaded reqwest v0.12.4
- Downloaded serde_json v1.0.117
- Downloaded hashbrown v0.14.5
- Downloaded rayon-core v1.12.1
- Downloaded futures-lite v2.3.0
- Downloaded notify-rust v4.11.0
- Downloaded zvariant v4.1.1
- Downloaded idna v1.0.0
- Downloaded regex-automata v0.1.10
- Downloaded futures-util v0.3.30
- Downloaded quick-xml v0.23.1
- Downloaded time v0.3.36
- Downloaded utf8parse v0.2.2
- Downloaded anstream v0.6.14
- Downloaded eyre v0.6.12
- Downloaded async-io v2.3.3
- Downloaded rand v0.8.5
- Downloaded toml_edit v0.19.15
- Downloaded tower v0.4.13
- Downloaded toml_edit v0.22.14
- Downloaded clap_builder v4.5.7
- Downloaded webpki-roots v0.26.2
- Downloaded rustls-webpki v0.102.4
- Downloaded tracing-subscriber v0.3.18
- Downloaded memchr v2.7.2
- Downloaded zbus v4.2.2
- Downloaded winnow v0.6.13
- Downloaded rayon v1.10.0
- Downloaded icu_properties_data v1.5.0
- Downloaded color-spantrace v0.2.1
- Downloaded sysinfo v0.33.1
- Downloaded regex v1.10.5
- Downloaded regex-syntax v0.6.29
- Downloaded syn v2.0.99
- Downloaded syn v1.0.109
- Downloaded gimli v0.28.1
- Downloaded nix v0.28.0
- Downloaded chrono v0.4.38
- Downloaded rustls v0.22.4
- Downloaded bstr v1.9.1
- Downloaded curve25519-dalek v4.1.3
- Downloaded unicode-width v0.1.13
- Downloaded object v0.32.2
- Downloaded rustix v0.38.34
- Downloaded regex-syntax v0.8.4
- Downloaded nix v0.29.0
- Downloaded color-eyre v0.6.3
- Downloaded regex-automata v0.4.7
- Downloaded libc v0.2.170
- Downloaded tokio v1.38.0
- Downloaded ring v0.17.13
- Downloaded linux-raw-sys v0.4.14
-==> Sources are ready.
-==> Making package: topgrade 16.0.3-1 (Sun 08 Jun 2025 03:32:23 PM CDT)
-==> Checking runtime dependencies...
-==> Checking buildtime dependencies...
-==> WARNING: Using existing $srcdir/ tree
-==> Starting build()...
- Compiling proc-macro2 v1.0.94
- Compiling unicode-ident v1.0.12
- Compiling autocfg v1.3.0
- Compiling libc v0.2.170
- Compiling crossbeam-utils v0.8.20
- Compiling memchr v2.7.2
- Compiling pin-project-lite v0.2.14
- Compiling quote v1.0.36
- Compiling cfg-if v1.0.0
- Compiling syn v2.0.99
- Compiling serde v1.0.203
- Compiling version_check v0.9.4
- Compiling once_cell v1.19.0
- Compiling log v0.4.21
- Compiling equivalent v1.0.1
- Compiling futures-core v0.3.30
- Compiling hashbrown v0.14.5
- Compiling indexmap v2.2.6
- Compiling winnow v0.5.40
- Compiling aho-corasick v1.1.3
- Compiling toml_datetime v0.6.6
- Compiling parking v2.2.0
- Compiling regex-syntax v0.8.4
- Compiling concurrent-queue v2.5.0
- Compiling futures-io v0.3.30
- Compiling serde_derive v1.0.203
- Compiling tracing-core v0.1.32
- Compiling regex-automata v0.4.7
- Compiling indexmap v1.9.3
- Compiling tracing-attributes v0.1.27
- Compiling event-listener v5.3.1
- Compiling crossbeam-epoch v0.9.18
- Compiling slab v0.4.9
- Compiling bitflags v2.5.0
- Compiling fastrand v2.1.0
- Compiling typenum v1.17.0
- Compiling tracing v0.1.40
- Compiling crossbeam-deque v0.8.5
- Compiling event-listener-strategy v0.5.2
- Compiling bstr v1.9.1
- Compiling generic-array v0.14.7
- Compiling same-file v1.0.6
- Compiling lazy_static v1.4.0
- Compiling rustix v0.38.34
- Compiling serde_json v1.0.117
- Compiling crunchy v0.2.2
- Compiling itoa v1.0.11
- Compiling globset v0.4.14
- Compiling walkdir v2.5.0
- Compiling regex v1.10.5
- Compiling toml_edit v0.21.1
- Compiling linux-raw-sys v0.4.14
- Compiling tiny-keccak v2.0.2
- Compiling proc-macro-crate v3.1.0
- Compiling ignore v0.4.22
- Compiling futures-lite v2.3.0
- Compiling serde_spanned v0.6.6
- Compiling zvariant_utils v2.0.0
- Compiling regex-syntax v0.6.29
- Compiling powerfmt v0.2.0
- Compiling bitflags v1.3.2
- Compiling heck v0.5.0
- Compiling option-ext v0.2.0
- Compiling utf8parse v0.2.2
- Compiling futures-sink v0.3.30
- Compiling futures-channel v0.3.30
- Compiling getrandom v0.2.15
- Compiling anstyle-parse v0.2.4
- Compiling globwalk v0.8.1
- Compiling deranged v0.3.11
- Compiling regex-automata v0.1.10
- Compiling enumflags2_derive v0.7.10
- Compiling futures-macro v0.3.30
- Compiling proc-macro-error-attr v1.0.4
- Compiling memoffset v0.9.1
- Compiling anstyle v1.0.7
- Compiling is_terminal_polyfill v1.70.0
- Compiling anstyle-query v1.1.0
- Compiling async-task v4.7.1
- Compiling time-core v0.1.2
- Compiling hashbrown v0.12.3
- Compiling linked-hash-map v0.5.6
- Compiling futures-task v0.3.30
- Compiling ryu v1.0.18
- Compiling atomic-waker v1.1.2
- Compiling smallvec v1.13.2
- Compiling shlex v1.3.0
- Compiling syn v1.0.109
- Compiling colorchoice v1.0.1
- Compiling overload v0.1.1
- Compiling cfg_aliases v0.1.1
- Compiling rayon-core v1.12.1
- Compiling num-conv v0.1.0
- Compiling pin-utils v0.1.0
- Compiling futures-util v0.3.30
- Compiling time v0.3.36
- Compiling nix v0.28.0
- Compiling nu-ansi-term v0.46.0
- Compiling anstream v0.6.14
- Compiling cc v1.2.16
- Compiling piper v0.2.3
- Compiling yaml-rust v0.4.5
- Compiling rand_core v0.6.4
- Compiling toml_edit v0.19.15
- Compiling matchers v0.1.0
- Compiling enumflags2 v0.7.10
- Compiling const-random-macro v0.1.16
- Compiling zvariant_derive v4.1.1
- Compiling crypto-common v0.1.6
- Compiling block-buffer v0.10.4
- Compiling sharded-slab v0.1.7
- Compiling async-lock v3.4.0
- Compiling async-channel v2.3.1
- Compiling tracing-log v0.2.0
- Compiling thread_local v1.1.8
- Compiling proc-macro-error v1.0.4
- Compiling num-traits v0.2.19
- Compiling static_assertions v1.1.0
- Compiling either v1.12.0
- Compiling rustversion v1.0.17
- Compiling clap_lex v0.7.1
- Compiling strsim v0.11.1
- Compiling arc-swap v1.7.1
- Compiling stable_deref_trait v1.2.0
- Compiling endi v1.1.0
- Compiling ppv-lite86 v0.2.17
- Compiling zvariant v4.1.1
- Compiling rand_chacha v0.3.1
- Compiling triomphe v0.1.13
- Compiling clap_builder v4.5.7
- Compiling tracing-subscriber v0.3.18
- Compiling blocking v1.6.1
- Compiling toml v0.7.8
- Compiling digest v0.10.7
- Compiling const-random v0.1.18
- Compiling backtrace v0.3.71
- Compiling serde_yaml v0.8.26
- Compiling polling v3.7.1
- Compiling clap_derive v4.5.5
- Compiling gimli v0.28.1
- Compiling adler v1.0.2
- Compiling normpath v1.2.0
- Compiling eyre v0.6.12
- Compiling cpufeatures v0.2.12
- Compiling cfg_aliases v0.2.1
- Compiling addr2line v0.21.0
- Compiling rust-i18n-support v3.0.1
- Compiling nix v0.29.0
- Compiling sha1 v0.10.6
- Compiling miniz_oxide v0.7.3
- Compiling clap v4.5.7
- Compiling async-io v2.3.3
- Compiling rayon v1.10.0
- Compiling dlv-list v0.5.2
- Compiling tracing-error v0.2.0
- Compiling async-fs v2.1.2
- Compiling zbus_names v3.0.0
- Compiling rand v0.8.5
- Compiling async-executor v1.12.0
- Compiling rust-i18n v3.0.1
- Compiling dirs-sys v0.4.1
- Compiling dirs-sys v0.5.0
- Compiling zbus_macros v4.2.2
- Compiling async-broadcast v0.7.1
- Compiling async-trait v0.1.80
- Compiling serde_repr v0.1.19
- Compiling xdg-home v1.2.0
- Compiling ordered-stream v0.2.0
- Compiling object v0.32.2
- Compiling thiserror v1.0.61
- Compiling rustc-demangle v0.1.24
- Compiling owo-colors v3.5.0
- Compiling glob v0.3.1
- Compiling home v0.5.9
- Compiling hex v0.4.3
- Compiling indenter v0.3.3
- Compiling semver v1.0.23
- Compiling winnow v0.6.13
- Compiling color-spantrace v0.2.1
- Compiling zbus v4.2.2
- Compiling rust-i18n-macro v3.0.0
- Compiling toml_edit v0.22.14
- Compiling dirs v5.0.1
- Compiling dirs v6.0.0
- Compiling strum_macros v0.26.4
- Compiling ordered-multimap v0.7.3
- Compiling sysinfo v0.33.1
- Compiling merge_derive v0.1.0
- Compiling futures-executor v0.3.30
- Compiling thiserror-impl v1.0.61
- Compiling num_cpus v1.16.0
- Compiling mio v0.8.11
- Compiling signal-hook-registry v1.4.2
- Compiling json v0.12.4
- Compiling topgrade v16.0.3 (/home/cjennings/.cache/yay/topgrade/src/topgrade-16.0.3)
- Compiling iana-time-zone v0.1.60
- Compiling bytes v1.6.0
- Compiling trim-in-place v0.1.7
- Compiling unicode-width v0.1.13
- Compiling roff v0.2.1
- Compiling clap_mangen v0.2.21
- Compiling tokio v1.38.0
- Compiling console v0.15.8
- Compiling rust-ini v0.21.0
- Compiling chrono v0.4.38
- Compiling jetbrains-toolbox-updater v1.4.0
- Compiling futures v0.3.30
- Compiling merge v0.1.0
- Compiling strum v0.26.2
- Compiling notify-rust v4.11.0
- Compiling toml v0.8.14
- Compiling shellexpand v3.1.0
- Compiling color-eyre v0.6.3
- Compiling etcetera v0.8.0
- Compiling which v6.0.1
- Compiling clap_complete v4.5.5
- Compiling tempfile v3.10.1
- Compiling regex-split v0.1.0
- Compiling shell-words v1.1.0
- Compiling sys-locale v0.3.1
- Compiling wildmatch v2.3.4
- Finished `release` profile [optimized] target(s) in 5m 43s
-==> Starting check()...
- Compiling proc-macro2 v1.0.94
- Compiling unicode-ident v1.0.12
- Compiling memchr v2.7.2
- Compiling autocfg v1.3.0
- Compiling libc v0.2.170
- Compiling cfg-if v1.0.0
- Compiling crossbeam-utils v0.8.20
- Compiling pin-project-lite v0.2.14
- Compiling quote v1.0.36
- Compiling syn v2.0.99
- Compiling once_cell v1.19.0
- Compiling hashbrown v0.14.5
- Compiling serde v1.0.203
- Compiling aho-corasick v1.1.3
- Compiling equivalent v1.0.1
- Compiling regex-syntax v0.8.4
- Compiling indexmap v2.2.6
- Compiling regex-automata v0.4.7
- Compiling version_check v0.9.4
- Compiling serde_derive v1.0.203
- Compiling winnow v0.5.40
- Compiling log v0.4.21
- Compiling futures-core v0.3.30
- Compiling toml_datetime v0.6.6
- Compiling bstr v1.9.1
- Compiling parking v2.2.0
- Compiling regex v1.10.5
- Compiling concurrent-queue v2.5.0
- Compiling futures-io v0.3.30
- Compiling itoa v1.0.11
- Compiling same-file v1.0.6
- Compiling walkdir v2.5.0
- Compiling tracing-core v0.1.32
- Compiling lazy_static v1.4.0
- Compiling event-listener v5.3.1
- Compiling tracing-attributes v0.1.27
- Compiling crossbeam-epoch v0.9.18
- Compiling slab v0.4.9
- Compiling bitflags v2.5.0
- Compiling typenum v1.17.0
- Compiling fastrand v2.1.0
- Compiling crossbeam-deque v0.8.5
- Compiling event-listener-strategy v0.5.2
- Compiling generic-array v0.14.7
- Compiling indexmap v1.9.3
- Compiling crunchy v0.2.2
- Compiling ryu v1.0.18
- Compiling tracing v0.1.40
- Compiling rustix v0.38.34
- Compiling bitflags v1.3.2
- Compiling globset v0.4.14
- Compiling toml_edit v0.21.1
- Compiling tiny-keccak v2.0.2
- Compiling linked-hash-map v0.5.6
- Compiling hashbrown v0.12.3
- Compiling serde_json v1.0.117
- Compiling linux-raw-sys v0.4.14
- Compiling serde_spanned v0.6.6
- Compiling proc-macro-crate v3.1.0
- Compiling yaml-rust v0.4.5
- Compiling ignore v0.4.22
- Compiling futures-lite v2.3.0
- Compiling zvariant_utils v2.0.0
- Compiling regex-syntax v0.6.29
- Compiling powerfmt v0.2.0
- Compiling utf8parse v0.2.2
- Compiling heck v0.5.0
- Compiling stable_deref_trait v1.2.0
- Compiling futures-sink v0.3.30
- Compiling arc-swap v1.7.1
- Compiling option-ext v0.2.0
- Compiling futures-channel v0.3.30
- Compiling anstyle-parse v0.2.4
- Compiling deranged v0.3.11
- Compiling getrandom v0.2.15
- Compiling regex-automata v0.1.10
- Compiling globwalk v0.8.1
- Compiling proc-macro-error-attr v1.0.4
- Compiling enumflags2_derive v0.7.10
- Compiling futures-macro v0.3.30
- Compiling memoffset v0.9.1
- Compiling overload v0.1.1
- Compiling atomic-waker v1.1.2
- Compiling futures-task v0.3.30
- Compiling anstyle-query v1.1.0
- Compiling cfg_aliases v0.1.1
- Compiling smallvec v1.13.2
- Compiling num-conv v0.1.0
- Compiling shlex v1.3.0
- Compiling syn v1.0.109
- Compiling rayon-core v1.12.1
- Compiling time-core v0.1.2
- Compiling is_terminal_polyfill v1.70.0
- Compiling anstyle v1.0.7
- Compiling colorchoice v1.0.1
- Compiling pin-utils v0.1.0
- Compiling async-task v4.7.1
- Compiling futures-util v0.3.30
- Compiling anstream v0.6.14
- Compiling time v0.3.36
- Compiling cc v1.2.16
- Compiling enumflags2 v0.7.10
- Compiling nix v0.28.0
- Compiling piper v0.2.3
- Compiling nu-ansi-term v0.46.0
- Compiling rand_core v0.6.4
- Compiling toml_edit v0.19.15
- Compiling const-random-macro v0.1.16
- Compiling matchers v0.1.0
- Compiling zvariant_derive v4.1.1
- Compiling crypto-common v0.1.6
- Compiling block-buffer v0.10.4
- Compiling async-lock v3.4.0
- Compiling async-channel v2.3.1
- Compiling tracing-log v0.2.0
- Compiling sharded-slab v0.1.7
- Compiling proc-macro-error v1.0.4
- Compiling thread_local v1.1.8
- Compiling num-traits v0.2.19
- Compiling either v1.12.0
- Compiling strsim v0.11.1
- Compiling rustversion v1.0.17
- Compiling ppv-lite86 v0.2.17
- Compiling clap_lex v0.7.1
- Compiling normpath v1.2.0
- Compiling endi v1.1.0
- Compiling static_assertions v1.1.0
- Compiling rand_chacha v0.3.1
- Compiling clap_builder v4.5.7
- Compiling zvariant v4.1.1
- Compiling tracing-subscriber v0.3.18
- Compiling toml v0.7.8
- Compiling blocking v1.6.1
- Compiling backtrace v0.3.71
- Compiling digest v0.10.7
- Compiling const-random v0.1.18
- Compiling polling v3.7.1
- Compiling triomphe v0.1.13
- Compiling clap_derive v4.5.5
- Compiling serde_yaml v0.8.26
- Compiling gimli v0.28.1
- Compiling adler v1.0.2
- Compiling cpufeatures v0.2.12
- Compiling eyre v0.6.12
- Compiling cfg_aliases v0.2.1
- Compiling nix v0.29.0
- Compiling rust-i18n-support v3.0.1
- Compiling addr2line v0.21.0
- Compiling sha1 v0.10.6
- Compiling miniz_oxide v0.7.3
- Compiling clap v4.5.7
- Compiling rayon v1.10.0
- Compiling async-io v2.3.3
- Compiling zbus_names v3.0.0
- Compiling dlv-list v0.5.2
- Compiling async-fs v2.1.2
- Compiling tracing-error v0.2.0
- Compiling rand v0.8.5
- Compiling async-executor v1.12.0
- Compiling rust-i18n v3.0.1
- Compiling dirs-sys v0.4.1
- Compiling dirs-sys v0.5.0
- Compiling zbus_macros v4.2.2
- Compiling async-broadcast v0.7.1
- Compiling ordered-stream v0.2.0
- Compiling serde_repr v0.1.19
- Compiling async-trait v0.1.80
- Compiling xdg-home v1.2.0
- Compiling object v0.32.2
- Compiling hex v0.4.3
- Compiling indenter v0.3.3
- Compiling glob v0.3.1
- Compiling thiserror v1.0.61
- Compiling owo-colors v3.5.0
- Compiling winnow v0.6.13
- Compiling rustc-demangle v0.1.24
- Compiling semver v1.0.23
- Compiling home v0.5.9
- Compiling zbus v4.2.2
- Compiling color-spantrace v0.2.1
- Compiling rust-i18n-macro v3.0.0
- Compiling toml_edit v0.22.14
- Compiling dirs v6.0.0
- Compiling dirs v5.0.1
- Compiling strum_macros v0.26.4
- Compiling sysinfo v0.33.1
- Compiling ordered-multimap v0.7.3
- Compiling merge_derive v0.1.0
- Compiling futures-executor v0.3.30
- Compiling thiserror-impl v1.0.61
- Compiling num_cpus v1.16.0
- Compiling mio v0.8.11
- Compiling signal-hook-registry v1.4.2
- Compiling unicode-width v0.1.13
- Compiling bytes v1.6.0
- Compiling roff v0.2.1
- Compiling topgrade v16.0.3 (/home/cjennings/.cache/yay/topgrade/src/topgrade-16.0.3)
- Compiling iana-time-zone v0.1.60
- Compiling json v0.12.4
- Compiling trim-in-place v0.1.7
- Compiling rust-ini v0.21.0
- Compiling jetbrains-toolbox-updater v1.4.0
- Compiling chrono v0.4.38
- Compiling tokio v1.38.0
- Compiling clap_mangen v0.2.21
- Compiling console v0.15.8
- Compiling merge v0.1.0
- Compiling futures v0.3.30
- Compiling strum v0.26.2
- Compiling notify-rust v4.11.0
- Compiling shellexpand v3.1.0
- Compiling toml v0.8.14
- Compiling color-eyre v0.6.3
- Compiling which v6.0.1
- Compiling etcetera v0.8.0
- Compiling clap_complete v4.5.5
- Compiling tempfile v3.10.1
- Compiling regex-split v0.1.0
- Compiling sys-locale v0.3.1
- Compiling shell-words v1.1.0
- Compiling wildmatch v2.3.4
- Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 03s
- Running unittests src/lib.rs (target/debug/deps/topgrade-995896d3509269e9)
-
-running 0 tests
-
-test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
-
- Running unittests src/main.rs (target/debug/deps/topgrade-24f7038e5b030e87)
-
-running 43 tests
-test breaking_changes::test::is_new_major_release_works ... ok
-test breaking_changes::test::invalid_version - should panic ... ok
-test config::test::test_should_execute_remote_different_hostname ... ok
-test config::test::test_should_execute_remote_different_hostname_with_user ... ok
-test config::test::test_default_config ... ok
-test config::test::test_should_execute_remote_unknown_hostname ... ok
-test config::test::test_should_not_execute_remote_same_hostname ... ok
-test config::test::test_should_not_execute_remote_same_hostname_with_user ... ok
-test steps::os::linux::tests::test_amazon_linux ... ok
-test config::test::test_should_execute_remote_matching_limit ... ok
-test steps::os::linux::tests::test_aurora ... ok
-test steps::os::linux::tests::test_artix ... ok
-test steps::os::linux::tests::test_arch_linux ... ok
-test steps::os::linux::tests::test_centos ... ok
-test steps::os::linux::tests::test_bluefin ... ok
-test config::test::test_should_not_execute_remote_not_matching_limit ... ok
-test steps::os::linux::tests::test_clearlinux ... ok
-test steps::os::linux::tests::test_bazzite ... ok
-test steps::os::linux::tests::test_coreos ... ok
-test steps::os::linux::tests::test_deepin ... ok
-test steps::os::linux::tests::test_debian ... ok
-test steps::os::linux::tests::test_fedora ... ok
-test steps::os::linux::tests::test_exherbo ... ok
-test steps::os::linux::tests::test_fedoraremixonwsl ... ok
-test steps::os::linux::tests::test_fedora_immutable ... ok
-test steps::os::linux::tests::test_garuda ... ok
-test steps::os::linux::tests::test_funtoo ... ok
-test steps::os::linux::tests::test_gentoo ... ok
-test steps::os::linux::tests::test_manjaro_arm ... ok
-test steps::os::linux::tests::test_manjaro ... ok
-test steps::os::linux::tests::test_mint ... ok
-test steps::os::linux::tests::test_nilrt ... ok
-test steps::os::linux::tests::test_nixos ... ok
-test steps::os::linux::tests::test_nobara ... ok
-test steps::os::linux::tests::test_opensuse ... ok
-test steps::os::linux::tests::test_oraclelinux ... ok
-test steps::os::linux::tests::test_pengwinonwsl ... ok
-test steps::os::linux::tests::test_pureos ... ok
-test steps::os::linux::tests::test_solus ... ok
-test steps::os::linux::tests::test_ubuntu ... ok
-test steps::os::linux::tests::test_rhel ... ok
-test steps::os::linux::tests::test_vanilla ... ok
-test steps::os::linux::tests::test_wolfi ... ok
-
-test result: ok. 43 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
-
- Doc-tests topgrade
-
-running 0 tests
-
-test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
-
-==> Entering fakeroot environment...
-==> Starting package()...
-==> Tidying install...
- -> Removing libtool files...
- -> Purging unwanted files...
- -> Removing static library files...
- -> Stripping unneeded symbols from binaries and libraries...
- -> Compressing man and info pages...
-==> Checking for packaging issues...
-==> Creating package "topgrade"...
- -> Generating .PKGINFO file...
- -> Generating .BUILDINFO file...
- -> Generating .MTREE file...
- -> Compressing package...
-==> Creating package "topgrade-debug"...
- -> Generating .PKGINFO file...
- -> Generating .BUILDINFO file...
- -> Generating .MTREE file...
- -> Compressing package...
-==> Leaving fakeroot environment.
-==> Finished making: topgrade 16.0.3-1 (Sun 08 Jun 2025 03:39:14 PM CDT)
-==> Cleaning up...
-loading packages...
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (2) topgrade-16.0.3-1 topgrade-debug-16.0.3-1
-
-Total Installed Size: 10.78 MiB
-
-:: Proceed with installation? [Y/n]
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing topgrade...
-installing topgrade-debug...
-:: Running post-transaction hooks...
-(1/1) Arming ConditionNeedsUpdate...
-...installing ueberzug via the AUR @ 15:39:15
-Sync Explicit (1): ueberzug-18.3.1-4
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (3) libxres-1.2.2-2 python-docopt-0.6.2-14 ueberzug-18.3.1-4
-
-Total Download Size: 0.14 MiB
-Total Installed Size: 0.63 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- ueberzug-18.3.1-4-x86_64 downloading...
- python-docopt-0.6.2-14-any downloading...
- libxres-1.2.2-2-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing libxres...
-installing python-docopt...
-installing ueberzug...
-:: Running post-transaction hooks...
-(1/1) Arming ConditionNeedsUpdate...
-...installing valent via the AUR @ 15:39:17
-AUR Explicit (1): valent-1.0.0.alpha.46-1
-Sync Dependency (2): libpeas-2-2.0.7-1, evolution-data-server-3.56.2-1
-Sync Make Dependency (3): vala-0.56.18-2, glib2-devel-2.84.2-1, gobject-introspection-1.84.0-2
-:: (1/1) Downloaded PKGBUILD: valent
- 1 valent (Build Files Exist)
-==> Packages to cleanBuild?
-==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
-==>
- 1 valent (Build Files Exist)
-==> Diffs to show?
-==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
-==>
-==> Making package: valent 1.0.0.alpha.46-1 (Sun 08 Jun 2025 03:39:22 PM CDT)
-==> Retrieving sources...
- -> Downloading valent-1.0.0.alpha.46.tar.xz...
- % Total % Received % Xferd Average Speed Time Time Time Current
- Dload Upload Total Spent Left Speed
- 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
- 8 569k 8 47794 0 0 35141 0 0:00:16 0:00:01 0:00:15 35141 100 569k 100 569k 0 0 347k 0 0:00:01 0:00:01 --:--:-- 1879k
- -> Found 1-solving-dependency-problem.patch
-==> WARNING: Skipping verification of source file PGP signatures.
-==> Validating source files with sha256sums...
- valent-1.0.0.alpha.46.tar.xz ... Passed
- 1-solving-dependency-problem.patch ... Passed
-:: (1/1) Parsing SRCINFO: valent
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (16) docbook-xml-4.5-10 docbook-xsl-1.79.2-9 geocode-glib-2-3.26.4-4 geocode-glib-common-3.26.4-4 glib2-docs-2.84.2-1 gtk-doc-1.34.0-3 libgoa-3.54.3-1 libgweather-4-4.4.4-2 libical-3.0.20-2 libphonenumber-1:9.0.4-2 python-mako-1.3.10-1 evolution-data-server-3.56.2-1 glib2-devel-2.84.2-1 gobject-introspection-1.84.0-2 libpeas-2-2.0.7-1 vala-0.56.18-2
-
-Total Download Size: 17.89 MiB
-Total Installed Size: 191.70 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- evolution-data-server-3.56.2-1-x86_64 downloading...
- glib2-docs-2.84.2-1-x86_64 downloading...
- libgweather-4-4.4.4-2-x86_64 downloading...
- vala-0.56.18-2-x86_64 downloading...
- libgoa-3.54.3-1-x86_64 downloading...
- libphonenumber-1:9.0.4-2-x86_64 downloading...
- docbook-xsl-1.79.2-9-any downloading...
- libical-3.0.20-2-x86_64 downloading...
- gobject-introspection-1.84.0-2-x86_64 downloading...
- gtk-doc-1.34.0-3-any downloading...
- python-mako-1.3.10-1-any downloading...
- glib2-devel-2.84.2-1-x86_64 downloading...
- libpeas-2-2.0.7-1-x86_64 downloading...
- geocode-glib-2-3.26.4-4-x86_64 downloading...
- docbook-xml-4.5-10-any downloading...
- geocode-glib-common-3.26.4-4-x86_64 downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing libgoa...
-installing geocode-glib-common...
-installing geocode-glib-2...
-installing libgweather-4...
-installing libical...
-installing libphonenumber...
-installing evolution-data-server...
-installing docbook-xml...
-installing docbook-xsl...
-installing glib2-docs...
-installing gtk-doc...
-Optional dependencies for gtk-doc
- dblatex: PDF support
-installing vala...
-installing glib2-devel...
-installing python-mako...
-Optional dependencies for python-mako
- python-babel: for i18n features
- python-beaker: for caching support
- python-dogpile.cache: for caching support
- python-pygments: for syntax highlighting [installed]
- python-pytest: for testing utilities [installed]
-installing gobject-introspection...
-installing libpeas-2...
-Optional dependencies for libpeas-2
- gjs: GJS loader [installed]
- lua51-lgi: Lua loader
- python-gobject: Python loader [installed]
-:: Running post-transaction hooks...
-(1/5) Reloading user manager configuration...
-(2/5) Arming ConditionNeedsUpdate...
-(3/5) Compiling GSettings XML schema files...
-(4/5) Updating icon theme caches...
-(5/5) Updating the desktop file MIME type cache...
-==> Making package: valent 1.0.0.alpha.46-1 (Sun 08 Jun 2025 03:39:39 PM CDT)
-==> Checking runtime dependencies...
-==> Checking buildtime dependencies...
-==> Retrieving sources...
- -> Found valent-1.0.0.alpha.46.tar.xz
- -> Found 1-solving-dependency-problem.patch
-==> Validating source files with sha256sums...
- valent-1.0.0.alpha.46.tar.xz ... Passed
- 1-solving-dependency-problem.patch ... Passed
-==> Removing existing $srcdir/ directory...
-==> Extracting sources...
- -> Extracting valent-1.0.0.alpha.46.tar.xz with bsdtar
-==> Starting prepare()...
-patching file valent-1.0.0.alpha.46/meson.build
-==> Sources are ready.
-==> Making package: valent 1.0.0.alpha.46-1 (Sun 08 Jun 2025 03:39:44 PM CDT)
-==> Checking runtime dependencies...
-==> Checking buildtime dependencies...
-==> WARNING: Using existing $srcdir/ tree
-==> Starting build()...
-+ exec meson setup --prefix /usr --libexecdir lib --sbindir bin --buildtype plain --auto-features enabled --wrap-mode nodownload -D b_pie=true -D python.bytecompile=1 valent-1.0.0.alpha.46 build
-The Meson build system
-Version: 1.8.1
-Source dir: /home/cjennings/.cache/yay/valent/src/valent-1.0.0.alpha.46
-Build dir: /home/cjennings/.cache/yay/valent/src/build
-Build type: native build
-Project name: valent
-Project version: 1.0.0.alpha.46
-C compiler for the host machine: cc (gcc 15.1.1 "cc (GCC) 15.1.1 20250425")
-C linker for the host machine: cc ld.bfd 2.44.0
-C++ compiler for the host machine: c++ (gcc 15.1.1 "c++ (GCC) 15.1.1 20250425")
-C++ linker for the host machine: c++ ld.bfd 2.44.0
-Host machine cpu family: x86_64
-Host machine cpu: x86_64
-Compiler for C supports arguments -Wfloat-equal: YES
-Compiler for C supports arguments -Wformat=2: YES
-Compiler for C supports arguments -Wincompatible-pointer-types: YES
-Compiler for C supports arguments -Wint-conversion: YES
-Compiler for C supports arguments -Wint-to-pointer-cast: YES
-Compiler for C supports arguments -Wmissing-include-dirs: YES
-Compiler for C supports arguments -Woverflow: YES
-Compiler for C supports arguments -Wpointer-arith: YES
-Compiler for C supports arguments -Wpointer-to-int-cast: YES
-Compiler for C supports arguments -Wredundant-decls: YES
-Compiler for C supports arguments -Wshadow: YES
-Compiler for C supports arguments -Wstrict-prototypes: YES
-Compiler for C supports arguments -Wswitch-enum: YES
-Compiler for C supports arguments -Wundef: YES
-Compiler for C supports arguments -Wno-discarded-array-qualifiers: YES
-Compiler for C supports arguments -Wno-missing-field-initializers: YES
-Compiler for C supports arguments -Wno-unused-parameter: YES
-Compiler for C supports arguments -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_80: YES
-Compiler for C supports arguments -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_80: YES
-Compiler for C supports arguments -DGDK_VERSION_MIN_REQUIRED=GDK_VERSION_4_14: YES
-Compiler for C supports arguments -DGDK_VERSION_MIN_REQUIRED=GDK_VERSION_4_14: YES (cached)
-Compiler for C supports arguments -DADW_VERSION_MIN_REQUIRED=ADW_VERSION_1_5: YES
-Compiler for C supports arguments -DADW_VERSION_MIN_REQUIRED=ADW_VERSION_1_5: YES (cached)
-Compiler for C supports arguments -Wno-error=analyzer-va-arg-type-mismatch: YES
-Compiler for C supports link arguments -Wl,-z,relro: YES
-Compiler for C supports link arguments -Wl,-z,now: YES
-Library m found: YES
-Found pkg-config: YES (/usr/bin/pkg-config) 2.4.3
-Run-time dependency gio-2.0 found: YES 2.84.2
-Run-time dependency gio-unix-2.0 found: YES 2.84.2
-Run-time dependency gdk-pixbuf-2.0 found: YES 2.42.12
-Run-time dependency gnutls found: YES 3.8.9
-Run-time dependency json-glib-1.0 found: YES 1.10.6
-Run-time dependency libpeas-2 found: YES 2.0.7
-Run-time dependency tracker-sparql-3.0 found: YES 3.9.2
-Run-time dependency libportal-gtk4 found: YES 0.9.1
-Run-time dependency libebook-1.2 found: YES 3.56.2
-Library phonenumber found: YES
-Run-time dependency gtk4 found: YES 4.18.5
-Run-time dependency libadwaita-1 found: YES 1.7.4
-Run-time dependency sysprof-capture-4 found: YES 48.0
-Found CMake: /usr/bin/cmake (4.0.2)
-Run-time dependency libwalbottle-0 found: NO (tried pkgconfig and cmake)
-Checking for function "clock_gettime" : YES
-Checking for function "localtime_r" : YES
-Checking for function "sched_getcpu" : YES
-Compiler for C supports arguments -fvisibility=hidden: YES
-Configuring config.h using configuration
-Configuring ca.andyholmes.Valent.metainfo.xml.in using configuration
-Program msgfmt found: YES (/usr/bin/msgfmt)
-Program appstreamcli found: YES (/usr/bin/appstreamcli)
-Configuring ca.andyholmes.Valent.desktop.in using configuration
-Configuring ca.andyholmes.Valent-autostart.desktop.in using configuration
-Program desktop-file-validate found: YES (/usr/bin/desktop-file-validate)
-Configuring ca.andyholmes.Valent.service using configuration
-Configuring valent-version.h using configuration
-Configuring valent-debug.h using configuration
-Build-time dependency glib-2.0 found: YES 2.84.2
-Program /usr/bin/glib-mkenums found: YES (/usr/bin/glib-mkenums)
-Dependency glib-2.0 found: YES 2.84.2 (cached)
-Program /usr/bin/glib-mkenums found: YES (/usr/bin/glib-mkenums)
-Dependency glib-2.0 found: YES 2.84.2 (cached)
-Program /usr/bin/glib-mkenums found: YES (/usr/bin/glib-mkenums)
-Dependency glib-2.0 found: YES 2.84.2 (cached)
-Program /usr/bin/glib-mkenums found: YES (/usr/bin/glib-mkenums)
-Dependency glib-2.0 found: YES 2.84.2 (cached)
-Program /usr/bin/glib-mkenums found: YES (/usr/bin/glib-mkenums)
-Dependency glib-2.0 found: YES 2.84.2 (cached)
-Program /usr/bin/glib-mkenums found: YES (/usr/bin/glib-mkenums)
-Dependency gio-2.0 found: YES 2.84.2 (cached)
-Program /usr/bin/glib-compile-resources found: YES (/usr/bin/glib-compile-resources)
-Dependency glib-2.0 found: YES 2.84.2 (cached)
-Program /usr/bin/glib-mkenums found: YES (/usr/bin/glib-mkenums)
-Dependency glib-2.0 found: YES 2.84.2 (cached)
-Program /usr/bin/glib-mkenums found: YES (/usr/bin/glib-mkenums)
-Dependency glib-2.0 found: YES 2.84.2 (cached)
-Program /usr/bin/glib-mkenums found: YES (/usr/bin/glib-mkenums)
-Dependency glib-2.0 found: YES 2.84.2 (cached)
-Program /usr/bin/glib-mkenums found: YES (/usr/bin/glib-mkenums)
-Dependency gio-2.0 found: YES 2.84.2 (cached)
-Program /usr/bin/glib-compile-resources found: YES (/usr/bin/glib-compile-resources)
-Run-time dependency gobject-introspection-1.0 found: YES 1.84.0
-Dependency gobject-introspection-1.0 found: YES 1.84.0 (cached)
-Program /usr/bin/g-ir-scanner found: YES (/usr/bin/g-ir-scanner)
-Dependency gobject-introspection-1.0 found: YES 1.84.0 (cached)
-Program /usr/bin/g-ir-compiler found: YES (/usr/bin/g-ir-compiler)
-Program vapigen found: YES (/usr/bin/vapigen)
-Dependency gio-2.0 found: YES 2.84.2 (cached)
-Program /usr/bin/glib-compile-resources found: YES (/usr/bin/glib-compile-resources)
-Dependency gio-2.0 found: YES 2.84.2 (cached)
-Program /usr/bin/glib-compile-resources found: YES (/usr/bin/glib-compile-resources)
-Dependency gio-2.0 found: YES 2.84.2 (cached)
-Program /usr/bin/glib-compile-resources found: YES (/usr/bin/glib-compile-resources)
-Dependency gio-2.0 found: YES 2.84.2 (cached)
-Program /usr/bin/glib-compile-resources found: YES (/usr/bin/glib-compile-resources)
-Dependency gio-2.0 found: YES 2.84.2 (cached)
-Program /usr/bin/glib-compile-resources found: YES (/usr/bin/glib-compile-resources)
-Dependency gio-2.0 found: YES 2.84.2 (cached)
-Program /usr/bin/glib-compile-resources found: YES (/usr/bin/glib-compile-resources)
-Run-time dependency gstreamer-1.0 found: YES 1.26.2
-Dependency gio-2.0 found: YES 2.84.2 (cached)
-Program /usr/bin/glib-compile-resources found: YES (/usr/bin/glib-compile-resources)
-Dependency gio-2.0 found: YES 2.84.2 (cached)
-Program /usr/bin/glib-compile-resources found: YES (/usr/bin/glib-compile-resources)
-Dependency gio-2.0 found: YES 2.84.2 (cached)
-Program /usr/bin/glib-compile-resources found: YES (/usr/bin/glib-compile-resources)
-Dependency gio-2.0 found: YES 2.84.2 (cached)
-Program /usr/bin/glib-compile-resources found: YES (/usr/bin/glib-compile-resources)
-Dependency gio-2.0 found: YES 2.84.2 (cached)
-Program /usr/bin/glib-compile-resources found: YES (/usr/bin/glib-compile-resources)
-Dependency gio-2.0 found: YES 2.84.2 (cached)
-Program /usr/bin/glib-compile-resources found: YES (/usr/bin/glib-compile-resources)
-Dependency gio-2.0 found: YES 2.84.2 (cached)
-Program /usr/bin/glib-compile-resources found: YES (/usr/bin/glib-compile-resources)
-Dependency gio-2.0 found: YES 2.84.2 (cached)
-Program /usr/bin/glib-compile-resources found: YES (/usr/bin/glib-compile-resources)
-Dependency gio-2.0 found: YES 2.84.2 (cached)
-Program /usr/bin/glib-compile-resources found: YES (/usr/bin/glib-compile-resources)
-Run-time dependency libpipewire-0.3 found: YES 1.4.5
-Dependency gio-2.0 found: YES 2.84.2 (cached)
-Program /usr/bin/glib-compile-resources found: YES (/usr/bin/glib-compile-resources)
-Dependency gio-2.0 found: YES 2.84.2 (cached)
-Program /usr/bin/glib-compile-resources found: YES (/usr/bin/glib-compile-resources)
-
-Executing subproject gvc
-
-gvc| Project name: gvc
-gvc| Project version: undefined
-gvc| C compiler for the host machine: cc (gcc 15.1.1 "cc (GCC) 15.1.1 20250425")
-gvc| C linker for the host machine: cc ld.bfd 2.44.0
-gvc| Dependency glib-2.0 found: YES 2.84.2 (cached)
-gvc| Program /usr/bin/glib-mkenums found: YES (/usr/bin/glib-mkenums)
-gvc| Dependency glib-2.0 found: YES 2.84.2 (cached)
-gvc| Program /usr/bin/glib-mkenums found: YES (/usr/bin/glib-mkenums)
-gvc| Dependency gio-2.0 found: YES 2.84.2 (cached)
-gvc| Run-time dependency gobject-2.0 found: YES 2.84.2
-gvc| Run-time dependency libpulse found: YES 17.0-43-g3e2bb
-gvc| Run-time dependency libpulse-mainloop-glib found: YES 17.0-43-g3e2bb
-gvc| Configuring config.h using configuration
-gvc| Build targets in project: 93
-gvc| Subproject gvc finished.
-
-Dependency gio-2.0 found: YES 2.84.2 (cached)
-Program /usr/bin/glib-compile-resources found: YES (/usr/bin/glib-compile-resources)
-Dependency gio-2.0 found: YES 2.84.2 (cached)
-Program /usr/bin/glib-compile-resources found: YES (/usr/bin/glib-compile-resources)
-Dependency gio-2.0 found: YES 2.84.2 (cached)
-Program /usr/bin/glib-compile-resources found: YES (/usr/bin/glib-compile-resources)
-Dependency gio-2.0 found: YES 2.84.2 (cached)
-Program /usr/bin/glib-compile-resources found: YES (/usr/bin/glib-compile-resources)
-Dependency gio-2.0 found: YES 2.84.2 (cached)
-Program /usr/bin/glib-compile-resources found: YES (/usr/bin/glib-compile-resources)
-Dependency gio-2.0 found: YES 2.84.2 (cached)
-Program /usr/bin/glib-compile-resources found: YES (/usr/bin/glib-compile-resources)
-Dependency gio-2.0 found: YES 2.84.2 (cached)
-Program /usr/bin/glib-compile-resources found: YES (/usr/bin/glib-compile-resources)
-Dependency gio-2.0 found: YES 2.84.2 (cached)
-Program /usr/bin/glib-compile-resources found: YES (/usr/bin/glib-compile-resources)
-Program msginit found: YES (/usr/bin/msginit)
-Program msgmerge found: YES (/usr/bin/msgmerge)
-Program xgettext found: YES (/usr/bin/xgettext)
-Dependency gio-2.0 found: YES 2.84.2 (cached)
-Program /usr/bin/glib-compile-schemas found: YES (/usr/bin/glib-compile-schemas)
-Program gtk4-update-icon-cache found: YES (/usr/bin/gtk4-update-icon-cache)
-Program update-desktop-database found: YES (/usr/bin/update-desktop-database)
-Build targets in project: 136
-
-valent 1.0.0.alpha.46
-
- Build
- Documentation : false
- Introspection : true
- VAPI : true
- Optimization : plain
- Plugins : true
- Tests : false
- Tracing : false
- Debugging : false
-
- Subprojects
- gvc : YES
-
- User defined options
- auto_features : enabled
- b_pie : true
- buildtype : plain
- libexecdir : lib
- prefix : /usr
- python.bytecompile: 1
- sbindir : bin
- wrap_mode : nodownload
-
-Found ninja-1.12.1 at /usr/bin/ninja
- Generating targets: 0%| | 0/136 eta ? Generating targets: 60%|█████▉ | 81/136 eta 00:00 Writing build.ninja: 0%| | 0/374 eta ? ninja: Entering directory `/home/cjennings/.cache/yay/valent/src/build'
-[1/338] Generating src/libvalent/core/valent-version-vcs.h with a custom command
-[2/338] Generating GObject enum file src/libvalent/core/valent-core-enums.c (wrapped by meson because command contains newlines, to capture output)
-[3/338] Generating GObject enum file src/libvalent/messages/valent-messages-enums.c (wrapped by meson because command contains newlines, to capture output)
-[4/338] Generating src/libvalent/messages/libvalent-messages-resources_h with a custom command
-[5/338] Generating src/libvalent/messages/libvalent-messages-resources_c with a custom command
-[6/338] Generating GObject enum file src/libvalent/media/valent-media-enums.h (wrapped by meson because command contains newlines, to capture output)
-[7/338] Generating GObject enum file src/libvalent/media/valent-media-enums.c (wrapped by meson because command contains newlines, to capture output)
-[8/338] Generating GObject enum file src/libvalent/core/valent-core-enums.h (wrapped by meson because command contains newlines, to capture output)
-[9/338] Generating src/libvalent/device/libvalent-device-resources_c with a custom command
-[10/338] Generating src/libvalent/device/libvalent-device-resources_h with a custom command
-[11/338] Generating GObject enum file src/libvalent/messages/valent-messages-enums.h (wrapped by meson because command contains newlines, to capture output)
-[12/338] Merging translations for src/plugins/battery/battery.plugin
-[13/338] Generating GObject enum file src/libvalent/mixer/valent-mixer-enums.c (wrapped by meson because command contains newlines, to capture output)
-[14/338] Generating GObject enum file src/libvalent/device/valent-device-enums.c (wrapped by meson because command contains newlines, to capture output)
-[15/338] Merging translations for src/plugins/clipboard/clipboard.plugin
-[16/338] Generating GObject enum file src/libvalent/mixer/valent-mixer-enums.h (wrapped by meson because command contains newlines, to capture output)
-[17/338] Generating GObject enum file src/libvalent/device/valent-device-enums.h (wrapped by meson because command contains newlines, to capture output)
-[18/338] Merging translations for src/plugins/contacts/contacts.plugin
-[19/338] Merging translations for src/plugins/connectivity_report/connectivity_report.plugin
-[20/338] Merging translations for src/plugins/fdo/fdo.plugin
-[21/338] Merging translations for src/plugins/eds/eds.plugin
-[22/338] Merging translations for src/plugins/lan/lan.plugin
-[23/338] Merging translations for src/plugins/findmyphone/findmyphone.plugin
-[24/338] Merging translations for src/plugins/gtk/gtk.plugin
-[25/338] Merging translations for src/plugins/gnome/gnome.plugin
-[26/338] Merging translations for src/plugins/mousepad/mousepad.plugin
-[27/338] Merging translations for src/plugins/lock/lock.plugin
-[28/338] Merging translations for src/plugins/mpris/mpris.plugin
-[29/338] Merging translations for src/plugins/notification/notification.plugin
-[30/338] Merging translations for src/plugins/ping/ping.plugin
-[31/338] Merging translations for src/plugins/presenter/presenter.plugin
-[32/338] Merging translations for src/plugins/pipewire/pipewire.plugin
-[33/338] Merging translations for src/plugins/pulseaudio/pulseaudio.plugin
-[34/338] Merging translations for src/plugins/share/share.plugin
-[35/338] Merging translations for src/plugins/sftp/sftp.plugin
-[36/338] Merging translations for src/plugins/sms/sms.plugin
-[37/338] Merging translations for src/plugins/systemvolume/systemvolume.plugin
-[38/338] Merging translations for src/plugins/runcommand/runcommand.plugin
-[39/338] Merging translations for src/plugins/xdp/xdp.plugin
-[40/338] Compiling C object src/libvalent/libvalent-1.so.1.p/meson-generated_.._media_valent-media-enums.c.o
-[41/338] Merging translations for src/plugins/telephony/telephony.plugin
-[42/338] Compiling C object src/libvalent/libvalent-1.so.1.p/meson-generated_.._core_valent-core-enums.c.o
-[43/338] Compiling C object src/libvalent/libvalent-1.so.1.p/meson-generated_.._messages_libvalent-messages-resources.c.o
-[44/338] Compiling C object src/libvalent/libvalent-1.so.1.p/meson-generated_.._device_libvalent-device-resources.c.o
-[45/338] Compiling C object src/libvalent/libvalent-1.so.1.p/meson-generated_.._messages_valent-messages-enums.c.o
-[46/338] Compiling C object src/libvalent/libvalent-1.so.1.p/core_valent-application.c.o
-[47/338] Compiling C object src/libvalent/libvalent-1.so.1.p/meson-generated_.._mixer_valent-mixer-enums.c.o
-[48/338] Compiling C object src/libvalent/libvalent-1.so.1.p/meson-generated_.._device_valent-device-enums.c.o
-[49/338] Compiling C object src/libvalent/libvalent-1.so.1.p/core_valent-debug.c.o
-[50/338] Compiling C object src/libvalent/libvalent-1.so.1.p/core_valent-context.c.o
-[51/338] Compiling C object src/libvalent/libvalent-1.so.1.p/core_valent-application-plugin.c.o
-[52/338] Compiling C object src/libvalent/libvalent-1.so.1.p/core_valent-global.c.o
-[53/338] Compiling C object src/libvalent/libvalent-1.so.1.p/core_valent-extension.c.o
-[54/338] Compiling C object src/libvalent/libvalent-1.so.1.p/core_valent-component.c.o
-[55/338] Compiling C object src/libvalent/libvalent-1.so.1.p/core_valent-version.c.o
-[56/338] Compiling C object src/libvalent/libvalent-1.so.1.p/core_valent-object.c.o
-[57/338] Compiling C object src/libvalent/libvalent-1.so.1.p/core_valent-transfer.c.o
-[58/338] Compiling C object src/libvalent/libvalent-1.so.1.p/clipboard_valent-clipboard-adapter.c.o
-[59/338] Compiling C object src/libvalent/libvalent-1.so.1.p/contacts_valent-contact-store.c.o
-[60/338] Compiling C object src/libvalent/libvalent-1.so.1.p/contacts_valent-contact-cache.c.o
-[61/338] Compiling C object src/libvalent/libvalent-1.so.1.p/clipboard_valent-clipboard.c.o
-[62/338] Compiling C object src/libvalent/libvalent-1.so.1.p/contacts_valent-contacts-adapter.c.o
-[63/338] Compiling C object src/libvalent/libvalent-1.so.1.p/media_valent-media.c.o
-[64/338] Compiling C object src/libvalent/libvalent-1.so.1.p/input_valent-input.c.o
-[65/338] Compiling C object src/libvalent/libvalent-1.so.1.p/input_valent-input-adapter.c.o
-[66/338] Compiling C object src/libvalent/libvalent-1.so.1.p/messages_valent-messages.c.o
-[67/338] Compiling C object src/libvalent/libvalent-1.so.1.p/media_valent-media-player.c.o
-[68/338] Compiling C object src/libvalent/libvalent-1.so.1.p/media_valent-media-adapter.c.o
-[69/338] Compiling C object src/libvalent/libvalent-1.so.1.p/messages_valent-message.c.o
-[70/338] Compiling C object src/libvalent/libvalent-1.so.1.p/messages_valent-message-attachment.c.o
-[71/338] Compiling C object src/libvalent/libvalent-1.so.1.p/mixer_valent-mixer.c.o
-[72/338] Compiling C object src/libvalent/libvalent-1.so.1.p/contacts_valent-contacts.c.o
-[73/338] Compiling C object src/libvalent/libvalent-1.so.1.p/mixer_valent-mixer-adapter.c.o
-[74/338] Compiling C object src/libvalent/libvalent-1.so.1.p/mixer_valent-mixer-stream.c.o
-[75/338] Compiling C object src/libvalent/libvalent-1.so.1.p/messages_valent-message-thread.c.o
-[76/338] Compiling C object src/libvalent/libvalent-1.so.1.p/notifications_valent-notifications-adapter.c.o
-[77/338] Compiling C object src/libvalent/libvalent-1.so.1.p/notifications_valent-notification.c.o
-[78/338] Compiling C object src/libvalent/libvalent-1.so.1.p/messages_valent-messages-adapter.c.o
-[79/338] Compiling C object src/libvalent/libvalent-1.so.1.p/notifications_valent-notifications.c.o
-[80/338] Compiling C object src/libvalent/libvalent-1.so.1.p/session_valent-session.c.o
-[81/338] Compiling C object src/libvalent/libvalent-1.so.1.p/device_valent-channel-service.c.o
-[82/338] Compiling C object src/libvalent/libvalent-1.so.1.p/device_libvalent-device.c.o
-[83/338] Compiling C object src/libvalent/libvalent-1.so.1.p/device_valent-certificate.c.o
-[84/338] Compiling C object src/libvalent/libvalent-1.so.1.p/session_valent-session-adapter.c.o
-[85/338] Compiling C object src/libvalent/libvalent-1.so.1.p/device_valent-device-impl.c.o
-[86/338] Compiling C object src/libvalent/libvalent-1.so.1.p/device_valent-device-plugin.c.o
-[87/338] Compiling C object src/libvalent/libvalent-1.so.1.p/device_valent-channel.c.o
-[88/338] Generating src/plugins/battery/battery-resources_c with a custom command
-[89/338] Generating src/plugins/clipboard/clipboard-resources_c with a custom command
-[90/338] Generating src/plugins/battery/battery-resources_h with a custom command
-[91/338] Generating src/plugins/clipboard/clipboard-resources_h with a custom command
-[92/338] Generating src/plugins/connectivity_report/connectivity_report-resources_c with a custom command
-[93/338] Generating src/plugins/connectivity_report/connectivity_report-resources_h with a custom command
-[94/338] Generating src/plugins/contacts/contacts-resources_c with a custom command
-[95/338] Generating src/plugins/contacts/contacts-resources_h with a custom command
-[96/338] Generating src/plugins/eds/eds-resources_c with a custom command
-[97/338] Compiling C object src/libvalent/libvalent-1.so.1.p/device_valent-packet.c.o
-[98/338] Generating src/plugins/eds/eds-resources_h with a custom command
-[99/338] Generating src/plugins/fdo/fdo-resources_h with a custom command
-[100/338] Generating src/plugins/fdo/fdo-resources_c with a custom command
-[101/338] Generating src/plugins/findmyphone/findmyphone-resources_h with a custom command
-[102/338] Generating src/plugins/findmyphone/findmyphone-resources_c with a custom command
-[103/338] Generating src/plugins/gtk/gtk-resources_c with a custom command
-[104/338] Generating src/plugins/gtk/gtk-resources_h with a custom command
-[105/338] Generating src/plugins/lan/lan-resources_c with a custom command
-[106/338] Generating src/plugins/lan/lan-resources_h with a custom command
-[107/338] Compiling C object src/libvalent/libvalent-1.so.1.p/device_valent-device-manager.c.o
-[108/338] Generating src/plugins/lock/lock-resources_c with a custom command
-[109/338] Generating src/plugins/mousepad/mousepad-resources_c with a custom command
-[110/338] Generating src/plugins/lock/lock-resources_h with a custom command
-[111/338] Compiling C object src/libvalent/libvalent-1.so.1.p/device_valent-device-transfer.c.o
-[112/338] Generating src/plugins/mousepad/mousepad-resources_h with a custom command
-[113/338] Generating src/plugins/notification/notification-resources_c with a custom command
-[114/338] Generating src/plugins/mpris/mpris-resources_c with a custom command
-[115/338] Generating src/plugins/notification/notification-resources_h with a custom command
-[116/338] Generating src/plugins/mpris/mpris-resources_h with a custom command
-[117/338] Generating src/plugins/ping/ping-resources_h with a custom command
-[118/338] Generating src/plugins/ping/ping-resources_c with a custom command
-[119/338] Generating src/plugins/pipewire/pipewire-resources_c with a custom command
-[120/338] Generating src/plugins/pipewire/pipewire-resources_h with a custom command
-[121/338] Generating src/plugins/presenter/presenter-resources_h with a custom command
-[122/338] Generating src/plugins/presenter/presenter-resources_c with a custom command
-[123/338] Generating src/plugins/pulseaudio/pulseaudio-resources_c with a custom command
-[124/338] Generating src/plugins/pulseaudio/pulseaudio-resources_h with a custom command
-[125/338] Generating src/plugins/runcommand/runcommand-resources_c with a custom command
-[126/338] Generating src/plugins/runcommand/runcommand-resources_h with a custom command
-[127/338] Generating src/plugins/sftp/sftp-resources_c with a custom command
-[128/338] Generating src/plugins/sftp/sftp-resources_h with a custom command
-[129/338] Generating src/plugins/share/share-resources_c with a custom command
-[130/338] Generating src/plugins/share/share-resources_h with a custom command
-[131/338] Generating src/plugins/sms/sms-resources_c with a custom command
-[132/338] Compiling C object src/libvalent/libvalent-1.so.1.p/device_valent-device.c.o
-[133/338] Generating src/plugins/sms/sms-resources_h with a custom command
-[134/338] Generating src/plugins/systemvolume/systemvolume-resources_h with a custom command
-[135/338] Generating src/plugins/systemvolume/systemvolume-resources_c with a custom command
-[136/338] Generating src/plugins/telephony/telephony-resources_c with a custom command
-[137/338] Generating src/plugins/xdp/xdp-resources_c with a custom command
-[138/338] Generating src/plugins/telephony/telephony-resources_h with a custom command
-[139/338] Generating src/plugins/xdp/xdp-resources_h with a custom command
-[140/338] Generating GObject enum file subprojects/gvc/gvc-enum-types.c (wrapped by meson because command contains newlines, to capture output)
-[141/338] Generating GObject enum file subprojects/gvc/gvc-enum-types.h (wrapped by meson because command contains newlines, to capture output)
-[142/338] Compiling C object src/plugins/battery/libplugin-battery.a.p/meson-generated_.._battery-resources.c.o
-[143/338] Generating src/plugins/gnome/gnome-resources_c with a custom command
-[144/338] Generating src/plugins/gnome/gnome-resources_h with a custom command
-[145/338] Compiling C object src/plugins/battery/libplugin-battery.a.p/battery-plugin.c.o
-[146/338] Compiling C object src/plugins/clipboard/libplugin-clipboard.a.p/meson-generated_.._clipboard-resources.c.o
-[147/338] Compiling C object src/plugins/battery/libplugin-battery.a.p/valent-battery.c.o
-[148/338] Compiling C object src/plugins/battery/libplugin-battery.a.p/valent-battery-plugin.c.o
-[149/338] Compiling C object src/plugins/clipboard/libplugin-clipboard.a.p/valent-clipboard-plugin.c.o
-[150/338] Compiling C object src/plugins/connectivity_report/libplugin-connectivity_report.a.p/meson-generated_.._connectivity_report-resources.c.o
-[151/338] Compiling C object src/plugins/connectivity_report/libplugin-connectivity_report.a.p/connectivity_report-plugin.c.o
-[152/338] Compiling C object src/plugins/contacts/libplugin-contacts.a.p/meson-generated_.._contacts-resources.c.o
-[153/338] Compiling C object src/plugins/clipboard/libplugin-clipboard.a.p/clipboard-plugin.c.o
-[154/338] Compiling C object src/plugins/eds/libplugin-eds.a.p/meson-generated_.._eds-resources.c.o
-[155/338] Compiling C object src/plugins/connectivity_report/libplugin-connectivity_report.a.p/valent-telephony.c.o
-[156/338] Compiling C object src/plugins/connectivity_report/libplugin-connectivity_report.a.p/valent-connectivity_report-plugin.c.o
-[157/338] Compiling C object src/plugins/eds/libplugin-eds.a.p/valent-ebook-adapter.c.o
-[158/338] Compiling C object src/plugins/contacts/libplugin-contacts.a.p/valent-contacts-plugin.c.o
-[159/338] Compiling C object src/plugins/contacts/libplugin-contacts.a.p/contacts-plugin.c.o
-[160/338] Compiling C object src/plugins/eds/libplugin-eds.a.p/eds-plugin.c.o
-[161/338] Compiling C object src/plugins/fdo/libplugin-fdo.a.p/meson-generated_.._fdo-resources.c.o
-[162/338] Compiling C object src/plugins/eds/libplugin-eds.a.p/valent-ebook-store.c.o
-[163/338] Compiling C object src/plugins/eds/libplugin-eds.a.p/valent-eds-utils.c.o
-[164/338] Compiling C object src/plugins/findmyphone/libplugin-findmyphone.a.p/meson-generated_.._findmyphone-resources.c.o
-[165/338] Compiling C object src/plugins/fdo/libplugin-fdo.a.p/fdo-plugin.c.o
-[166/338] Compiling C object src/plugins/findmyphone/libplugin-findmyphone.a.p/findmyphone-plugin.c.o
-[167/338] Compiling C object src/plugins/fdo/libplugin-fdo.a.p/valent-fdo-session.c.o
-[168/338] Compiling C object src/plugins/fdo/libplugin-fdo.a.p/valent-fdo-notifications.c.o
-[169/338] Compiling C object src/plugins/findmyphone/libplugin-findmyphone.a.p/valent-findmyphone-ringer.c.o
-[170/338] Compiling C object src/plugins/findmyphone/libplugin-findmyphone.a.p/valent-findmyphone-plugin.c.o
-[171/338] Compiling C object src/plugins/gnome/libplugin-gnome.a.p/meson-generated_.._gnome-resources.c.o
-[172/338] Compiling C object src/plugins/gnome/libplugin-gnome.a.p/valent-mutter-input.c.o
-[173/338] Compiling C object src/plugins/gnome/libplugin-gnome.a.p/valent-mutter-clipboard.c.o
-[174/338] Compiling C object src/plugins/gnome/libplugin-gnome.a.p/valent-contact-page.c.o
-[175/338] Linking target src/libvalent/libvalent-1.so.1
-[176/338] Compiling C object src/plugins/gnome/libplugin-gnome.a.p/valent-contact-row.c.o
-[177/338] Compiling C object src/plugins/gnome/libplugin-gnome.a.p/gnome-plugin.c.o
-[178/338] Compiling C object src/plugins/gnome/libplugin-gnome.a.p/valent-conversation-page.c.o
-[179/338] Compiling C object src/plugins/gnome/libplugin-gnome.a.p/valent-date-label.c.o
-[180/338] Compiling C object src/plugins/gnome/libplugin-gnome.a.p/valent-device-page.c.o
-[181/338] Compiling C object src/plugins/gnome/libplugin-gnome.a.p/valent-conversation-row.c.o
-[182/338] Compiling C object src/plugins/gnome/libplugin-gnome.a.p/valent-device-preferences-battery.c.o
-[183/338] Compiling C object src/plugins/gnome/libplugin-gnome.a.p/valent-device-preferences-group.c.o
-[184/338] Compiling C object src/plugins/gnome/libplugin-gnome.a.p/valent-device-preferences-dialog.c.o
-[185/338] Compiling C object src/plugins/gnome/libplugin-gnome.a.p/valent-device-preferences-clipboard.c.o
-[186/338] Compiling C object src/plugins/gnome/libplugin-gnome.a.p/valent-device-row.c.o
-[187/338] Compiling C object src/plugins/gnome/libplugin-gnome.a.p/valent-device-preferences-commands-editor.c.o
-[188/338] Compiling C object src/plugins/gnome/libplugin-gnome.a.p/valent-device-preferences-commands.c.o
-[189/338] Compiling C object src/plugins/gnome/libplugin-gnome.a.p/valent-device-preferences-contacts.c.o
-[190/338] Compiling C object src/plugins/gnome/libplugin-gnome.a.p/valent-device-preferences-notification.c.o
-[191/338] Compiling C object src/plugins/gnome/libplugin-gnome.a.p/valent-device-preferences-share.c.o
-[192/338] Compiling C object src/plugins/gnome/libplugin-gnome.a.p/valent-device-preferences-connectivity.c.o
-[193/338] Compiling C object src/plugins/gnome/libplugin-gnome.a.p/valent-device-preferences-sftp.c.o
-[194/338] Compiling C object src/plugins/gnome/libplugin-gnome.a.p/valent-menu-stack.c.o
-[195/338] Compiling C object src/plugins/gnome/libplugin-gnome.a.p/valent-device-preferences-telephony.c.o
-[196/338] Compiling C object src/plugins/gnome/libplugin-gnome.a.p/valent-input-remote.c.o
-[197/338] Compiling C object src/plugins/gnome/libplugin-gnome.a.p/valent-media-window.c.o
-[198/338] Compiling C object src/plugins/gnome/libplugin-gnome.a.p/valent-media-remote.c.o
-[199/338] Compiling C object src/plugins/gnome/libplugin-gnome.a.p/valent-message-row.c.o
-[200/338] Compiling C object src/plugins/gnome/libplugin-gnome.a.p/valent-menu-list.c.o
-[201/338] Compiling C object src/plugins/gnome/libplugin-gnome.a.p/valent-preferences-dialog.c.o
-[202/338] Compiling C object src/plugins/gnome/libplugin-gnome.a.p/valent-messages-window.c.o
-[203/338] Compiling C object src/plugins/gnome/libplugin-gnome.a.p/valent-notification-dialog.c.o
-[204/338] Compiling C object src/plugins/gnome/libplugin-gnome.a.p/valent-plugin-row.c.o
-[205/338] Compiling C object src/plugins/gnome/libplugin-gnome.a.p/valent-presenter-remote.c.o
-[206/338] Compiling C object src/plugins/gnome/libplugin-gnome.a.p/valent-ui-manager.c.o
-[207/338] Compiling C object src/plugins/gnome/libplugin-gnome.a.p/valent-time-helpers.c.o
-[208/338] Compiling C object src/plugins/gnome/libplugin-gnome.a.p/valent-ui-main.c.o
-[209/338] Compiling C object src/plugins/gtk/libplugin-gtk.a.p/meson-generated_.._gtk-resources.c.o
-[210/338] Compiling C object src/plugins/gnome/libplugin-gnome.a.p/valent-ui-utils.c.o
-[211/338] Compiling C object src/plugins/gnome/libplugin-gnome.a.p/valent-share-dialog.c.o
-[212/338] Compiling C object src/plugins/gnome/libplugin-gnome.a.p/valent-ui-utils-contacts.c.o
-[213/338] Compiling C object src/plugins/lan/libplugin-lan.a.p/meson-generated_.._lan-resources.c.o
-[214/338] Compiling C object src/plugins/gtk/libplugin-gtk.a.p/valent-gdk-clipboard.c.o
-[215/338] Compiling C object src/plugins/gtk/libplugin-gtk.a.p/valent-gtk-notifications.c.o
-[216/338] Compiling C object src/plugins/gnome/libplugin-gnome.a.p/valent-ui-utils-messages.c.o
-[217/338] Compiling C object src/plugins/lan/libplugin-lan.a.p/lan-plugin.c.o
-[218/338] Compiling C object src/plugins/lan/libplugin-lan.a.p/valent-lan-channel-service.c.o
-[219/338] Compiling C object src/plugins/gtk/libplugin-gtk.a.p/gtk-plugin.c.o
-[220/338] Compiling C object src/plugins/lan/libplugin-lan.a.p/valent-lan-dnssd.c.o
-[221/338] Compiling C object src/plugins/gnome/libplugin-gnome.a.p/valent-window.c.o
-[222/338] Compiling C object src/plugins/lock/libplugin-lock.a.p/meson-generated_.._lock-resources.c.o
-[223/338] Compiling C object src/plugins/mousepad/libplugin-mousepad.a.p/meson-generated_.._mousepad-resources.c.o
-[224/338] Compiling C object src/plugins/lock/libplugin-lock.a.p/lock-plugin.c.o
-[225/338] Compiling C object src/plugins/lock/libplugin-lock.a.p/valent-lock-plugin.c.o
-[226/338] Compiling C object src/plugins/lan/libplugin-lan.a.p/valent-lan-channel.c.o
-[227/338] Compiling C object src/plugins/mousepad/libplugin-mousepad.a.p/valent-mousepad-keydef.c.o
-[228/338] Compiling C object src/plugins/lan/libplugin-lan.a.p/valent-lan-utils.c.o
-[229/338] Compiling C object src/plugins/mpris/libplugin-mpris.a.p/meson-generated_.._mpris-resources.c.o
-[230/338] Compiling C object src/plugins/mpris/libplugin-mpris.a.p/mpris-plugin.c.o
-[231/338] Compiling C object src/plugins/mousepad/libplugin-mousepad.a.p/valent-mousepad-plugin.c.o
-[232/338] Compiling C object src/plugins/mpris/libplugin-mpris.a.p/valent-mpris-adapter.c.o
-[233/338] Compiling C object src/plugins/mpris/libplugin-mpris.a.p/valent-mpris-impl.c.o
-[234/338] Compiling C object src/plugins/mousepad/libplugin-mousepad.a.p/mousepad-plugin.c.o
-[235/338] Compiling C object src/plugins/mousepad/libplugin-mousepad.a.p/valent-mousepad-device.c.o
-[236/338] Compiling C object src/plugins/notification/libplugin-notification.a.p/meson-generated_.._notification-resources.c.o
-[237/338] Compiling C object src/plugins/mpris/libplugin-mpris.a.p/valent-mpris-utils.c.o
-[238/338] Compiling C object src/plugins/mpris/libplugin-mpris.a.p/valent-mpris-device.c.o
-[239/338] Compiling C object src/plugins/mpris/libplugin-mpris.a.p/valent-mpris-player.c.o
-[240/338] Compiling C object src/plugins/mpris/libplugin-mpris.a.p/valent-mpris-plugin.c.o
-[241/338] Compiling C object src/plugins/ping/libplugin-ping.a.p/meson-generated_.._ping-resources.c.o
-[242/338] Compiling C object src/plugins/pipewire/libplugin-pipewire.a.p/meson-generated_.._pipewire-resources.c.o
-[243/338] Compiling C object src/plugins/notification/libplugin-notification.a.p/valent-notification-plugin.c.o
-[244/338] Compiling C object src/plugins/notification/libplugin-notification.a.p/notification-plugin.c.o
-[245/338] Compiling C object src/plugins/ping/libplugin-ping.a.p/valent-ping-plugin.c.o
-[246/338] Compiling C object src/plugins/ping/libplugin-ping.a.p/ping-plugin.c.o
-[247/338] Compiling C object src/plugins/pipewire/libplugin-pipewire.a.p/pipewire-plugin.c.o
-[248/338] Compiling C object src/plugins/presenter/libplugin-presenter.a.p/meson-generated_.._presenter-resources.c.o
-[249/338] Compiling C object src/plugins/notification/libplugin-notification.a.p/valent-notification-upload.c.o
-[250/338] Compiling C object subprojects/gvc/libgvc.a.p/meson-generated_.._gvc-enum-types.c.o
-[251/338] Compiling C object src/plugins/presenter/libplugin-presenter.a.p/presenter-plugin.c.o
-[252/338] Compiling C object src/plugins/pipewire/libplugin-pipewire.a.p/valent-pipewire-stream.c.o
-[253/338] Compiling C object subprojects/gvc/libgvc.a.p/gvc-channel-map.c.o
-[254/338] Compiling C object src/plugins/presenter/libplugin-presenter.a.p/valent-presenter-plugin.c.o
-[255/338] Compiling C object subprojects/gvc/libgvc.a.p/gvc-mixer-event-role.c.o
-[256/338] Compiling C object subprojects/gvc/libgvc.a.p/gvc-mixer-card.c.o
-[257/338] Compiling C object src/plugins/pipewire/libplugin-pipewire.a.p/valent-pipewire-mixer.c.o
-[258/338] Compiling C object subprojects/gvc/libgvc.a.p/gvc-mixer-sink.c.o
-[259/338] Compiling C object subprojects/gvc/libgvc.a.p/gvc-mixer-control.c.o
-[260/338] Compiling C object subprojects/gvc/libgvc.a.p/gvc-mixer-source.c.o
-[261/338] Compiling C object subprojects/gvc/libgvc.a.p/gvc-mixer-sink-input.c.o
-[262/338] Compiling C object subprojects/gvc/libgvc.a.p/gvc-mixer-ui-device.c.o
-[263/338] Compiling C object subprojects/gvc/libgvc.a.p/gvc-mixer-source-output.c.o
-[264/338] Compiling C object subprojects/gvc/libgvc.a.p/gvc-mixer-stream.c.o
-[265/338] Compiling C object src/plugins/pulseaudio/libplugin-pulseaudio.a.p/meson-generated_.._pulseaudio-resources.c.o
-[266/338] Compiling C object src/plugins/runcommand/libplugin-runcommand.a.p/meson-generated_.._runcommand-resources.c.o
-[267/338] Compiling C object src/plugins/pulseaudio/libplugin-pulseaudio.a.p/valent-pa-mixer.c.o
-[268/338] Compiling C object src/plugins/runcommand/libplugin-runcommand.a.p/runcommand-plugin.c.o
-[269/338] Compiling C object src/plugins/pulseaudio/libplugin-pulseaudio.a.p/pulseaudio-plugin.c.o
-[270/338] Compiling C object src/plugins/sftp/libplugin-sftp.a.p/meson-generated_.._sftp-resources.c.o
-[271/338] Compiling C object src/plugins/runcommand/libplugin-runcommand.a.p/valent-runcommand-utils.c.o
-[272/338] Compiling C object src/plugins/pulseaudio/libplugin-pulseaudio.a.p/valent-pa-stream.c.o
-[273/338] Compiling C object src/plugins/share/libplugin-share.a.p/meson-generated_.._share-resources.c.o
-[274/338] Compiling C object src/plugins/sftp/libplugin-sftp.a.p/sftp-plugin.c.o
-[275/338] Compiling C object src/plugins/runcommand/libplugin-runcommand.a.p/valent-runcommand-plugin.c.o
-[276/338] Compiling C object src/plugins/sftp/libplugin-sftp.a.p/valent-sftp-plugin.c.o
-[277/338] Compiling C object src/plugins/share/libplugin-share.a.p/share-plugin.c.o
-[278/338] Compiling C object src/plugins/share/libplugin-share.a.p/valent-share-download.c.o
-[279/338] Compiling C object src/plugins/sms/libplugin-sms.a.p/meson-generated_.._sms-resources.c.o
-[280/338] Compiling C object src/plugins/sms/libplugin-sms.a.p/sms-plugin.c.o
-[281/338] Compiling C object src/plugins/sms/libplugin-sms.a.p/valent-sms-device.c.o
-[282/338] Compiling C object src/plugins/systemvolume/libplugin-systemvolume.a.p/meson-generated_.._systemvolume-resources.c.o
-[283/338] Compiling C object src/plugins/share/libplugin-share.a.p/valent-share-plugin.c.o
-[284/338] Compiling C object src/plugins/share/libplugin-share.a.p/valent-share-upload.c.o
-[285/338] Compiling C object src/plugins/systemvolume/libplugin-systemvolume.a.p/systemvolume-plugin.c.o
-[286/338] Compiling C object src/plugins/telephony/libplugin-telephony.a.p/meson-generated_.._telephony-resources.c.o
-[287/338] Compiling C object src/plugins/systemvolume/libplugin-systemvolume.a.p/valent-systemvolume-plugin.c.o
-[288/338] Compiling C object src/plugins/sms/libplugin-sms.a.p/valent-sms-plugin.c.o
-[289/338] Compiling C object src/plugins/xdp/libplugin-xdp.a.p/meson-generated_.._xdp-resources.c.o
-[290/338] Compiling C object src/plugins/telephony/libplugin-telephony.a.p/telephony-plugin.c.o
-[291/338] Compiling C object src/plugins/xdp/libplugin-xdp.a.p/valent-xdp-input.c.o
-[292/338] Compiling C object src/plugins/xdp/libplugin-xdp.a.p/xdp-plugin.c.o
-[293/338] Compiling C object src/plugins/xdp/libplugin-xdp.a.p/valent-xdp-session.c.o
-[294/338] Linking static target src/plugins/battery/libplugin-battery.a
-[295/338] Linking static target src/plugins/clipboard/libplugin-clipboard.a
-[296/338] Linking static target src/plugins/connectivity_report/libplugin-connectivity_report.a
-[297/338] Linking static target src/plugins/contacts/libplugin-contacts.a
-[298/338] Compiling C object src/plugins/telephony/libplugin-telephony.a.p/valent-telephony-plugin.c.o
-[299/338] Linking static target src/plugins/eds/libplugin-eds.a
-[300/338] Linking static target src/plugins/fdo/libplugin-fdo.a
-[301/338] Linking static target src/plugins/findmyphone/libplugin-findmyphone.a
-[302/338] Linking static target src/plugins/gtk/libplugin-gtk.a
-[303/338] Linking static target src/plugins/gnome/libplugin-gnome.a
-[304/338] Linking static target src/plugins/lock/libplugin-lock.a
-[305/338] Linking static target src/plugins/lan/libplugin-lan.a
-[306/338] Linking static target src/plugins/mousepad/libplugin-mousepad.a
-[307/338] Linking static target src/plugins/mpris/libplugin-mpris.a
-[308/338] Linking static target src/plugins/notification/libplugin-notification.a
-[309/338] Linking static target src/plugins/pipewire/libplugin-pipewire.a
-[310/338] Generating symbol file src/libvalent/libvalent-1.so.1.p/libvalent-1.so.1.symbols
-[311/338] Linking static target src/plugins/presenter/libplugin-presenter.a
-[312/338] Linking static target src/plugins/ping/libplugin-ping.a
-[313/338] Linking static target subprojects/gvc/libgvc.a
-[314/338] Linking static target src/plugins/pulseaudio/libplugin-pulseaudio.a
-[315/338] Linking static target src/plugins/runcommand/libplugin-runcommand.a
-[316/338] Linking static target src/plugins/sftp/libplugin-sftp.a
-[317/338] Linking static target src/plugins/sms/libplugin-sms.a
-[318/338] Linking static target src/plugins/share/libplugin-share.a
-[319/338] Linking static target src/plugins/systemvolume/libplugin-systemvolume.a
-[320/338] Linking static target src/plugins/telephony/libplugin-telephony.a
-[321/338] Merging translations for data/ca.andyholmes.Valent.desktop
-[322/338] Merging translations for data/metainfo/ca.andyholmes.Valent.metainfo.xml
-[323/338] Building translation po/en/LC_MESSAGES/valent-en.mo
-[324/338] Building translation po/nl/LC_MESSAGES/valent-nl.mo
-[325/338] Compiling C object src/plugins/xdp/libplugin-xdp.a.p/valent-xdp-utils.c.o
-[326/338] Building translation po/fr/LC_MESSAGES/valent-fr.mo
-[327/338] Building translation po/it/LC_MESSAGES/valent-it.mo
-[328/338] Building translation po/pt_BR/LC_MESSAGES/valent-pt_BR.mo
-[329/338] Building translation po/zh_CN/LC_MESSAGES/valent-zh_CN.mo
-[330/338] Building translation po/es/LC_MESSAGES/valent-es.mo
-[331/338] Merging translations for data/ca.andyholmes.Valent-autostart.desktop
-[332/338] Compiling C object src/plugins/xdp/libplugin-xdp.a.p/valent-xdp-background.c.o
-[333/338] Linking static target src/plugins/xdp/libplugin-xdp.a
-[334/338] Compiling C object src/valent.p/main.c.o
-[335/338] Generating src/libvalent/Valent-1.gir with a custom command (wrapped by meson to set env)
-[336/338] Generating src/libvalent/Valent-1.typelib with a custom command
-[337/338] Generating src/libvalent/libvalent-1.vapi with a custom command
-camel-1.2.vapi:1023.3-1023.33: warning: Creation method of abstract class cannot be public.
-[338/338] Linking target src/valent
-INFO: autodetecting backend as ninja
-INFO: calculating backend command to run: /usr/bin/ninja -C /home/cjennings/.cache/yay/valent/src/build
-==> Starting check()...
-ninja: Entering directory `/home/cjennings/.cache/yay/valent/src/build'
-ninja: no work to do.
-1/2 Validate Desktop files OK 0.01s
-2/2 Validate AppStream file OK 0.04s
-
-Ok: 2
-Fail: 0
-
-Full log written to /home/cjennings/.cache/yay/valent/src/build/meson-logs/testlog.txt
-==> Entering fakeroot environment...
-==> Starting package()...
-ninja: Entering directory `/home/cjennings/.cache/yay/valent/src/build'
-[1/7] Generating src/libvalent/core/valent-version-vcs.h with a custom command
-Installing data/metainfo/ca.andyholmes.Valent.metainfo.xml to /home/cjennings/.cache/yay/valent/pkg/valent/usr/share/metainfo
-Installing data/ca.andyholmes.Valent.desktop to /home/cjennings/.cache/yay/valent/pkg/valent/usr/share/applications
-Installing data/ca.andyholmes.Valent-autostart.desktop to /home/cjennings/.cache/yay/valent/pkg/valent/etc/xdg/autostart
-Installing src/libvalent/core/valent-core-enums.h to /home/cjennings/.cache/yay/valent/pkg/valent/usr/include/libvalent-1/libvalent/core
-Installing src/libvalent/media/valent-media-enums.h to /home/cjennings/.cache/yay/valent/pkg/valent/usr/include/libvalent-1/libvalent/media
-Installing src/libvalent/messages/valent-messages-enums.h to /home/cjennings/.cache/yay/valent/pkg/valent/usr/include/libvalent-1/libvalent/messages
-Installing src/libvalent/mixer/valent-mixer-enums.h to /home/cjennings/.cache/yay/valent/pkg/valent/usr/include/libvalent-1/libvalent/mixer
-Installing src/libvalent/device/valent-device-enums.h to /home/cjennings/.cache/yay/valent/pkg/valent/usr/include/libvalent-1/libvalent/device
-Installing src/libvalent/libvalent-1.so.1 to /home/cjennings/.cache/yay/valent/pkg/valent/usr/lib
-Installing src/libvalent/Valent-1.gir to /home/cjennings/.cache/yay/valent/pkg/valent/usr/share/gir-1.0
-Installing src/libvalent/Valent-1.typelib to /home/cjennings/.cache/yay/valent/pkg/valent/usr/lib/girepository-1.0
-Installing src/libvalent/libvalent-1.vapi to /home/cjennings/.cache/yay/valent/pkg/valent/usr/share/vala/vapi
-Installing src/valent to /home/cjennings/.cache/yay/valent/pkg/valent/usr/bin
-Installing po/en/LC_MESSAGES/valent.mo to /home/cjennings/.cache/yay/valent/pkg/valent/usr/share/locale/en/LC_MESSAGES
-Installing po/nl/LC_MESSAGES/valent.mo to /home/cjennings/.cache/yay/valent/pkg/valent/usr/share/locale/nl/LC_MESSAGES
-Installing po/fr/LC_MESSAGES/valent.mo to /home/cjennings/.cache/yay/valent/pkg/valent/usr/share/locale/fr/LC_MESSAGES
-Installing po/it/LC_MESSAGES/valent.mo to /home/cjennings/.cache/yay/valent/pkg/valent/usr/share/locale/it/LC_MESSAGES
-Installing po/pt_BR/LC_MESSAGES/valent.mo to /home/cjennings/.cache/yay/valent/pkg/valent/usr/share/locale/pt_BR/LC_MESSAGES
-Installing po/zh_CN/LC_MESSAGES/valent.mo to /home/cjennings/.cache/yay/valent/pkg/valent/usr/share/locale/zh_CN/LC_MESSAGES
-Installing po/es/LC_MESSAGES/valent.mo to /home/cjennings/.cache/yay/valent/pkg/valent/usr/share/locale/es/LC_MESSAGES
-Installing /home/cjennings/.cache/yay/valent/src/valent-1.0.0.alpha.46/src/libvalent/core/valent-application.h to /home/cjennings/.cache/yay/valent/pkg/valent/usr/include/libvalent-1/libvalent/core
-Installing /home/cjennings/.cache/yay/valent/src/valent-1.0.0.alpha.46/src/libvalent/core/valent-application-plugin.h to /home/cjennings/.cache/yay/valent/pkg/valent/usr/include/libvalent-1/libvalent/core
-Installing /home/cjennings/.cache/yay/valent/src/valent-1.0.0.alpha.46/src/libvalent/core/valent-component.h to /home/cjennings/.cache/yay/valent/pkg/valent/usr/include/libvalent-1/libvalent/core
-Installing /home/cjennings/.cache/yay/valent/src/valent-1.0.0.alpha.46/src/libvalent/core/valent-context.h to /home/cjennings/.cache/yay/valent/pkg/valent/usr/include/libvalent-1/libvalent/core
-Installing /home/cjennings/.cache/yay/valent/src/valent-1.0.0.alpha.46/src/libvalent/core/valent-extension.h to /home/cjennings/.cache/yay/valent/pkg/valent/usr/include/libvalent-1/libvalent/core
-Installing /home/cjennings/.cache/yay/valent/src/valent-1.0.0.alpha.46/src/libvalent/core/valent-global.h to /home/cjennings/.cache/yay/valent/pkg/valent/usr/include/libvalent-1/libvalent/core
-Installing /home/cjennings/.cache/yay/valent/src/valent-1.0.0.alpha.46/src/libvalent/core/valent-macros.h to /home/cjennings/.cache/yay/valent/pkg/valent/usr/include/libvalent-1/libvalent/core
-Installing /home/cjennings/.cache/yay/valent/src/valent-1.0.0.alpha.46/src/libvalent/core/valent-object.h to /home/cjennings/.cache/yay/valent/pkg/valent/usr/include/libvalent-1/libvalent/core
-Installing /home/cjennings/.cache/yay/valent/src/valent-1.0.0.alpha.46/src/libvalent/core/valent-transfer.h to /home/cjennings/.cache/yay/valent/pkg/valent/usr/include/libvalent-1/libvalent/core
-Installing /home/cjennings/.cache/yay/valent/src/valent-1.0.0.alpha.46/src/libvalent/clipboard/valent-clipboard.h to /home/cjennings/.cache/yay/valent/pkg/valent/usr/include/libvalent-1/libvalent/clipboard
-Installing /home/cjennings/.cache/yay/valent/src/valent-1.0.0.alpha.46/src/libvalent/clipboard/valent-clipboard-adapter.h to /home/cjennings/.cache/yay/valent/pkg/valent/usr/include/libvalent-1/libvalent/clipboard
-Installing /home/cjennings/.cache/yay/valent/src/valent-1.0.0.alpha.46/src/libvalent/contacts/valent-contacts.h to /home/cjennings/.cache/yay/valent/pkg/valent/usr/include/libvalent-1/libvalent/contacts
-Installing /home/cjennings/.cache/yay/valent/src/valent-1.0.0.alpha.46/src/libvalent/contacts/valent-contacts-adapter.h to /home/cjennings/.cache/yay/valent/pkg/valent/usr/include/libvalent-1/libvalent/contacts
-Installing /home/cjennings/.cache/yay/valent/src/valent-1.0.0.alpha.46/src/libvalent/contacts/valent-contact-store.h to /home/cjennings/.cache/yay/valent/pkg/valent/usr/include/libvalent-1/libvalent/contacts
-Installing /home/cjennings/.cache/yay/valent/src/valent-1.0.0.alpha.46/src/libvalent/contacts/valent-eds.h to /home/cjennings/.cache/yay/valent/pkg/valent/usr/include/libvalent-1/libvalent/contacts
-Installing /home/cjennings/.cache/yay/valent/src/valent-1.0.0.alpha.46/src/libvalent/input/valent-input.h to /home/cjennings/.cache/yay/valent/pkg/valent/usr/include/libvalent-1/libvalent/input
-Installing /home/cjennings/.cache/yay/valent/src/valent-1.0.0.alpha.46/src/libvalent/input/valent-input-adapter.h to /home/cjennings/.cache/yay/valent/pkg/valent/usr/include/libvalent-1/libvalent/input
-Installing /home/cjennings/.cache/yay/valent/src/valent-1.0.0.alpha.46/src/libvalent/input/valent-input-keydef.h to /home/cjennings/.cache/yay/valent/pkg/valent/usr/include/libvalent-1/libvalent/input
-Installing /home/cjennings/.cache/yay/valent/src/valent-1.0.0.alpha.46/src/libvalent/media/valent-media.h to /home/cjennings/.cache/yay/valent/pkg/valent/usr/include/libvalent-1/libvalent/media
-Installing /home/cjennings/.cache/yay/valent/src/valent-1.0.0.alpha.46/src/libvalent/media/valent-media-adapter.h to /home/cjennings/.cache/yay/valent/pkg/valent/usr/include/libvalent-1/libvalent/media
-Installing /home/cjennings/.cache/yay/valent/src/valent-1.0.0.alpha.46/src/libvalent/media/valent-media-player.h to /home/cjennings/.cache/yay/valent/pkg/valent/usr/include/libvalent-1/libvalent/media
-Installing /home/cjennings/.cache/yay/valent/src/valent-1.0.0.alpha.46/src/libvalent/messages/valent-messages.h to /home/cjennings/.cache/yay/valent/pkg/valent/usr/include/libvalent-1/libvalent/messages
-Installing /home/cjennings/.cache/yay/valent/src/valent-1.0.0.alpha.46/src/libvalent/messages/valent-messages-adapter.h to /home/cjennings/.cache/yay/valent/pkg/valent/usr/include/libvalent-1/libvalent/messages
-Installing /home/cjennings/.cache/yay/valent/src/valent-1.0.0.alpha.46/src/libvalent/messages/valent-message.h to /home/cjennings/.cache/yay/valent/pkg/valent/usr/include/libvalent-1/libvalent/messages
-Installing /home/cjennings/.cache/yay/valent/src/valent-1.0.0.alpha.46/src/libvalent/messages/valent-message-attachment.h to /home/cjennings/.cache/yay/valent/pkg/valent/usr/include/libvalent-1/libvalent/messages
-Installing /home/cjennings/.cache/yay/valent/src/valent-1.0.0.alpha.46/src/libvalent/mixer/valent-mixer.h to /home/cjennings/.cache/yay/valent/pkg/valent/usr/include/libvalent-1/libvalent/mixer
-Installing /home/cjennings/.cache/yay/valent/src/valent-1.0.0.alpha.46/src/libvalent/mixer/valent-mixer-adapter.h to /home/cjennings/.cache/yay/valent/pkg/valent/usr/include/libvalent-1/libvalent/mixer
-Installing /home/cjennings/.cache/yay/valent/src/valent-1.0.0.alpha.46/src/libvalent/mixer/valent-mixer-stream.h to /home/cjennings/.cache/yay/valent/pkg/valent/usr/include/libvalent-1/libvalent/mixer
-Installing /home/cjennings/.cache/yay/valent/src/valent-1.0.0.alpha.46/src/libvalent/notifications/valent-notification.h to /home/cjennings/.cache/yay/valent/pkg/valent/usr/include/libvalent-1/libvalent/notifications
-Installing /home/cjennings/.cache/yay/valent/src/valent-1.0.0.alpha.46/src/libvalent/notifications/valent-notifications.h to /home/cjennings/.cache/yay/valent/pkg/valent/usr/include/libvalent-1/libvalent/notifications
-Installing /home/cjennings/.cache/yay/valent/src/valent-1.0.0.alpha.46/src/libvalent/notifications/valent-notifications-adapter.h to /home/cjennings/.cache/yay/valent/pkg/valent/usr/include/libvalent-1/libvalent/notifications
-Installing /home/cjennings/.cache/yay/valent/src/valent-1.0.0.alpha.46/src/libvalent/session/valent-session.h to /home/cjennings/.cache/yay/valent/pkg/valent/usr/include/libvalent-1/libvalent/session
-Installing /home/cjennings/.cache/yay/valent/src/valent-1.0.0.alpha.46/src/libvalent/session/valent-session-adapter.h to /home/cjennings/.cache/yay/valent/pkg/valent/usr/include/libvalent-1/libvalent/session
-Installing /home/cjennings/.cache/yay/valent/src/valent-1.0.0.alpha.46/src/libvalent/device/valent-certificate.h to /home/cjennings/.cache/yay/valent/pkg/valent/usr/include/libvalent-1/libvalent/device
-Installing /home/cjennings/.cache/yay/valent/src/valent-1.0.0.alpha.46/src/libvalent/device/valent-channel.h to /home/cjennings/.cache/yay/valent/pkg/valent/usr/include/libvalent-1/libvalent/device
-Installing /home/cjennings/.cache/yay/valent/src/valent-1.0.0.alpha.46/src/libvalent/device/valent-channel-service.h to /home/cjennings/.cache/yay/valent/pkg/valent/usr/include/libvalent-1/libvalent/device
-Installing /home/cjennings/.cache/yay/valent/src/valent-1.0.0.alpha.46/src/libvalent/device/valent-device.h to /home/cjennings/.cache/yay/valent/pkg/valent/usr/include/libvalent-1/libvalent/device
-Installing /home/cjennings/.cache/yay/valent/src/valent-1.0.0.alpha.46/src/libvalent/device/valent-device-manager.h to /home/cjennings/.cache/yay/valent/pkg/valent/usr/include/libvalent-1/libvalent/device
-Installing /home/cjennings/.cache/yay/valent/src/valent-1.0.0.alpha.46/src/libvalent/device/valent-device-plugin.h to /home/cjennings/.cache/yay/valent/pkg/valent/usr/include/libvalent-1/libvalent/device
-Installing /home/cjennings/.cache/yay/valent/src/valent-1.0.0.alpha.46/src/libvalent/device/valent-device-transfer.h to /home/cjennings/.cache/yay/valent/pkg/valent/usr/include/libvalent-1/libvalent/device
-Installing /home/cjennings/.cache/yay/valent/src/valent-1.0.0.alpha.46/src/libvalent/device/valent-packet.h to /home/cjennings/.cache/yay/valent/pkg/valent/usr/include/libvalent-1/libvalent/device
-Installing /home/cjennings/.cache/yay/valent/src/valent-1.0.0.alpha.46/src/libvalent/valent.h to /home/cjennings/.cache/yay/valent/pkg/valent/usr/include/libvalent-1/libvalent
-Installing /home/cjennings/.cache/yay/valent/src/valent-1.0.0.alpha.46/data/gsettings/ca.andyholmes.Valent.gschema.xml to /home/cjennings/.cache/yay/valent/pkg/valent/usr/share/glib-2.0/schemas
-Installing /home/cjennings/.cache/yay/valent/src/valent-1.0.0.alpha.46/data/gsettings/ca.andyholmes.Valent.Device.gschema.xml to /home/cjennings/.cache/yay/valent/pkg/valent/usr/share/glib-2.0/schemas
-Installing /home/cjennings/.cache/yay/valent/src/valent-1.0.0.alpha.46/data/gsettings/ca.andyholmes.Valent.Plugin.gschema.xml to /home/cjennings/.cache/yay/valent/pkg/valent/usr/share/glib-2.0/schemas
-Installing /home/cjennings/.cache/yay/valent/src/valent-1.0.0.alpha.46/data/icons/hicolor/scalable/apps/ca.andyholmes.Valent.svg to /home/cjennings/.cache/yay/valent/pkg/valent/usr/share/icons/hicolor/scalable/apps
-Installing /home/cjennings/.cache/yay/valent/src/valent-1.0.0.alpha.46/data/icons/hicolor/symbolic/apps/ca.andyholmes.Valent-symbolic.svg to /home/cjennings/.cache/yay/valent/pkg/valent/usr/share/icons/hicolor/symbolic/apps
-Installing /home/cjennings/.cache/yay/valent/src/build/data/ca.andyholmes.Valent.service to /home/cjennings/.cache/yay/valent/pkg/valent/usr/share/dbus-1/services
-Installing /home/cjennings/.cache/yay/valent/src/build/src/libvalent/core/valent-version.h to /home/cjennings/.cache/yay/valent/pkg/valent/usr/include/libvalent-1/libvalent/core
-Installing /home/cjennings/.cache/yay/valent/src/build/src/libvalent/core/valent-debug.h to /home/cjennings/.cache/yay/valent/pkg/valent/usr/include/libvalent-1/libvalent/core
-Installing /home/cjennings/.cache/yay/valent/src/build/meson-private/libvalent-1.pc to /home/cjennings/.cache/yay/valent/pkg/valent/usr/lib/pkgconfig
-Installing /home/cjennings/.cache/yay/valent/src/build/meson-private/libvalent-1.deps to /home/cjennings/.cache/yay/valent/pkg/valent/usr/share/vala/vapi
-Installing /home/cjennings/.cache/yay/valent/src/valent-1.0.0.alpha.46/src/plugins/battery/ca.andyholmes.Valent.Plugin.battery.gschema.xml to /home/cjennings/.cache/yay/valent/pkg/valent/usr/share/glib-2.0/schemas
-Installing /home/cjennings/.cache/yay/valent/src/valent-1.0.0.alpha.46/src/plugins/clipboard/ca.andyholmes.Valent.Plugin.clipboard.gschema.xml to /home/cjennings/.cache/yay/valent/pkg/valent/usr/share/glib-2.0/schemas
-Installing /home/cjennings/.cache/yay/valent/src/valent-1.0.0.alpha.46/src/plugins/connectivity_report/ca.andyholmes.Valent.Plugin.connectivity_report.gschema.xml to /home/cjennings/.cache/yay/valent/pkg/valent/usr/share/glib-2.0/schemas
-Installing /home/cjennings/.cache/yay/valent/src/valent-1.0.0.alpha.46/src/plugins/contacts/ca.andyholmes.Valent.Plugin.contacts.gschema.xml to /home/cjennings/.cache/yay/valent/pkg/valent/usr/share/glib-2.0/schemas
-Installing /home/cjennings/.cache/yay/valent/src/valent-1.0.0.alpha.46/src/plugins/notification/ca.andyholmes.Valent.Plugin.notification.gschema.xml to /home/cjennings/.cache/yay/valent/pkg/valent/usr/share/glib-2.0/schemas
-Installing /home/cjennings/.cache/yay/valent/src/valent-1.0.0.alpha.46/src/plugins/runcommand/ca.andyholmes.Valent.Plugin.runcommand.gschema.xml to /home/cjennings/.cache/yay/valent/pkg/valent/usr/share/glib-2.0/schemas
-Installing /home/cjennings/.cache/yay/valent/src/valent-1.0.0.alpha.46/src/plugins/sftp/ca.andyholmes.Valent.Plugin.sftp.gschema.xml to /home/cjennings/.cache/yay/valent/pkg/valent/usr/share/glib-2.0/schemas
-Installing /home/cjennings/.cache/yay/valent/src/valent-1.0.0.alpha.46/src/plugins/share/ca.andyholmes.Valent.Plugin.share.gschema.xml to /home/cjennings/.cache/yay/valent/pkg/valent/usr/share/glib-2.0/schemas
-Installing /home/cjennings/.cache/yay/valent/src/valent-1.0.0.alpha.46/src/plugins/systemvolume/ca.andyholmes.Valent.Plugin.systemvolume.gschema.xml to /home/cjennings/.cache/yay/valent/pkg/valent/usr/share/glib-2.0/schemas
-Installing /home/cjennings/.cache/yay/valent/src/valent-1.0.0.alpha.46/src/plugins/telephony/ca.andyholmes.Valent.Plugin.telephony.gschema.xml to /home/cjennings/.cache/yay/valent/pkg/valent/usr/share/glib-2.0/schemas
-Installing /home/cjennings/.cache/yay/valent/src/valent-1.0.0.alpha.46/src/plugins/xdp/ca.andyholmes.Valent.Plugin.xdp.gschema.xml to /home/cjennings/.cache/yay/valent/pkg/valent/usr/share/glib-2.0/schemas
-Installing symlink pointing to libvalent-1.so.1 to /home/cjennings/.cache/yay/valent/pkg/valent/usr/lib/libvalent-1.so.1.0.0
-Installing symlink pointing to libvalent-1.so.1.0.0 to /home/cjennings/.cache/yay/valent/pkg/valent/usr/lib/libvalent-1.so
-Skipping custom install script because DESTDIR is set '/usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas'
-Skipping custom install script because DESTDIR is set '/usr/bin/gtk4-update-icon-cache -q -t -f /usr/share/icons/hicolor'
-Skipping custom install script because DESTDIR is set '/usr/bin/update-desktop-database -q /usr/share/applications'
-==> Tidying install...
- -> Removing libtool files...
- -> Purging unwanted files...
- -> Removing static library files...
- -> Stripping unneeded symbols from binaries and libraries...
- -> Compressing man and info pages...
-==> Checking for packaging issues...
-==> Creating package "valent"...
- -> Generating .PKGINFO file...
- -> Generating .BUILDINFO file...
- -> Generating .MTREE file...
- -> Compressing package...
-==> Creating package "valent-debug"...
- -> Generating .PKGINFO file...
- -> Generating .BUILDINFO file...
- -> Generating .MTREE file...
- -> Compressing package...
-==> Leaving fakeroot environment.
-==> Finished making: valent 1.0.0.alpha.46-1 (Sun 08 Jun 2025 03:40:26 PM CDT)
-==> Cleaning up...
-loading packages...
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (2) valent-1.0.0.alpha.46-1 valent-debug-1.0.0.alpha.46-1
-
-Total Installed Size: 12.71 MiB
-
-:: Proceed with installation? [Y/n]
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing valent...
-Optional dependencies for valent
- dconf [installed]
- glib2 [installed]
- graphene [installed]
- gtk4 [installed]
- hicolor-icon-theme [installed]
- pango [installed]
- tinysparql [installed]
-installing valent-debug...
-:: Running post-transaction hooks...
-(1/4) Arming ConditionNeedsUpdate...
-(2/4) Compiling GSettings XML schema files...
-(3/4) Updating icon theme caches...
-(4/4) Updating the desktop file MIME type cache...
-...installing warpinator via the AUR @ 15:40:27
-Sync Explicit (1): warpinator-1.8.8-2
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (5) python-grpcio-1.72.0-2 python-grpcio-tools-1.72.0-2 python-qrcode-8.2-1 python-xapp-2.4.2-2 warpinator-1.8.8-2
-
-Total Download Size: 3.46 MiB
-Total Installed Size: 12.55 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- python-grpcio-1.72.0-2-x86_64 downloading...
- warpinator-1.8.8-2-any downloading...
- python-grpcio-tools-1.72.0-2-x86_64 downloading...
- python-qrcode-8.2-1-any downloading...
- python-xapp-2.4.2-2-any downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing python-grpcio-tools...
-installing python-grpcio...
-installing python-xapp...
-installing python-qrcode...
-Optional dependencies for python-qrcode
- python-pillow: faster but not python native backend [installed]
- python-pypng: png support
-installing warpinator...
-Optional dependencies for warpinator
- ufw: Open a firewall port for Warpinator [installed]
-:: Running post-transaction hooks...
-(1/4) Arming ConditionNeedsUpdate...
-(2/4) Compiling GSettings XML schema files...
-(3/4) Updating icon theme caches...
-(4/4) Updating the desktop file MIME type cache...
-...installing zsh-fast-syntax-highlighting-git via the AUR @ 15:40:31
-AUR Explicit (1): zsh-fast-syntax-highlighting-git-r884.9a5a4a5-1
-:: (1/1) Downloaded PKGBUILD: zsh-fast-syntax-highlighting-git
- 1 zsh-fast-syntax-highlighting-git (Build Files Exist)
-==> Packages to cleanBuild?
-==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
-==>
- 1 zsh-fast-syntax-highlighting-git (Build Files Exist)
-==> Diffs to show?
-==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
-==>
-==> Making package: zsh-fast-syntax-highlighting-git r884.9a5a4a5-1 (Sun 08 Jun 2025 03:40:35 PM CDT)
-==> Retrieving sources...
- -> Cloning fast-syntax-highlighting git repo...
-Cloning into bare repository '/home/cjennings/.cache/yay/zsh-fast-syntax-highlighting-git/fast-syntax-highlighting'...
-==> WARNING: Skipping verification of source file PGP signatures.
-==> Validating source files with sha512sums...
- fast-syntax-highlighting ... Skipped
-:: (1/1) Parsing SRCINFO: zsh-fast-syntax-highlighting-git
-==> Making package: zsh-fast-syntax-highlighting-git r884.9a5a4a5-1 (Sun 08 Jun 2025 03:40:38 PM CDT)
-==> Checking runtime dependencies...
-==> Checking buildtime dependencies...
-==> Retrieving sources...
- -> Updating fast-syntax-highlighting git repo...
-==> Validating source files with sha512sums...
- fast-syntax-highlighting ... Skipped
-==> Removing existing $srcdir/ directory...
-==> Extracting sources...
- -> Creating working copy of fast-syntax-highlighting git repo...
-Cloning into 'fast-syntax-highlighting'...
-done.
-==> Starting pkgver()...
-==> Updated version: zsh-fast-syntax-highlighting-git r912.cf318e0-1
-==> Sources are ready.
-==> Making package: zsh-fast-syntax-highlighting-git r912.cf318e0-1 (Sun 08 Jun 2025 03:40:42 PM CDT)
-==> Checking runtime dependencies...
-==> Checking buildtime dependencies...
-==> WARNING: Using existing $srcdir/ tree
-==> Starting pkgver()...
-==> Entering fakeroot environment...
-==> Starting package()...
-==> Tidying install...
- -> Removing libtool files...
- -> Purging unwanted files...
- -> Removing static library files...
- -> Stripping unneeded symbols from binaries and libraries...
- -> Compressing man and info pages...
-==> Checking for packaging issues...
-==> Creating package "zsh-fast-syntax-highlighting-git"...
- -> Generating .PKGINFO file...
- -> Generating .BUILDINFO file...
- -> Generating .MTREE file...
- -> Compressing package...
-bsdtar: usr/share/zsh/plugins/fast-syntax-highlighting/→chroma/: Can't translate pathname 'usr/share/zsh/plugins/fast-syntax-highlighting/→chroma/' to UTF-8
-bsdtar: usr/share/zsh/plugins/fast-syntax-highlighting/→chroma/-alias.ch: Can't translate pathname 'usr/share/zsh/plugins/fast-syntax-highlighting/→chroma/-alias.ch' to UTF-8
-bsdtar: usr/share/zsh/plugins/fast-syntax-highlighting/→chroma/-autoload.ch: Can't translate pathname 'usr/share/zsh/plugins/fast-syntax-highlighting/→chroma/-autoload.ch' to UTF-8
-bsdtar: usr/share/zsh/plugins/fast-syntax-highlighting/→chroma/-autorandr.ch: Can't translate pathname 'usr/share/zsh/plugins/fast-syntax-highlighting/→chroma/-autorandr.ch' to UTF-8
-bsdtar: usr/share/zsh/plugins/fast-syntax-highlighting/→chroma/-awk.ch: Can't translate pathname 'usr/share/zsh/plugins/fast-syntax-highlighting/→chroma/-awk.ch' to UTF-8
-bsdtar: usr/share/zsh/plugins/fast-syntax-highlighting/→chroma/-docker.ch: Can't translate pathname 'usr/share/zsh/plugins/fast-syntax-highlighting/→chroma/-docker.ch' to UTF-8
-bsdtar: usr/share/zsh/plugins/fast-syntax-highlighting/→chroma/-example.ch: Can't translate pathname 'usr/share/zsh/plugins/fast-syntax-highlighting/→chroma/-example.ch' to UTF-8
-bsdtar: usr/share/zsh/plugins/fast-syntax-highlighting/→chroma/-fast-theme.ch: Can't translate pathname 'usr/share/zsh/plugins/fast-syntax-highlighting/→chroma/-fast-theme.ch' to UTF-8
-bsdtar: usr/share/zsh/plugins/fast-syntax-highlighting/→chroma/-fpath_peq.ch: Can't translate pathname 'usr/share/zsh/plugins/fast-syntax-highlighting/→chroma/-fpath_peq.ch' to UTF-8
-bsdtar: usr/share/zsh/plugins/fast-syntax-highlighting/→chroma/-git.ch: Can't translate pathname 'usr/share/zsh/plugins/fast-syntax-highlighting/→chroma/-git.ch' to UTF-8
-bsdtar: usr/share/zsh/plugins/fast-syntax-highlighting/→chroma/-grep.ch: Can't translate pathname 'usr/share/zsh/plugins/fast-syntax-highlighting/→chroma/-grep.ch' to UTF-8
-bsdtar: usr/share/zsh/plugins/fast-syntax-highlighting/→chroma/-hub.ch: Can't translate pathname 'usr/share/zsh/plugins/fast-syntax-highlighting/→chroma/-hub.ch' to UTF-8
-bsdtar: usr/share/zsh/plugins/fast-syntax-highlighting/→chroma/-ionice.ch: Can't translate pathname 'usr/share/zsh/plugins/fast-syntax-highlighting/→chroma/-ionice.ch' to UTF-8
-bsdtar: usr/share/zsh/plugins/fast-syntax-highlighting/→chroma/-lab.ch: Can't translate pathname 'usr/share/zsh/plugins/fast-syntax-highlighting/→chroma/-lab.ch' to UTF-8
-bsdtar: usr/share/zsh/plugins/fast-syntax-highlighting/→chroma/-make.ch: Can't translate pathname 'usr/share/zsh/plugins/fast-syntax-highlighting/→chroma/-make.ch' to UTF-8
-bsdtar: usr/share/zsh/plugins/fast-syntax-highlighting/→chroma/-nice.ch: Can't translate pathname 'usr/share/zsh/plugins/fast-syntax-highlighting/→chroma/-nice.ch' to UTF-8
-bsdtar: usr/share/zsh/plugins/fast-syntax-highlighting/→chroma/-nmcli.ch: Can't translate pathname 'usr/share/zsh/plugins/fast-syntax-highlighting/→chroma/-nmcli.ch' to UTF-8
-bsdtar: usr/share/zsh/plugins/fast-syntax-highlighting/→chroma/-node.ch: Can't translate pathname 'usr/share/zsh/plugins/fast-syntax-highlighting/→chroma/-node.ch' to UTF-8
-bsdtar: usr/share/zsh/plugins/fast-syntax-highlighting/→chroma/-ogit.ch: Can't translate pathname 'usr/share/zsh/plugins/fast-syntax-highlighting/→chroma/-ogit.ch' to UTF-8
-bsdtar: usr/share/zsh/plugins/fast-syntax-highlighting/→chroma/-perl.ch: Can't translate pathname 'usr/share/zsh/plugins/fast-syntax-highlighting/→chroma/-perl.ch' to UTF-8
-bsdtar: usr/share/zsh/plugins/fast-syntax-highlighting/→chroma/-precommand.ch: Can't translate pathname 'usr/share/zsh/plugins/fast-syntax-highlighting/→chroma/-precommand.ch' to UTF-8
-bsdtar: usr/share/zsh/plugins/fast-syntax-highlighting/→chroma/-printf.ch: Can't translate pathname 'usr/share/zsh/plugins/fast-syntax-highlighting/→chroma/-printf.ch' to UTF-8
-bsdtar: usr/share/zsh/plugins/fast-syntax-highlighting/→chroma/-ruby.ch: Can't translate pathname 'usr/share/zsh/plugins/fast-syntax-highlighting/→chroma/-ruby.ch' to UTF-8
-bsdtar: usr/share/zsh/plugins/fast-syntax-highlighting/→chroma/-scp.ch: Can't translate pathname 'usr/share/zsh/plugins/fast-syntax-highlighting/→chroma/-scp.ch' to UTF-8
-bsdtar: usr/share/zsh/plugins/fast-syntax-highlighting/→chroma/-sh.ch: Can't translate pathname 'usr/share/zsh/plugins/fast-syntax-highlighting/→chroma/-sh.ch' to UTF-8
-bsdtar: usr/share/zsh/plugins/fast-syntax-highlighting/→chroma/-source.ch: Can't translate pathname 'usr/share/zsh/plugins/fast-syntax-highlighting/→chroma/-source.ch' to UTF-8
-bsdtar: usr/share/zsh/plugins/fast-syntax-highlighting/→chroma/-ssh.ch: Can't translate pathname 'usr/share/zsh/plugins/fast-syntax-highlighting/→chroma/-ssh.ch' to UTF-8
-bsdtar: usr/share/zsh/plugins/fast-syntax-highlighting/→chroma/-subcommand.ch: Can't translate pathname 'usr/share/zsh/plugins/fast-syntax-highlighting/→chroma/-subcommand.ch' to UTF-8
-bsdtar: usr/share/zsh/plugins/fast-syntax-highlighting/→chroma/-subversion.ch: Can't translate pathname 'usr/share/zsh/plugins/fast-syntax-highlighting/→chroma/-subversion.ch' to UTF-8
-bsdtar: usr/share/zsh/plugins/fast-syntax-highlighting/→chroma/-vim.ch: Can't translate pathname 'usr/share/zsh/plugins/fast-syntax-highlighting/→chroma/-vim.ch' to UTF-8
-bsdtar: usr/share/zsh/plugins/fast-syntax-highlighting/→chroma/-whatis.ch: Can't translate pathname 'usr/share/zsh/plugins/fast-syntax-highlighting/→chroma/-whatis.ch' to UTF-8
-bsdtar: usr/share/zsh/plugins/fast-syntax-highlighting/→chroma/-which.ch: Can't translate pathname 'usr/share/zsh/plugins/fast-syntax-highlighting/→chroma/-which.ch' to UTF-8
-bsdtar: usr/share/zsh/plugins/fast-syntax-highlighting/→chroma/-zinit.ch: Can't translate pathname 'usr/share/zsh/plugins/fast-syntax-highlighting/→chroma/-zinit.ch' to UTF-8
-bsdtar: usr/share/zsh/plugins/fast-syntax-highlighting/→chroma/main-chroma.ch: Can't translate pathname 'usr/share/zsh/plugins/fast-syntax-highlighting/→chroma/main-chroma.ch' to UTF-8
-==> Leaving fakeroot environment.
-==> Finished making: zsh-fast-syntax-highlighting-git r912.cf318e0-1 (Sun 08 Jun 2025 03:40:46 PM CDT)
-==> Cleaning up...
-loading packages...
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (1) zsh-fast-syntax-highlighting-git-r912.cf318e0-1
-
-Total Installed Size: 1.05 MiB
-
-:: Proceed with installation? [Y/n]
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing zsh-fast-syntax-highlighting-git...
-:: Running post-transaction hooks...
-(1/1) Arming ConditionNeedsUpdate...
- -> devel check for package failed: '/usr/bin/git ls-remote https://github.com/zdharma-continuum/fast-syntax-highlighting.git HEAD' encountered an error: fatal: failed to stat '/root/archsetup': Permission denied
-...prep to workaround tidal-dl issue @ 15:40:46
- -> Avoid running yay as root/sudo.
-AUR Explicit (1): python-lyricsgenius-3.0.0-1
-Sync Check Dependency (1): python-nose-1.3.7-18
-:: (1/1) Downloaded PKGBUILD: python-lyricsgenius
- 1 python-lyricsgenius (Build Files Exist)
-==> Packages to cleanBuild?
-==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
-==>
- 1 python-lyricsgenius (Build Files Exist)
-==> Diffs to show?
-==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
-==>
-==> Making package: python-lyricsgenius 3.0.0-1 (Sun 08 Jun 2025 03:40:51 PM CDT)
-==> Retrieving sources...
- -> Downloading lyricsgenius-3.0.0.tar.gz...
- % Total % Received % Xferd Average Speed Time Time Time Current
- Dload Upload Total Spent Left Speed
- 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
- 100 32968 100 32968 0 0 54081 0 --:--:-- --:--:-- --:--:-- 54081
- -> Downloading LICENSE.txt...
- % Total % Received % Xferd Average Speed Time Time Time Current
- Dload Upload Total Spent Left Speed
- 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1074 100 1074 0 0 2245 0 --:--:-- --:--:-- --:--:-- 2246
-==> WARNING: Skipping all source file integrity checks.
-:: (1/1) Parsing SRCINFO: python-lyricsgenius
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (1) python-nose-1.3.7-18
-
-Total Download Size: 0.28 MiB
-Total Installed Size: 1.60 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- python-nose-1.3.7-18-any downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing python-nose...
-:: Running post-transaction hooks...
-(1/1) Arming ConditionNeedsUpdate...
-==> Making package: python-lyricsgenius 3.0.0-1 (Sun 08 Jun 2025 03:40:55 PM CDT)
-==> Checking runtime dependencies...
-==> Checking buildtime dependencies...
-==> Retrieving sources...
- -> Found lyricsgenius-3.0.0.tar.gz
- -> Found LICENSE.txt
-==> WARNING: Skipping all source file integrity checks.
-==> Removing existing $srcdir/ directory...
-==> Extracting sources...
- -> Extracting lyricsgenius-3.0.0.tar.gz with bsdtar
-==> Sources are ready.
-==> Making package: python-lyricsgenius 3.0.0-1 (Sun 08 Jun 2025 03:40:58 PM CDT)
-==> Checking runtime dependencies...
-==> Checking buildtime dependencies...
-==> WARNING: Using existing $srcdir/ tree
-==> Starting build()...
-running build
-running build_py
-creating build/lib/lyricsgenius
-copying lyricsgenius/__init__.py -> build/lib/lyricsgenius
-copying lyricsgenius/__main__.py -> build/lib/lyricsgenius
-copying lyricsgenius/auth.py -> build/lib/lyricsgenius
-copying lyricsgenius/errors.py -> build/lib/lyricsgenius
-copying lyricsgenius/genius.py -> build/lib/lyricsgenius
-copying lyricsgenius/utils.py -> build/lib/lyricsgenius
-creating build/lib/lyricsgenius/api
-copying lyricsgenius/api/__init__.py -> build/lib/lyricsgenius/api
-copying lyricsgenius/api/api.py -> build/lib/lyricsgenius/api
-copying lyricsgenius/api/base.py -> build/lib/lyricsgenius/api
-creating build/lib/lyricsgenius/types
-copying lyricsgenius/types/__init__.py -> build/lib/lyricsgenius/types
-copying lyricsgenius/types/album.py -> build/lib/lyricsgenius/types
-copying lyricsgenius/types/artist.py -> build/lib/lyricsgenius/types
-copying lyricsgenius/types/base.py -> build/lib/lyricsgenius/types
-copying lyricsgenius/types/song.py -> build/lib/lyricsgenius/types
-creating build/lib/lyricsgenius/api/public_methods
-copying lyricsgenius/api/public_methods/__init__.py -> build/lib/lyricsgenius/api/public_methods
-copying lyricsgenius/api/public_methods/album.py -> build/lib/lyricsgenius/api/public_methods
-copying lyricsgenius/api/public_methods/annotation.py -> build/lib/lyricsgenius/api/public_methods
-copying lyricsgenius/api/public_methods/article.py -> build/lib/lyricsgenius/api/public_methods
-copying lyricsgenius/api/public_methods/artist.py -> build/lib/lyricsgenius/api/public_methods
-copying lyricsgenius/api/public_methods/cover_art.py -> build/lib/lyricsgenius/api/public_methods
-copying lyricsgenius/api/public_methods/discussion.py -> build/lib/lyricsgenius/api/public_methods
-copying lyricsgenius/api/public_methods/leaderboard.py -> build/lib/lyricsgenius/api/public_methods
-copying lyricsgenius/api/public_methods/misc.py -> build/lib/lyricsgenius/api/public_methods
-copying lyricsgenius/api/public_methods/question.py -> build/lib/lyricsgenius/api/public_methods
-copying lyricsgenius/api/public_methods/referent.py -> build/lib/lyricsgenius/api/public_methods
-copying lyricsgenius/api/public_methods/search.py -> build/lib/lyricsgenius/api/public_methods
-copying lyricsgenius/api/public_methods/song.py -> build/lib/lyricsgenius/api/public_methods
-copying lyricsgenius/api/public_methods/user.py -> build/lib/lyricsgenius/api/public_methods
-copying lyricsgenius/api/public_methods/video.py -> build/lib/lyricsgenius/api/public_methods
-==> Entering fakeroot environment...
-==> Starting package()...
-running install
-/usr/lib/python3.13/site-packages/setuptools/_distutils/cmd.py:90: SetuptoolsDeprecationWarning: setup.py install is deprecated.
-!!
-
- ********************************************************************************
- Please avoid running ``setup.py`` directly.
- Instead, use pypa/build, pypa/installer or other
- standards-based tools.
-
- By 2025-Oct-31, you need to update your project and remove deprecated calls
- or your builds will no longer be supported.
-
- See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details.
- ********************************************************************************
-
-!!
- self.initialize_options()
-running install_lib
-creating /var/cache/private/yay/python-lyricsgenius/pkg/python-lyricsgenius/usr/lib/python3.13/site-packages
-creating /var/cache/private/yay/python-lyricsgenius/pkg/python-lyricsgenius/usr/lib/python3.13/site-packages/lyricsgenius
-copying build/lib/lyricsgenius/__init__.py -> /var/cache/private/yay/python-lyricsgenius/pkg/python-lyricsgenius/usr/lib/python3.13/site-packages/lyricsgenius
-copying build/lib/lyricsgenius/__main__.py -> /var/cache/private/yay/python-lyricsgenius/pkg/python-lyricsgenius/usr/lib/python3.13/site-packages/lyricsgenius
-copying build/lib/lyricsgenius/auth.py -> /var/cache/private/yay/python-lyricsgenius/pkg/python-lyricsgenius/usr/lib/python3.13/site-packages/lyricsgenius
-copying build/lib/lyricsgenius/errors.py -> /var/cache/private/yay/python-lyricsgenius/pkg/python-lyricsgenius/usr/lib/python3.13/site-packages/lyricsgenius
-copying build/lib/lyricsgenius/genius.py -> /var/cache/private/yay/python-lyricsgenius/pkg/python-lyricsgenius/usr/lib/python3.13/site-packages/lyricsgenius
-copying build/lib/lyricsgenius/utils.py -> /var/cache/private/yay/python-lyricsgenius/pkg/python-lyricsgenius/usr/lib/python3.13/site-packages/lyricsgenius
-creating /var/cache/private/yay/python-lyricsgenius/pkg/python-lyricsgenius/usr/lib/python3.13/site-packages/lyricsgenius/api
-copying build/lib/lyricsgenius/api/__init__.py -> /var/cache/private/yay/python-lyricsgenius/pkg/python-lyricsgenius/usr/lib/python3.13/site-packages/lyricsgenius/api
-copying build/lib/lyricsgenius/api/api.py -> /var/cache/private/yay/python-lyricsgenius/pkg/python-lyricsgenius/usr/lib/python3.13/site-packages/lyricsgenius/api
-copying build/lib/lyricsgenius/api/base.py -> /var/cache/private/yay/python-lyricsgenius/pkg/python-lyricsgenius/usr/lib/python3.13/site-packages/lyricsgenius/api
-creating /var/cache/private/yay/python-lyricsgenius/pkg/python-lyricsgenius/usr/lib/python3.13/site-packages/lyricsgenius/api/public_methods
-copying build/lib/lyricsgenius/api/public_methods/__init__.py -> /var/cache/private/yay/python-lyricsgenius/pkg/python-lyricsgenius/usr/lib/python3.13/site-packages/lyricsgenius/api/public_methods
-copying build/lib/lyricsgenius/api/public_methods/album.py -> /var/cache/private/yay/python-lyricsgenius/pkg/python-lyricsgenius/usr/lib/python3.13/site-packages/lyricsgenius/api/public_methods
-copying build/lib/lyricsgenius/api/public_methods/annotation.py -> /var/cache/private/yay/python-lyricsgenius/pkg/python-lyricsgenius/usr/lib/python3.13/site-packages/lyricsgenius/api/public_methods
-copying build/lib/lyricsgenius/api/public_methods/article.py -> /var/cache/private/yay/python-lyricsgenius/pkg/python-lyricsgenius/usr/lib/python3.13/site-packages/lyricsgenius/api/public_methods
-copying build/lib/lyricsgenius/api/public_methods/artist.py -> /var/cache/private/yay/python-lyricsgenius/pkg/python-lyricsgenius/usr/lib/python3.13/site-packages/lyricsgenius/api/public_methods
-copying build/lib/lyricsgenius/api/public_methods/cover_art.py -> /var/cache/private/yay/python-lyricsgenius/pkg/python-lyricsgenius/usr/lib/python3.13/site-packages/lyricsgenius/api/public_methods
-copying build/lib/lyricsgenius/api/public_methods/discussion.py -> /var/cache/private/yay/python-lyricsgenius/pkg/python-lyricsgenius/usr/lib/python3.13/site-packages/lyricsgenius/api/public_methods
-copying build/lib/lyricsgenius/api/public_methods/leaderboard.py -> /var/cache/private/yay/python-lyricsgenius/pkg/python-lyricsgenius/usr/lib/python3.13/site-packages/lyricsgenius/api/public_methods
-copying build/lib/lyricsgenius/api/public_methods/misc.py -> /var/cache/private/yay/python-lyricsgenius/pkg/python-lyricsgenius/usr/lib/python3.13/site-packages/lyricsgenius/api/public_methods
-copying build/lib/lyricsgenius/api/public_methods/question.py -> /var/cache/private/yay/python-lyricsgenius/pkg/python-lyricsgenius/usr/lib/python3.13/site-packages/lyricsgenius/api/public_methods
-copying build/lib/lyricsgenius/api/public_methods/referent.py -> /var/cache/private/yay/python-lyricsgenius/pkg/python-lyricsgenius/usr/lib/python3.13/site-packages/lyricsgenius/api/public_methods
-copying build/lib/lyricsgenius/api/public_methods/search.py -> /var/cache/private/yay/python-lyricsgenius/pkg/python-lyricsgenius/usr/lib/python3.13/site-packages/lyricsgenius/api/public_methods
-copying build/lib/lyricsgenius/api/public_methods/song.py -> /var/cache/private/yay/python-lyricsgenius/pkg/python-lyricsgenius/usr/lib/python3.13/site-packages/lyricsgenius/api/public_methods
-copying build/lib/lyricsgenius/api/public_methods/user.py -> /var/cache/private/yay/python-lyricsgenius/pkg/python-lyricsgenius/usr/lib/python3.13/site-packages/lyricsgenius/api/public_methods
-copying build/lib/lyricsgenius/api/public_methods/video.py -> /var/cache/private/yay/python-lyricsgenius/pkg/python-lyricsgenius/usr/lib/python3.13/site-packages/lyricsgenius/api/public_methods
-creating /var/cache/private/yay/python-lyricsgenius/pkg/python-lyricsgenius/usr/lib/python3.13/site-packages/lyricsgenius/types
-copying build/lib/lyricsgenius/types/__init__.py -> /var/cache/private/yay/python-lyricsgenius/pkg/python-lyricsgenius/usr/lib/python3.13/site-packages/lyricsgenius/types
-copying build/lib/lyricsgenius/types/album.py -> /var/cache/private/yay/python-lyricsgenius/pkg/python-lyricsgenius/usr/lib/python3.13/site-packages/lyricsgenius/types
-copying build/lib/lyricsgenius/types/artist.py -> /var/cache/private/yay/python-lyricsgenius/pkg/python-lyricsgenius/usr/lib/python3.13/site-packages/lyricsgenius/types
-copying build/lib/lyricsgenius/types/base.py -> /var/cache/private/yay/python-lyricsgenius/pkg/python-lyricsgenius/usr/lib/python3.13/site-packages/lyricsgenius/types
-copying build/lib/lyricsgenius/types/song.py -> /var/cache/private/yay/python-lyricsgenius/pkg/python-lyricsgenius/usr/lib/python3.13/site-packages/lyricsgenius/types
-byte-compiling /var/cache/private/yay/python-lyricsgenius/pkg/python-lyricsgenius/usr/lib/python3.13/site-packages/lyricsgenius/__init__.py to __init__.cpython-313.pyc
-byte-compiling /var/cache/private/yay/python-lyricsgenius/pkg/python-lyricsgenius/usr/lib/python3.13/site-packages/lyricsgenius/__main__.py to __main__.cpython-313.pyc
-byte-compiling /var/cache/private/yay/python-lyricsgenius/pkg/python-lyricsgenius/usr/lib/python3.13/site-packages/lyricsgenius/auth.py to auth.cpython-313.pyc
-byte-compiling /var/cache/private/yay/python-lyricsgenius/pkg/python-lyricsgenius/usr/lib/python3.13/site-packages/lyricsgenius/errors.py to errors.cpython-313.pyc
-byte-compiling /var/cache/private/yay/python-lyricsgenius/pkg/python-lyricsgenius/usr/lib/python3.13/site-packages/lyricsgenius/genius.py to genius.cpython-313.pyc
-byte-compiling /var/cache/private/yay/python-lyricsgenius/pkg/python-lyricsgenius/usr/lib/python3.13/site-packages/lyricsgenius/utils.py to utils.cpython-313.pyc
-byte-compiling /var/cache/private/yay/python-lyricsgenius/pkg/python-lyricsgenius/usr/lib/python3.13/site-packages/lyricsgenius/api/__init__.py to __init__.cpython-313.pyc
-byte-compiling /var/cache/private/yay/python-lyricsgenius/pkg/python-lyricsgenius/usr/lib/python3.13/site-packages/lyricsgenius/api/api.py to api.cpython-313.pyc
-byte-compiling /var/cache/private/yay/python-lyricsgenius/pkg/python-lyricsgenius/usr/lib/python3.13/site-packages/lyricsgenius/api/base.py to base.cpython-313.pyc
-byte-compiling /var/cache/private/yay/python-lyricsgenius/pkg/python-lyricsgenius/usr/lib/python3.13/site-packages/lyricsgenius/api/public_methods/__init__.py to __init__.cpython-313.pyc
-byte-compiling /var/cache/private/yay/python-lyricsgenius/pkg/python-lyricsgenius/usr/lib/python3.13/site-packages/lyricsgenius/api/public_methods/album.py to album.cpython-313.pyc
-byte-compiling /var/cache/private/yay/python-lyricsgenius/pkg/python-lyricsgenius/usr/lib/python3.13/site-packages/lyricsgenius/api/public_methods/annotation.py to annotation.cpython-313.pyc
-byte-compiling /var/cache/private/yay/python-lyricsgenius/pkg/python-lyricsgenius/usr/lib/python3.13/site-packages/lyricsgenius/api/public_methods/article.py to article.cpython-313.pyc
-byte-compiling /var/cache/private/yay/python-lyricsgenius/pkg/python-lyricsgenius/usr/lib/python3.13/site-packages/lyricsgenius/api/public_methods/artist.py to artist.cpython-313.pyc
-byte-compiling /var/cache/private/yay/python-lyricsgenius/pkg/python-lyricsgenius/usr/lib/python3.13/site-packages/lyricsgenius/api/public_methods/cover_art.py to cover_art.cpython-313.pyc
-byte-compiling /var/cache/private/yay/python-lyricsgenius/pkg/python-lyricsgenius/usr/lib/python3.13/site-packages/lyricsgenius/api/public_methods/discussion.py to discussion.cpython-313.pyc
-byte-compiling /var/cache/private/yay/python-lyricsgenius/pkg/python-lyricsgenius/usr/lib/python3.13/site-packages/lyricsgenius/api/public_methods/leaderboard.py to leaderboard.cpython-313.pyc
-byte-compiling /var/cache/private/yay/python-lyricsgenius/pkg/python-lyricsgenius/usr/lib/python3.13/site-packages/lyricsgenius/api/public_methods/misc.py to misc.cpython-313.pyc
-byte-compiling /var/cache/private/yay/python-lyricsgenius/pkg/python-lyricsgenius/usr/lib/python3.13/site-packages/lyricsgenius/api/public_methods/question.py to question.cpython-313.pyc
-byte-compiling /var/cache/private/yay/python-lyricsgenius/pkg/python-lyricsgenius/usr/lib/python3.13/site-packages/lyricsgenius/api/public_methods/referent.py to referent.cpython-313.pyc
-byte-compiling /var/cache/private/yay/python-lyricsgenius/pkg/python-lyricsgenius/usr/lib/python3.13/site-packages/lyricsgenius/api/public_methods/search.py to search.cpython-313.pyc
-byte-compiling /var/cache/private/yay/python-lyricsgenius/pkg/python-lyricsgenius/usr/lib/python3.13/site-packages/lyricsgenius/api/public_methods/song.py to song.cpython-313.pyc
-byte-compiling /var/cache/private/yay/python-lyricsgenius/pkg/python-lyricsgenius/usr/lib/python3.13/site-packages/lyricsgenius/api/public_methods/user.py to user.cpython-313.pyc
-byte-compiling /var/cache/private/yay/python-lyricsgenius/pkg/python-lyricsgenius/usr/lib/python3.13/site-packages/lyricsgenius/api/public_methods/video.py to video.cpython-313.pyc
-byte-compiling /var/cache/private/yay/python-lyricsgenius/pkg/python-lyricsgenius/usr/lib/python3.13/site-packages/lyricsgenius/types/__init__.py to __init__.cpython-313.pyc
-byte-compiling /var/cache/private/yay/python-lyricsgenius/pkg/python-lyricsgenius/usr/lib/python3.13/site-packages/lyricsgenius/types/album.py to album.cpython-313.pyc
-byte-compiling /var/cache/private/yay/python-lyricsgenius/pkg/python-lyricsgenius/usr/lib/python3.13/site-packages/lyricsgenius/types/artist.py to artist.cpython-313.pyc
-byte-compiling /var/cache/private/yay/python-lyricsgenius/pkg/python-lyricsgenius/usr/lib/python3.13/site-packages/lyricsgenius/types/base.py to base.cpython-313.pyc
-byte-compiling /var/cache/private/yay/python-lyricsgenius/pkg/python-lyricsgenius/usr/lib/python3.13/site-packages/lyricsgenius/types/song.py to song.cpython-313.pyc
-writing byte-compilation script '/tmp/tmpvzx0qwce.py'
-/usr/bin/python /tmp/tmpvzx0qwce.py
-removing /tmp/tmpvzx0qwce.py
-running install_egg_info
-running egg_info
-writing lyricsgenius.egg-info/PKG-INFO
-writing dependency_links to lyricsgenius.egg-info/dependency_links.txt
-writing entry points to lyricsgenius.egg-info/entry_points.txt
-writing requirements to lyricsgenius.egg-info/requires.txt
-writing top-level names to lyricsgenius.egg-info/top_level.txt
-reading manifest file 'lyricsgenius.egg-info/SOURCES.txt'
-writing manifest file 'lyricsgenius.egg-info/SOURCES.txt'
-Copying lyricsgenius.egg-info to /var/cache/private/yay/python-lyricsgenius/pkg/python-lyricsgenius/usr/lib/python3.13/site-packages/lyricsgenius-3.0.0-py3.13.egg-info
-running install_scripts
-Installing lyricsgenius script to /var/cache/private/yay/python-lyricsgenius/pkg/python-lyricsgenius/usr/bin
-==> Tidying install...
- -> Removing libtool files...
- -> Purging unwanted files...
- -> Removing static library files...
- -> Stripping unneeded symbols from binaries and libraries...
- -> Compressing man and info pages...
-==> Checking for packaging issues...
-==> Creating package "python-lyricsgenius"...
- -> Generating .PKGINFO file...
- -> Generating .BUILDINFO file...
- -> Generating .MTREE file...
- -> Compressing package...
-==> Leaving fakeroot environment.
-==> Finished making: python-lyricsgenius 3.0.0-1 (Sun 08 Jun 2025 03:41:02 PM CDT)
-==> Cleaning up...
-loading packages...
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (1) python-lyricsgenius-3.0.0-1
-
-Total Installed Size: 0.45 MiB
-
-:: Proceed with installation? [Y/n]
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing python-lyricsgenius...
-:: Running post-transaction hooks...
-(1/1) Arming ConditionNeedsUpdate...
-...installing tidal-dl via the AUR @ 15:41:02
-AUR Explicit (1): tidal-dl-2022.10.31.1-1
-AUR Dependency (3): python-aigpy-2022.7.8.1-1, python-pydub-0.25.1-6, python-audioop-lts-0.2.1-1
-Sync Dependency (5): python-qt-material-2.16-1, python-pyqt5-5.15.11-2, python-prettytable-3.16.0-1, python-colorama-0.4.6-5, python-mutagen-1.47.0-3
-:: (1/4) Downloaded PKGBUILD: python-audioop-lts
-:: (2/4) Downloaded PKGBUILD: python-pydub
-:: (3/4) Downloaded PKGBUILD: tidal-dl
-:: (4/4) Downloaded PKGBUILD: python-aigpy
- 4 python-pydub (Build Files Exist)
- 3 python-audioop-lts (Build Files Exist)
- 2 tidal-dl (Build Files Exist)
- 1 python-aigpy (Build Files Exist)
-==> Packages to cleanBuild?
-==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
-==>
- 4 tidal-dl (Build Files Exist)
- 3 python-aigpy (Build Files Exist)
- 2 python-pydub (Build Files Exist)
- 1 python-audioop-lts (Build Files Exist)
-==> Diffs to show?
-==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
-==>
-==> Making package: tidal-dl 2022.10.31.1-1 (Sun 08 Jun 2025 03:41:07 PM CDT)
-==> Retrieving sources...
- -> Downloading tidal-dl-2022.10.31.1.tar.gz...
- % Total % Received % Xferd Average Speed Time Time Time Current
- Dload Upload Total Spent Left Speed
- 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
- 100 48230 100 48230 0 0 95144 0 --:--:-- --:--:-- --:--:-- 95144
-==> WARNING: Skipping verification of source file PGP signatures.
-==> Validating source files with sha256sums...
- tidal-dl-2022.10.31.1.tar.gz ... Passed
-==> Making package: python-aigpy 2022.7.8.1-1 (Sun 08 Jun 2025 03:41:08 PM CDT)
-==> Retrieving sources...
- -> Downloading aigpy-2022.7.8.1.tar.gz...
- % Total % Received % Xferd Average Speed Time Time Time Current
- Dload Upload Total Spent Left Speed
- 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
- 100 14495 100 14495 0 0 24462 0 --:--:-- --:--:-- --:--:-- 24462 100 14495 100 14495 0 0 24443 0 --:--:-- --:--:-- --:--:-- 0
-==> WARNING: Skipping verification of source file PGP signatures.
-==> Validating source files with sha256sums...
- aigpy-2022.7.8.1.tar.gz ... Passed
-==> Making package: python-pydub 0.25.1-6 (Sun 08 Jun 2025 03:41:10 PM CDT)
-==> Retrieving sources...
- -> Downloading pydub-0.25.1.tar.gz...
- % Total % Received % Xferd Average Speed Time Time Time Current
- Dload Upload Total Spent Left Speed
- 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
- 100 13776 0 13776 0 0 15688 0 --:--:-- --:--:-- --:--:-- 15688 100 2808k 0 2808k 0 0 1513k 0 --:--:-- 0:00:01 --:--:-- 2857k 100 8540k 0 8540k 0 0 2998k 0 --:--:-- 0:00:02 --:--:-- 4328k 100 14.4M 0 14.4M 0 0 3850k 0 --:--:-- 0:00:03 --:--:-- 4985k 100 20.6M 0 20.6M 0 0 4293k 0 --:--:-- 0:00:04 --:--:-- 5224k 100 26.2M 0 26.2M 0 0 4693k 0 --:--:-- 0:00:05 --:--:-- 5539k
- -> Downloading removewarnings.patch...
- % Total % Received % Xferd Average Speed Time Time Time Current
- Dload Upload Total Spent Left Speed
- 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
- 100 1851 100 1851 0 0 2785 0 --:--:-- --:--:-- --:--:-- 2785
-==> WARNING: Skipping verification of source file PGP signatures.
-==> Validating source files with sha512sums...
- pydub-0.25.1.tar.gz ... Passed
- removewarnings.patch ... Passed
-==> Making package: python-audioop-lts 0.2.1-1 (Sun 08 Jun 2025 03:41:18 PM CDT)
-==> Retrieving sources...
- -> Cloning python-audioop-lts-0.2.1 git repo...
-Cloning into bare repository '/home/cjennings/.cache/yay/python-audioop-lts/python-audioop-lts-0.2.1'...
-==> WARNING: Skipping verification of source file PGP signatures.
-==> Validating source files with sha512sums...
- python-audioop-lts-0.2.1 ... Passed
-:: (1/4) Parsing SRCINFO: python-pydub
-:: (2/4) Parsing SRCINFO: python-audioop-lts
-:: (3/4) Parsing SRCINFO: tidal-dl
-:: (4/4) Parsing SRCINFO: python-aigpy
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (2) python-colorama-0.4.6-5 python-mutagen-1.47.0-3
-
-Total Download Size: 0.44 MiB
-Total Installed Size: 2.47 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- python-mutagen-1.47.0-3-any downloading...
- python-colorama-0.4.6-5-any downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing python-colorama...
-installing python-mutagen...
-:: Running post-transaction hooks...
-(1/1) Arming ConditionNeedsUpdate...
-==> Making package: python-audioop-lts 0.2.1-1 (Sun 08 Jun 2025 03:41:23 PM CDT)
-==> Checking runtime dependencies...
-==> Checking buildtime dependencies...
-==> Retrieving sources...
- -> Updating python-audioop-lts-0.2.1 git repo...
-==> Validating source files with sha512sums...
- python-audioop-lts-0.2.1 ... Passed
-==> Removing existing $srcdir/ directory...
-==> Extracting sources...
- -> Creating working copy of python-audioop-lts-0.2.1 git repo...
-Cloning into 'python-audioop-lts-0.2.1'...
-done.
-Switched to a new branch 'makepkg'
-==> Sources are ready.
-==> Making package: python-audioop-lts 0.2.1-1 (Sun 08 Jun 2025 03:41:26 PM CDT)
-==> Checking runtime dependencies...
-==> Checking buildtime dependencies...
-==> WARNING: Using existing $srcdir/ tree
-==> Starting build()...
-* Getting build dependencies for wheel...
-/usr/lib/python3.13/site-packages/setuptools/config/_apply_pyprojecttoml.py:82: SetuptoolsDeprecationWarning: `project.license` as a TOML table is deprecated
-!!
-
- ********************************************************************************
- Please use a simple string containing a SPDX expression for `project.license`. You can also use `project.license-files`. (Both options available on setuptools>=77.0.0).
-
- By 2026-Feb-18, you need to update your project and remove deprecated calls
- or your builds will no longer be supported.
-
- See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
- ********************************************************************************
-
-!!
- corresp(dist, value, root_dir)
-/usr/lib/python3.13/site-packages/nose/plugins/manager.py:418: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81.
- import pkg_resources
-running egg_info
-creating audioop_lts.egg-info
-writing audioop_lts.egg-info/PKG-INFO
-writing dependency_links to audioop_lts.egg-info/dependency_links.txt
-writing top-level names to audioop_lts.egg-info/top_level.txt
-writing manifest file 'audioop_lts.egg-info/SOURCES.txt'
-reading manifest file 'audioop_lts.egg-info/SOURCES.txt'
-adding license file 'LICENSE'
-writing manifest file 'audioop_lts.egg-info/SOURCES.txt'
-* Building wheel...
-/usr/lib/python3.13/site-packages/setuptools/config/_apply_pyprojecttoml.py:82: SetuptoolsDeprecationWarning: `project.license` as a TOML table is deprecated
-!!
-
- ********************************************************************************
- Please use a simple string containing a SPDX expression for `project.license`. You can also use `project.license-files`. (Both options available on setuptools>=77.0.0).
-
- By 2026-Feb-18, you need to update your project and remove deprecated calls
- or your builds will no longer be supported.
-
- See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
- ********************************************************************************
-
-!!
- corresp(dist, value, root_dir)
-/usr/lib/python3.13/site-packages/nose/plugins/manager.py:418: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81.
- import pkg_resources
-running bdist_wheel
-running build
-running build_py
-creating build/lib.linux-x86_64-cpython-313/audioop
-copying audioop/__init__.py -> build/lib.linux-x86_64-cpython-313/audioop
-running egg_info
-writing audioop_lts.egg-info/PKG-INFO
-writing dependency_links to audioop_lts.egg-info/dependency_links.txt
-writing top-level names to audioop_lts.egg-info/top_level.txt
-reading manifest file 'audioop_lts.egg-info/SOURCES.txt'
-adding license file 'LICENSE'
-writing manifest file 'audioop_lts.egg-info/SOURCES.txt'
-copying audioop/__init__.pyi -> build/lib.linux-x86_64-cpython-313/audioop
-copying audioop/py.typed -> build/lib.linux-x86_64-cpython-313/audioop
-running build_ext
-building 'audioop._audioop' extension
-creating build/temp.linux-x86_64-cpython-313/audioop
-gcc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/home/cjennings/.cache/yay/python-audioop-lts/src=/usr/src/debug/python-audioop-lts -flto=auto -fPIC -DPy_LIMITED_API=0x030D0000 -I/usr/include/python3.13 -c audioop/_audioop.c -o build/temp.linux-x86_64-cpython-313/audioop/_audioop.o
-gcc -shared -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,-z,pack-relative-relocs -flto=auto -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,-z,pack-relative-relocs -flto=auto -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,-z,pack-relative-relocs -flto=auto -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/home/cjennings/.cache/yay/python-audioop-lts/src=/usr/src/debug/python-audioop-lts -flto=auto build/temp.linux-x86_64-cpython-313/audioop/_audioop.o -L/usr/lib -o build/lib.linux-x86_64-cpython-313/audioop/_audioop.abi3.so
-installing to build/bdist.linux-x86_64/wheel
-running install
-running install_lib
-creating build/bdist.linux-x86_64/wheel
-creating build/bdist.linux-x86_64/wheel/audioop
-copying build/lib.linux-x86_64-cpython-313/audioop/__init__.py -> build/bdist.linux-x86_64/wheel/./audioop
-copying build/lib.linux-x86_64-cpython-313/audioop/__init__.pyi -> build/bdist.linux-x86_64/wheel/./audioop
-copying build/lib.linux-x86_64-cpython-313/audioop/py.typed -> build/bdist.linux-x86_64/wheel/./audioop
-copying build/lib.linux-x86_64-cpython-313/audioop/_audioop.abi3.so -> build/bdist.linux-x86_64/wheel/./audioop
-running install_egg_info
-Copying audioop_lts.egg-info to build/bdist.linux-x86_64/wheel/./audioop_lts-0.2.1-py3.13.egg-info
-running install_scripts
-creating build/bdist.linux-x86_64/wheel/audioop_lts-0.2.1.dist-info/WHEEL
-creating '/home/cjennings/.cache/yay/python-audioop-lts/src/python-audioop-lts-0.2.1/dist/.tmp-zu7kh9zy/audioop_lts-0.2.1-cp313-abi3-linux_x86_64.whl' and adding 'build/bdist.linux-x86_64/wheel' to it
-adding 'audioop/__init__.py'
-adding 'audioop/__init__.pyi'
-adding 'audioop/_audioop.abi3.so'
-adding 'audioop/py.typed'
-adding 'audioop_lts-0.2.1.dist-info/licenses/LICENSE'
-adding 'audioop_lts-0.2.1.dist-info/METADATA'
-adding 'audioop_lts-0.2.1.dist-info/WHEEL'
-adding 'audioop_lts-0.2.1.dist-info/top_level.txt'
-adding 'audioop_lts-0.2.1.dist-info/RECORD'
-removing build/bdist.linux-x86_64/wheel
-Successfully built audioop_lts-0.2.1-cp313-abi3-linux_x86_64.whl
-==> Starting check()...
-============================= test session starts ==============================
-platform linux -- Python 3.13.3, pytest-8.4.0, pluggy-1.6.0
-rootdir: /home/cjennings/.cache/yay/python-audioop-lts/src/python-audioop-lts-0.2.1
-configfile: pyproject.toml
-collected 0 items / 1 error
-
-==================================== ERRORS ====================================
-____________________ ERROR collecting tests/test_audioop.py ____________________
-ImportError while importing test module '/home/cjennings/.cache/yay/python-audioop-lts/src/python-audioop-lts-0.2.1/tests/test_audioop.py'.
-Hint: make sure your test modules/packages have valid Python names.
-Traceback:
-/usr/lib/python3.13/importlib/__init__.py:88: in import_module
- return _bootstrap._gcd_import(name[level:], package, level)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-tests/test_audioop.py:3: in <module>
- import audioop # pyright: ignore[reportShadowedImports]
- ^^^^^^^^^^^^^^
-E ModuleNotFoundError: No module named 'audioop'
-=========================== short test summary info ============================
-ERROR tests/test_audioop.py
-!!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection !!!!!!!!!!!!!!!!!!!!
-=============================== 1 error in 0.18s ===============================
-Tests failed
-==> Entering fakeroot environment...
-==> Starting package()...
-==> Tidying install...
- -> Removing libtool files...
- -> Purging unwanted files...
- -> Removing static library files...
- -> Stripping unneeded symbols from binaries and libraries...
- -> Compressing man and info pages...
-==> Checking for packaging issues...
-==> Creating package "python-audioop-lts"...
- -> Generating .PKGINFO file...
- -> Generating .BUILDINFO file...
- -> Generating .MTREE file...
- -> Compressing package...
-==> Creating package "python-audioop-lts-debug"...
- -> Generating .PKGINFO file...
- -> Generating .BUILDINFO file...
- -> Generating .MTREE file...
- -> Compressing package...
-==> Leaving fakeroot environment.
-==> Finished making: python-audioop-lts 0.2.1-1 (Sun 08 Jun 2025 03:41:33 PM CDT)
-==> Cleaning up...
-loading packages...
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (2) python-audioop-lts-0.2.1-1 python-audioop-lts-debug-0.2.1-1
-
-Total Installed Size: 0.29 MiB
-
-:: Proceed with installation? [Y/n]
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing python-audioop-lts...
-installing python-audioop-lts-debug...
-:: Running post-transaction hooks...
-(1/1) Arming ConditionNeedsUpdate...
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (5) python-pyqt5-sip-12.17.0-1 python-wcwidth-0.2.13-3 python-prettytable-3.16.0-1 python-pyqt5-5.15.11-2 python-qt-material-2.16-1
-
-Total Download Size: 4.96 MiB
-Total Installed Size: 29.37 MiB
-
-:: Proceed with installation? [Y/n]
-:: Retrieving packages...
- python-pyqt5-5.15.11-2-x86_64 downloading...
- python-qt-material-2.16-1-any downloading...
- python-prettytable-3.16.0-1-any downloading...
- python-pyqt5-sip-12.17.0-1-x86_64 downloading...
- python-wcwidth-0.2.13-3-any downloading...
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing python-wcwidth...
-installing python-prettytable...
-installing python-qt-material...
-Optional dependencies for python-qt-material
- pyside6: Use PySide for Qt bindings
- python-pyqt6: Use PyQt for Qt bindings [installed]
-installing python-pyqt5-sip...
-installing python-pyqt5...
-Optional dependencies for python-pyqt5
- python-opengl: enable OpenGL 3D graphics in PyQt applications
- python-dbus: for python-dbus mainloop support [installed]
- qt5-multimedia: QtMultimedia, QtMultimediaWidgets
- qt5-tools: QtHelp, QtDesigner [installed]
- qt5-svg: QtSvg [installed]
- qt5-xmlpatterns: QtXmlPatterns
- qt5-declarative: QtQml, qmlplugin [installed]
- qt5-serialport: QtSerialPort
- qt5-websockets: QtWebSockets
- qt5-connectivity: QtNfc, QtBluetooth
- qt5-x11extras: QtX11Extras [installed]
- qt5-remoteobjects: QtRemoteObjects
- qt5-speech: QtTextToSpeech
- qt5-quick3d: QtQuick3D
- qt5-location: QtLocation, QtPositioning [installed]
- qt5-sensors: QtSensors
- qt5-webchannel: QtWebChannel [installed]
-:: Running post-transaction hooks...
-(1/1) Arming ConditionNeedsUpdate...
-==> Making package: python-pydub 0.25.1-6 (Sun 08 Jun 2025 03:41:38 PM CDT)
-==> Checking runtime dependencies...
-==> Checking buildtime dependencies...
-==> Retrieving sources...
- -> Found pydub-0.25.1.tar.gz
- -> Found removewarnings.patch
-==> Validating source files with sha512sums...
- pydub-0.25.1.tar.gz ... Passed
- removewarnings.patch ... Passed
-==> Removing existing $srcdir/ directory...
-==> Extracting sources...
- -> Extracting pydub-0.25.1.tar.gz with bsdtar
-==> Starting prepare()...
-patching file pydub/utils.py
-==> Sources are ready.
-==> Making package: python-pydub 0.25.1-6 (Sun 08 Jun 2025 03:41:42 PM CDT)
-==> Checking runtime dependencies...
-==> Checking buildtime dependencies...
-==> WARNING: Using existing $srcdir/ tree
-==> Starting build()...
-* Building wheel...
-/usr/lib/python3.13/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
-!!
-
- ********************************************************************************
- Please consider removing the following classifiers in favor of a SPDX license expression:
-
- License :: OSI Approved :: MIT License
-
- See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
- ********************************************************************************
-
-!!
- self._finalize_license_expression()
-running bdist_wheel
-The [wheel] section is deprecated. Use [bdist_wheel] instead.
-/usr/lib/python3.13/site-packages/setuptools/_distutils/cmd.py:135: SetuptoolsDeprecationWarning: bdist_wheel.universal is deprecated
-!!
-
- ********************************************************************************
- With Python 2.7 end-of-life, support for building universal wheels
- (i.e., wheels that support both Python 2 and Python 3)
- is being obviated.
- Please discontinue using this option, or if you still need it,
- file an issue with pypa/setuptools describing your use case.
-
- By 2025-Aug-30, you need to update your project and remove deprecated calls
- or your builds will no longer be supported.
- ********************************************************************************
-
-!!
- self.finalize_options()
-running build
-running build_py
-creating build/lib/pydub
-copying pydub/__init__.py -> build/lib/pydub
-copying pydub/audio_segment.py -> build/lib/pydub
-copying pydub/effects.py -> build/lib/pydub
-copying pydub/exceptions.py -> build/lib/pydub
-copying pydub/generators.py -> build/lib/pydub
-copying pydub/logging_utils.py -> build/lib/pydub
-copying pydub/playback.py -> build/lib/pydub
-copying pydub/pyaudioop.py -> build/lib/pydub
-copying pydub/scipy_effects.py -> build/lib/pydub
-copying pydub/silence.py -> build/lib/pydub
-copying pydub/utils.py -> build/lib/pydub
-installing to build/bdist.linux-x86_64/wheel
-running install
-running install_lib
-creating build/bdist.linux-x86_64/wheel
-creating build/bdist.linux-x86_64/wheel/pydub
-copying build/lib/pydub/__init__.py -> build/bdist.linux-x86_64/wheel/./pydub
-copying build/lib/pydub/audio_segment.py -> build/bdist.linux-x86_64/wheel/./pydub
-copying build/lib/pydub/effects.py -> build/bdist.linux-x86_64/wheel/./pydub
-copying build/lib/pydub/exceptions.py -> build/bdist.linux-x86_64/wheel/./pydub
-copying build/lib/pydub/generators.py -> build/bdist.linux-x86_64/wheel/./pydub
-copying build/lib/pydub/logging_utils.py -> build/bdist.linux-x86_64/wheel/./pydub
-copying build/lib/pydub/playback.py -> build/bdist.linux-x86_64/wheel/./pydub
-copying build/lib/pydub/pyaudioop.py -> build/bdist.linux-x86_64/wheel/./pydub
-copying build/lib/pydub/scipy_effects.py -> build/bdist.linux-x86_64/wheel/./pydub
-copying build/lib/pydub/silence.py -> build/bdist.linux-x86_64/wheel/./pydub
-copying build/lib/pydub/utils.py -> build/bdist.linux-x86_64/wheel/./pydub
-running install_egg_info
-running egg_info
-creating pydub.egg-info
-writing pydub.egg-info/PKG-INFO
-writing dependency_links to pydub.egg-info/dependency_links.txt
-writing top-level names to pydub.egg-info/top_level.txt
-writing manifest file 'pydub.egg-info/SOURCES.txt'
-reading manifest file 'pydub.egg-info/SOURCES.txt'
-reading manifest template 'MANIFEST.in'
-adding license file 'LICENSE'
-adding license file 'AUTHORS'
-writing manifest file 'pydub.egg-info/SOURCES.txt'
-Copying pydub.egg-info to build/bdist.linux-x86_64/wheel/./pydub-0.25.1-py3.13.egg-info
-running install_scripts
-creating build/bdist.linux-x86_64/wheel/pydub-0.25.1.dist-info/WHEEL
-creating '/home/cjennings/.cache/yay/python-pydub/src/pydub-0.25.1/dist/.tmp-igpsvhkq/pydub-0.25.1-py2.py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it
-adding 'pydub/__init__.py'
-adding 'pydub/audio_segment.py'
-adding 'pydub/effects.py'
-adding 'pydub/exceptions.py'
-adding 'pydub/generators.py'
-adding 'pydub/logging_utils.py'
-adding 'pydub/playback.py'
-adding 'pydub/pyaudioop.py'
-adding 'pydub/scipy_effects.py'
-adding 'pydub/silence.py'
-adding 'pydub/utils.py'
-adding 'pydub-0.25.1.dist-info/licenses/AUTHORS'
-adding 'pydub-0.25.1.dist-info/licenses/LICENSE'
-adding 'pydub-0.25.1.dist-info/METADATA'
-adding 'pydub-0.25.1.dist-info/WHEEL'
-adding 'pydub-0.25.1.dist-info/top_level.txt'
-adding 'pydub-0.25.1.dist-info/RECORD'
-removing build/bdist.linux-x86_64/wheel
-Successfully built pydub-0.25.1-py2.py3-none-any.whl
-==> Starting check()...
-============================= test session starts ==============================
-platform linux -- Python 3.13.3, pytest-8.4.0, pluggy-1.6.0
-rootdir: /home/cjennings/.cache/yay/python-pydub/src/pydub-0.25.1
-collected 113 items / 2 deselected / 111 selected
-
-test/test.py ........................................................... [ 53%]
-.................................................... [100%]
-
-====================== 111 passed, 2 deselected in 25.87s ======================
-==> Entering fakeroot environment...
-==> Starting package()...
-==> Tidying install...
- -> Removing libtool files...
- -> Purging unwanted files...
- -> Removing static library files...
- -> Stripping unneeded symbols from binaries and libraries...
- -> Compressing man and info pages...
-==> Checking for packaging issues...
-==> Creating package "python-pydub"...
- -> Generating .PKGINFO file...
- -> Generating .BUILDINFO file...
- -> Generating .MTREE file...
- -> Compressing package...
-==> Leaving fakeroot environment.
-==> Finished making: python-pydub 0.25.1-6 (Sun 08 Jun 2025 03:42:16 PM CDT)
-==> Cleaning up...
-==> Making package: python-aigpy 2022.7.8.1-1 (Sun 08 Jun 2025 03:42:17 PM CDT)
-==> Checking runtime dependencies...
-==> Checking buildtime dependencies...
-==> Retrieving sources...
- -> Found aigpy-2022.7.8.1.tar.gz
-==> Validating source files with sha256sums...
- aigpy-2022.7.8.1.tar.gz ... Passed
-==> Removing existing $srcdir/ directory...
-==> Extracting sources...
- -> Extracting aigpy-2022.7.8.1.tar.gz with bsdtar
-==> Sources are ready.
-==> Making package: python-aigpy 2022.7.8.1-1 (Sun 08 Jun 2025 03:42:20 PM CDT)
-==> Checking runtime dependencies...
-==> Checking buildtime dependencies...
-==> WARNING: Using existing $srcdir/ tree
-==> Starting build()...
-/usr/lib/python3.13/site-packages/setuptools/dist.py:332: InformationOnly: Normalizing '2022.07.08.1' to '2022.7.8.1'
- self.metadata.version = self._normalize_version(self.metadata.version)
-running build
-running build_py
-creating build/lib/aigpy
-copying aigpy/LockHelper.py -> build/lib/aigpy
-copying aigpy/__init__.py -> build/lib/aigpy
-copying aigpy/cmdHelper.py -> build/lib/aigpy
-copying aigpy/convertHelper.py -> build/lib/aigpy
-copying aigpy/dictHelper.py -> build/lib/aigpy
-copying aigpy/downloadHelper.py -> build/lib/aigpy
-copying aigpy/ffmpegHelper.py -> build/lib/aigpy
-copying aigpy/fileHelper.py -> build/lib/aigpy
-copying aigpy/githubHelper.py -> build/lib/aigpy
-copying aigpy/m3u8Helper.py -> build/lib/aigpy
-copying aigpy/memoryHelper.py -> build/lib/aigpy
-copying aigpy/modelHelper.py -> build/lib/aigpy
-copying aigpy/musicHelp.py -> build/lib/aigpy
-copying aigpy/netHelper.py -> build/lib/aigpy
-copying aigpy/pathHelper.py -> build/lib/aigpy
-copying aigpy/pipHelper.py -> build/lib/aigpy
-copying aigpy/progressHelper.py -> build/lib/aigpy
-copying aigpy/stringHelper.py -> build/lib/aigpy
-copying aigpy/systemHelper.py -> build/lib/aigpy
-copying aigpy/tagHelper.py -> build/lib/aigpy
-copying aigpy/threadHelper.py -> build/lib/aigpy
-copying aigpy/timeHelp.py -> build/lib/aigpy
-running egg_info
-writing aigpy.egg-info/PKG-INFO
-writing dependency_links to aigpy.egg-info/dependency_links.txt
-writing requirements to aigpy.egg-info/requires.txt
-writing top-level names to aigpy.egg-info/top_level.txt
-reading manifest file 'aigpy.egg-info/SOURCES.txt'
-adding license file 'LICENSE'
-writing manifest file 'aigpy.egg-info/SOURCES.txt'
-==> Entering fakeroot environment...
-==> Starting package()...
-/usr/lib/python3.13/site-packages/setuptools/dist.py:332: InformationOnly: Normalizing '2022.07.08.1' to '2022.7.8.1'
- self.metadata.version = self._normalize_version(self.metadata.version)
-running install
-/usr/lib/python3.13/site-packages/setuptools/_distutils/cmd.py:90: SetuptoolsDeprecationWarning: setup.py install is deprecated.
-!!
-
- ********************************************************************************
- Please avoid running ``setup.py`` directly.
- Instead, use pypa/build, pypa/installer or other
- standards-based tools.
-
- By 2025-Oct-31, you need to update your project and remove deprecated calls
- or your builds will no longer be supported.
-
- See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details.
- ********************************************************************************
-
-!!
- self.initialize_options()
-running install_lib
-creating /home/cjennings/.cache/yay/python-aigpy/pkg/python-aigpy/usr/lib/python3.13/site-packages
-creating /home/cjennings/.cache/yay/python-aigpy/pkg/python-aigpy/usr/lib/python3.13/site-packages/aigpy
-copying build/lib/aigpy/LockHelper.py -> /home/cjennings/.cache/yay/python-aigpy/pkg/python-aigpy/usr/lib/python3.13/site-packages/aigpy
-copying build/lib/aigpy/__init__.py -> /home/cjennings/.cache/yay/python-aigpy/pkg/python-aigpy/usr/lib/python3.13/site-packages/aigpy
-copying build/lib/aigpy/cmdHelper.py -> /home/cjennings/.cache/yay/python-aigpy/pkg/python-aigpy/usr/lib/python3.13/site-packages/aigpy
-copying build/lib/aigpy/convertHelper.py -> /home/cjennings/.cache/yay/python-aigpy/pkg/python-aigpy/usr/lib/python3.13/site-packages/aigpy
-copying build/lib/aigpy/dictHelper.py -> /home/cjennings/.cache/yay/python-aigpy/pkg/python-aigpy/usr/lib/python3.13/site-packages/aigpy
-copying build/lib/aigpy/downloadHelper.py -> /home/cjennings/.cache/yay/python-aigpy/pkg/python-aigpy/usr/lib/python3.13/site-packages/aigpy
-copying build/lib/aigpy/ffmpegHelper.py -> /home/cjennings/.cache/yay/python-aigpy/pkg/python-aigpy/usr/lib/python3.13/site-packages/aigpy
-copying build/lib/aigpy/fileHelper.py -> /home/cjennings/.cache/yay/python-aigpy/pkg/python-aigpy/usr/lib/python3.13/site-packages/aigpy
-copying build/lib/aigpy/githubHelper.py -> /home/cjennings/.cache/yay/python-aigpy/pkg/python-aigpy/usr/lib/python3.13/site-packages/aigpy
-copying build/lib/aigpy/m3u8Helper.py -> /home/cjennings/.cache/yay/python-aigpy/pkg/python-aigpy/usr/lib/python3.13/site-packages/aigpy
-copying build/lib/aigpy/memoryHelper.py -> /home/cjennings/.cache/yay/python-aigpy/pkg/python-aigpy/usr/lib/python3.13/site-packages/aigpy
-copying build/lib/aigpy/modelHelper.py -> /home/cjennings/.cache/yay/python-aigpy/pkg/python-aigpy/usr/lib/python3.13/site-packages/aigpy
-copying build/lib/aigpy/musicHelp.py -> /home/cjennings/.cache/yay/python-aigpy/pkg/python-aigpy/usr/lib/python3.13/site-packages/aigpy
-copying build/lib/aigpy/netHelper.py -> /home/cjennings/.cache/yay/python-aigpy/pkg/python-aigpy/usr/lib/python3.13/site-packages/aigpy
-copying build/lib/aigpy/pathHelper.py -> /home/cjennings/.cache/yay/python-aigpy/pkg/python-aigpy/usr/lib/python3.13/site-packages/aigpy
-copying build/lib/aigpy/pipHelper.py -> /home/cjennings/.cache/yay/python-aigpy/pkg/python-aigpy/usr/lib/python3.13/site-packages/aigpy
-copying build/lib/aigpy/progressHelper.py -> /home/cjennings/.cache/yay/python-aigpy/pkg/python-aigpy/usr/lib/python3.13/site-packages/aigpy
-copying build/lib/aigpy/stringHelper.py -> /home/cjennings/.cache/yay/python-aigpy/pkg/python-aigpy/usr/lib/python3.13/site-packages/aigpy
-copying build/lib/aigpy/systemHelper.py -> /home/cjennings/.cache/yay/python-aigpy/pkg/python-aigpy/usr/lib/python3.13/site-packages/aigpy
-copying build/lib/aigpy/tagHelper.py -> /home/cjennings/.cache/yay/python-aigpy/pkg/python-aigpy/usr/lib/python3.13/site-packages/aigpy
-copying build/lib/aigpy/threadHelper.py -> /home/cjennings/.cache/yay/python-aigpy/pkg/python-aigpy/usr/lib/python3.13/site-packages/aigpy
-copying build/lib/aigpy/timeHelp.py -> /home/cjennings/.cache/yay/python-aigpy/pkg/python-aigpy/usr/lib/python3.13/site-packages/aigpy
-byte-compiling /home/cjennings/.cache/yay/python-aigpy/pkg/python-aigpy/usr/lib/python3.13/site-packages/aigpy/LockHelper.py to LockHelper.cpython-313.pyc
-byte-compiling /home/cjennings/.cache/yay/python-aigpy/pkg/python-aigpy/usr/lib/python3.13/site-packages/aigpy/__init__.py to __init__.cpython-313.pyc
-byte-compiling /home/cjennings/.cache/yay/python-aigpy/pkg/python-aigpy/usr/lib/python3.13/site-packages/aigpy/cmdHelper.py to cmdHelper.cpython-313.pyc
-byte-compiling /home/cjennings/.cache/yay/python-aigpy/pkg/python-aigpy/usr/lib/python3.13/site-packages/aigpy/convertHelper.py to convertHelper.cpython-313.pyc
-byte-compiling /home/cjennings/.cache/yay/python-aigpy/pkg/python-aigpy/usr/lib/python3.13/site-packages/aigpy/dictHelper.py to dictHelper.cpython-313.pyc
-byte-compiling /home/cjennings/.cache/yay/python-aigpy/pkg/python-aigpy/usr/lib/python3.13/site-packages/aigpy/downloadHelper.py to downloadHelper.cpython-313.pyc
-byte-compiling /home/cjennings/.cache/yay/python-aigpy/pkg/python-aigpy/usr/lib/python3.13/site-packages/aigpy/ffmpegHelper.py to ffmpegHelper.cpython-313.pyc
-byte-compiling /home/cjennings/.cache/yay/python-aigpy/pkg/python-aigpy/usr/lib/python3.13/site-packages/aigpy/fileHelper.py to fileHelper.cpython-313.pyc
-byte-compiling /home/cjennings/.cache/yay/python-aigpy/pkg/python-aigpy/usr/lib/python3.13/site-packages/aigpy/githubHelper.py to githubHelper.cpython-313.pyc
-byte-compiling /home/cjennings/.cache/yay/python-aigpy/pkg/python-aigpy/usr/lib/python3.13/site-packages/aigpy/m3u8Helper.py to m3u8Helper.cpython-313.pyc
-byte-compiling /home/cjennings/.cache/yay/python-aigpy/pkg/python-aigpy/usr/lib/python3.13/site-packages/aigpy/memoryHelper.py to memoryHelper.cpython-313.pyc
-byte-compiling /home/cjennings/.cache/yay/python-aigpy/pkg/python-aigpy/usr/lib/python3.13/site-packages/aigpy/modelHelper.py to modelHelper.cpython-313.pyc
-byte-compiling /home/cjennings/.cache/yay/python-aigpy/pkg/python-aigpy/usr/lib/python3.13/site-packages/aigpy/musicHelp.py to musicHelp.cpython-313.pyc
-byte-compiling /home/cjennings/.cache/yay/python-aigpy/pkg/python-aigpy/usr/lib/python3.13/site-packages/aigpy/netHelper.py to netHelper.cpython-313.pyc
-byte-compiling /home/cjennings/.cache/yay/python-aigpy/pkg/python-aigpy/usr/lib/python3.13/site-packages/aigpy/pathHelper.py to pathHelper.cpython-313.pyc
-byte-compiling /home/cjennings/.cache/yay/python-aigpy/pkg/python-aigpy/usr/lib/python3.13/site-packages/aigpy/pipHelper.py to pipHelper.cpython-313.pyc
-byte-compiling /home/cjennings/.cache/yay/python-aigpy/pkg/python-aigpy/usr/lib/python3.13/site-packages/aigpy/progressHelper.py to progressHelper.cpython-313.pyc
-byte-compiling /home/cjennings/.cache/yay/python-aigpy/pkg/python-aigpy/usr/lib/python3.13/site-packages/aigpy/stringHelper.py to stringHelper.cpython-313.pyc
-byte-compiling /home/cjennings/.cache/yay/python-aigpy/pkg/python-aigpy/usr/lib/python3.13/site-packages/aigpy/systemHelper.py to systemHelper.cpython-313.pyc
-byte-compiling /home/cjennings/.cache/yay/python-aigpy/pkg/python-aigpy/usr/lib/python3.13/site-packages/aigpy/tagHelper.py to tagHelper.cpython-313.pyc
-usr/lib/python3.13/site-packages/aigpy/tagHelper.py:211: SyntaxWarning: invalid escape sequence '\c'
-byte-compiling /home/cjennings/.cache/yay/python-aigpy/pkg/python-aigpy/usr/lib/python3.13/site-packages/aigpy/threadHelper.py to threadHelper.cpython-313.pyc
-byte-compiling /home/cjennings/.cache/yay/python-aigpy/pkg/python-aigpy/usr/lib/python3.13/site-packages/aigpy/timeHelp.py to timeHelp.cpython-313.pyc
-writing byte-compilation script '/tmp/tmpebk2zj_b.py'
-/usr/bin/python /tmp/tmpebk2zj_b.py
-usr/lib/python3.13/site-packages/aigpy/tagHelper.py:211: SyntaxWarning: invalid escape sequence '\c'
-removing /tmp/tmpebk2zj_b.py
-running install_egg_info
-running egg_info
-writing aigpy.egg-info/PKG-INFO
-writing dependency_links to aigpy.egg-info/dependency_links.txt
-writing requirements to aigpy.egg-info/requires.txt
-writing top-level names to aigpy.egg-info/top_level.txt
-reading manifest file 'aigpy.egg-info/SOURCES.txt'
-adding license file 'LICENSE'
-writing manifest file 'aigpy.egg-info/SOURCES.txt'
-Copying aigpy.egg-info to /home/cjennings/.cache/yay/python-aigpy/pkg/python-aigpy/usr/lib/python3.13/site-packages/aigpy-2022.7.8.1-py3.13.egg-info
-running install_scripts
-==> Tidying install...
- -> Removing libtool files...
- -> Purging unwanted files...
- -> Removing static library files...
- -> Stripping unneeded symbols from binaries and libraries...
- -> Compressing man and info pages...
-==> Checking for packaging issues...
-==> Creating package "python-aigpy"...
- -> Generating .PKGINFO file...
- -> Generating .BUILDINFO file...
- -> Generating .MTREE file...
- -> Compressing package...
-==> Leaving fakeroot environment.
-==> Finished making: python-aigpy 2022.7.8.1-1 (Sun 08 Jun 2025 03:42:25 PM CDT)
-==> Cleaning up...
-loading packages...
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (2) python-aigpy-2022.7.8.1-1 python-pydub-0.25.1-6
-
-Total Installed Size: 0.31 MiB
-
-:: Proceed with installation? [Y/n]
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing python-pydub...
-Optional dependencies for python-pydub
- python-pyaudio: for playback
- python-simpleaudio: for playback
- python-scipy: for filters support
-installing python-aigpy...
-:: Running post-transaction hooks...
-(1/1) Arming ConditionNeedsUpdate...
-==> Making package: tidal-dl 2022.10.31.1-1 (Sun 08 Jun 2025 03:42:27 PM CDT)
-==> Checking runtime dependencies...
-==> Checking buildtime dependencies...
-==> Retrieving sources...
- -> Found tidal-dl-2022.10.31.1.tar.gz
-==> Validating source files with sha256sums...
- tidal-dl-2022.10.31.1.tar.gz ... Passed
-==> Removing existing $srcdir/ directory...
-==> Extracting sources...
- -> Extracting tidal-dl-2022.10.31.1.tar.gz with bsdtar
-==> Sources are ready.
-==> Making package: tidal-dl 2022.10.31.1-1 (Sun 08 Jun 2025 03:42:29 PM CDT)
-==> Checking runtime dependencies...
-==> Checking buildtime dependencies...
-==> WARNING: Using existing $srcdir/ tree
-==> Starting build()...
-/home/cjennings/.cache/yay/tidal-dl/src/tidal-dl-2022.10.31.1/tidal_dl/printf.py:47: SyntaxWarning: invalid escape sequence '\_'
- def logo():
-WARNING:root:qt_material must be imported after PySide or PyQt!
-INFO:root:running build
-INFO:root:running build_py
-INFO:root:creating build/lib/tidal_dl
-INFO:root:copying tidal_dl/__init__.py -> build/lib/tidal_dl
-INFO:root:copying tidal_dl/apiKey.py -> build/lib/tidal_dl
-INFO:root:copying tidal_dl/decryption.py -> build/lib/tidal_dl
-INFO:root:copying tidal_dl/download.py -> build/lib/tidal_dl
-INFO:root:copying tidal_dl/enums.py -> build/lib/tidal_dl
-INFO:root:copying tidal_dl/events.py -> build/lib/tidal_dl
-INFO:root:copying tidal_dl/gui.py -> build/lib/tidal_dl
-INFO:root:copying tidal_dl/model.py -> build/lib/tidal_dl
-INFO:root:copying tidal_dl/paths.py -> build/lib/tidal_dl
-INFO:root:copying tidal_dl/printf.py -> build/lib/tidal_dl
-INFO:root:copying tidal_dl/settings.py -> build/lib/tidal_dl
-INFO:root:copying tidal_dl/tidal.py -> build/lib/tidal_dl
-INFO:root:creating build/lib/tidal_dl/lang
-INFO:root:copying tidal_dl/lang/__init__.py -> build/lib/tidal_dl/lang
-INFO:root:copying tidal_dl/lang/arabic.py -> build/lib/tidal_dl/lang
-INFO:root:copying tidal_dl/lang/chinese.py -> build/lib/tidal_dl/lang
-INFO:root:copying tidal_dl/lang/croatian.py -> build/lib/tidal_dl/lang
-INFO:root:copying tidal_dl/lang/czech.py -> build/lib/tidal_dl/lang
-INFO:root:copying tidal_dl/lang/danish.py -> build/lib/tidal_dl/lang
-INFO:root:copying tidal_dl/lang/dutch.py -> build/lib/tidal_dl/lang
-INFO:root:copying tidal_dl/lang/english.py -> build/lib/tidal_dl/lang
-INFO:root:copying tidal_dl/lang/filipino.py -> build/lib/tidal_dl/lang
-INFO:root:copying tidal_dl/lang/french.py -> build/lib/tidal_dl/lang
-INFO:root:copying tidal_dl/lang/german.py -> build/lib/tidal_dl/lang
-INFO:root:copying tidal_dl/lang/hungarian.py -> build/lib/tidal_dl/lang
-INFO:root:copying tidal_dl/lang/italian.py -> build/lib/tidal_dl/lang
-INFO:root:copying tidal_dl/lang/japanese.py -> build/lib/tidal_dl/lang
-INFO:root:copying tidal_dl/lang/korean.py -> build/lib/tidal_dl/lang
-INFO:root:copying tidal_dl/lang/language.py -> build/lib/tidal_dl/lang
-INFO:root:copying tidal_dl/lang/norwegian.py -> build/lib/tidal_dl/lang
-INFO:root:copying tidal_dl/lang/polish.py -> build/lib/tidal_dl/lang
-INFO:root:copying tidal_dl/lang/portuguese.py -> build/lib/tidal_dl/lang
-INFO:root:copying tidal_dl/lang/russian.py -> build/lib/tidal_dl/lang
-INFO:root:copying tidal_dl/lang/spanish.py -> build/lib/tidal_dl/lang
-INFO:root:copying tidal_dl/lang/turkish.py -> build/lib/tidal_dl/lang
-INFO:root:copying tidal_dl/lang/ukrainian.py -> build/lib/tidal_dl/lang
-INFO:root:copying tidal_dl/lang/vietnamese.py -> build/lib/tidal_dl/lang
-==> Entering fakeroot environment...
-==> Starting package()...
-WARNING:root:qt_material must be imported after PySide or PyQt!
-INFO:root:running install
-/usr/lib/python3.13/site-packages/setuptools/_distutils/cmd.py:90: SetuptoolsDeprecationWarning: setup.py install is deprecated.
-!!
-
- ********************************************************************************
- Please avoid running ``setup.py`` directly.
- Instead, use pypa/build, pypa/installer or other
- standards-based tools.
-
- By 2025-Oct-31, you need to update your project and remove deprecated calls
- or your builds will no longer be supported.
-
- See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details.
- ********************************************************************************
-
-!!
- self.initialize_options()
-INFO:root:running install_lib
-INFO:root:creating /home/cjennings/.cache/yay/tidal-dl/pkg/tidal-dl/usr/lib/python3.13/site-packages
-INFO:root:creating /home/cjennings/.cache/yay/tidal-dl/pkg/tidal-dl/usr/lib/python3.13/site-packages/tidal_dl
-INFO:root:copying build/lib/tidal_dl/__init__.py -> /home/cjennings/.cache/yay/tidal-dl/pkg/tidal-dl/usr/lib/python3.13/site-packages/tidal_dl
-INFO:root:copying build/lib/tidal_dl/apiKey.py -> /home/cjennings/.cache/yay/tidal-dl/pkg/tidal-dl/usr/lib/python3.13/site-packages/tidal_dl
-INFO:root:copying build/lib/tidal_dl/decryption.py -> /home/cjennings/.cache/yay/tidal-dl/pkg/tidal-dl/usr/lib/python3.13/site-packages/tidal_dl
-INFO:root:copying build/lib/tidal_dl/download.py -> /home/cjennings/.cache/yay/tidal-dl/pkg/tidal-dl/usr/lib/python3.13/site-packages/tidal_dl
-INFO:root:copying build/lib/tidal_dl/enums.py -> /home/cjennings/.cache/yay/tidal-dl/pkg/tidal-dl/usr/lib/python3.13/site-packages/tidal_dl
-INFO:root:copying build/lib/tidal_dl/events.py -> /home/cjennings/.cache/yay/tidal-dl/pkg/tidal-dl/usr/lib/python3.13/site-packages/tidal_dl
-INFO:root:copying build/lib/tidal_dl/gui.py -> /home/cjennings/.cache/yay/tidal-dl/pkg/tidal-dl/usr/lib/python3.13/site-packages/tidal_dl
-INFO:root:copying build/lib/tidal_dl/model.py -> /home/cjennings/.cache/yay/tidal-dl/pkg/tidal-dl/usr/lib/python3.13/site-packages/tidal_dl
-INFO:root:copying build/lib/tidal_dl/paths.py -> /home/cjennings/.cache/yay/tidal-dl/pkg/tidal-dl/usr/lib/python3.13/site-packages/tidal_dl
-INFO:root:copying build/lib/tidal_dl/printf.py -> /home/cjennings/.cache/yay/tidal-dl/pkg/tidal-dl/usr/lib/python3.13/site-packages/tidal_dl
-INFO:root:copying build/lib/tidal_dl/settings.py -> /home/cjennings/.cache/yay/tidal-dl/pkg/tidal-dl/usr/lib/python3.13/site-packages/tidal_dl
-INFO:root:copying build/lib/tidal_dl/tidal.py -> /home/cjennings/.cache/yay/tidal-dl/pkg/tidal-dl/usr/lib/python3.13/site-packages/tidal_dl
-INFO:root:creating /home/cjennings/.cache/yay/tidal-dl/pkg/tidal-dl/usr/lib/python3.13/site-packages/tidal_dl/lang
-INFO:root:copying build/lib/tidal_dl/lang/__init__.py -> /home/cjennings/.cache/yay/tidal-dl/pkg/tidal-dl/usr/lib/python3.13/site-packages/tidal_dl/lang
-INFO:root:copying build/lib/tidal_dl/lang/arabic.py -> /home/cjennings/.cache/yay/tidal-dl/pkg/tidal-dl/usr/lib/python3.13/site-packages/tidal_dl/lang
-INFO:root:copying build/lib/tidal_dl/lang/chinese.py -> /home/cjennings/.cache/yay/tidal-dl/pkg/tidal-dl/usr/lib/python3.13/site-packages/tidal_dl/lang
-INFO:root:copying build/lib/tidal_dl/lang/croatian.py -> /home/cjennings/.cache/yay/tidal-dl/pkg/tidal-dl/usr/lib/python3.13/site-packages/tidal_dl/lang
-INFO:root:copying build/lib/tidal_dl/lang/czech.py -> /home/cjennings/.cache/yay/tidal-dl/pkg/tidal-dl/usr/lib/python3.13/site-packages/tidal_dl/lang
-INFO:root:copying build/lib/tidal_dl/lang/danish.py -> /home/cjennings/.cache/yay/tidal-dl/pkg/tidal-dl/usr/lib/python3.13/site-packages/tidal_dl/lang
-INFO:root:copying build/lib/tidal_dl/lang/dutch.py -> /home/cjennings/.cache/yay/tidal-dl/pkg/tidal-dl/usr/lib/python3.13/site-packages/tidal_dl/lang
-INFO:root:copying build/lib/tidal_dl/lang/english.py -> /home/cjennings/.cache/yay/tidal-dl/pkg/tidal-dl/usr/lib/python3.13/site-packages/tidal_dl/lang
-INFO:root:copying build/lib/tidal_dl/lang/filipino.py -> /home/cjennings/.cache/yay/tidal-dl/pkg/tidal-dl/usr/lib/python3.13/site-packages/tidal_dl/lang
-INFO:root:copying build/lib/tidal_dl/lang/french.py -> /home/cjennings/.cache/yay/tidal-dl/pkg/tidal-dl/usr/lib/python3.13/site-packages/tidal_dl/lang
-INFO:root:copying build/lib/tidal_dl/lang/german.py -> /home/cjennings/.cache/yay/tidal-dl/pkg/tidal-dl/usr/lib/python3.13/site-packages/tidal_dl/lang
-INFO:root:copying build/lib/tidal_dl/lang/hungarian.py -> /home/cjennings/.cache/yay/tidal-dl/pkg/tidal-dl/usr/lib/python3.13/site-packages/tidal_dl/lang
-INFO:root:copying build/lib/tidal_dl/lang/italian.py -> /home/cjennings/.cache/yay/tidal-dl/pkg/tidal-dl/usr/lib/python3.13/site-packages/tidal_dl/lang
-INFO:root:copying build/lib/tidal_dl/lang/japanese.py -> /home/cjennings/.cache/yay/tidal-dl/pkg/tidal-dl/usr/lib/python3.13/site-packages/tidal_dl/lang
-INFO:root:copying build/lib/tidal_dl/lang/korean.py -> /home/cjennings/.cache/yay/tidal-dl/pkg/tidal-dl/usr/lib/python3.13/site-packages/tidal_dl/lang
-INFO:root:copying build/lib/tidal_dl/lang/language.py -> /home/cjennings/.cache/yay/tidal-dl/pkg/tidal-dl/usr/lib/python3.13/site-packages/tidal_dl/lang
-INFO:root:copying build/lib/tidal_dl/lang/norwegian.py -> /home/cjennings/.cache/yay/tidal-dl/pkg/tidal-dl/usr/lib/python3.13/site-packages/tidal_dl/lang
-INFO:root:copying build/lib/tidal_dl/lang/polish.py -> /home/cjennings/.cache/yay/tidal-dl/pkg/tidal-dl/usr/lib/python3.13/site-packages/tidal_dl/lang
-INFO:root:copying build/lib/tidal_dl/lang/portuguese.py -> /home/cjennings/.cache/yay/tidal-dl/pkg/tidal-dl/usr/lib/python3.13/site-packages/tidal_dl/lang
-INFO:root:copying build/lib/tidal_dl/lang/russian.py -> /home/cjennings/.cache/yay/tidal-dl/pkg/tidal-dl/usr/lib/python3.13/site-packages/tidal_dl/lang
-INFO:root:copying build/lib/tidal_dl/lang/spanish.py -> /home/cjennings/.cache/yay/tidal-dl/pkg/tidal-dl/usr/lib/python3.13/site-packages/tidal_dl/lang
-INFO:root:copying build/lib/tidal_dl/lang/turkish.py -> /home/cjennings/.cache/yay/tidal-dl/pkg/tidal-dl/usr/lib/python3.13/site-packages/tidal_dl/lang
-INFO:root:copying build/lib/tidal_dl/lang/ukrainian.py -> /home/cjennings/.cache/yay/tidal-dl/pkg/tidal-dl/usr/lib/python3.13/site-packages/tidal_dl/lang
-INFO:root:copying build/lib/tidal_dl/lang/vietnamese.py -> /home/cjennings/.cache/yay/tidal-dl/pkg/tidal-dl/usr/lib/python3.13/site-packages/tidal_dl/lang
-INFO:root:byte-compiling /home/cjennings/.cache/yay/tidal-dl/pkg/tidal-dl/usr/lib/python3.13/site-packages/tidal_dl/__init__.py to __init__.cpython-313.pyc
-INFO:root:byte-compiling /home/cjennings/.cache/yay/tidal-dl/pkg/tidal-dl/usr/lib/python3.13/site-packages/tidal_dl/apiKey.py to apiKey.cpython-313.pyc
-INFO:root:byte-compiling /home/cjennings/.cache/yay/tidal-dl/pkg/tidal-dl/usr/lib/python3.13/site-packages/tidal_dl/decryption.py to decryption.cpython-313.pyc
-INFO:root:byte-compiling /home/cjennings/.cache/yay/tidal-dl/pkg/tidal-dl/usr/lib/python3.13/site-packages/tidal_dl/download.py to download.cpython-313.pyc
-INFO:root:byte-compiling /home/cjennings/.cache/yay/tidal-dl/pkg/tidal-dl/usr/lib/python3.13/site-packages/tidal_dl/enums.py to enums.cpython-313.pyc
-INFO:root:byte-compiling /home/cjennings/.cache/yay/tidal-dl/pkg/tidal-dl/usr/lib/python3.13/site-packages/tidal_dl/events.py to events.cpython-313.pyc
-INFO:root:byte-compiling /home/cjennings/.cache/yay/tidal-dl/pkg/tidal-dl/usr/lib/python3.13/site-packages/tidal_dl/gui.py to gui.cpython-313.pyc
-INFO:root:byte-compiling /home/cjennings/.cache/yay/tidal-dl/pkg/tidal-dl/usr/lib/python3.13/site-packages/tidal_dl/model.py to model.cpython-313.pyc
-INFO:root:byte-compiling /home/cjennings/.cache/yay/tidal-dl/pkg/tidal-dl/usr/lib/python3.13/site-packages/tidal_dl/paths.py to paths.cpython-313.pyc
-INFO:root:byte-compiling /home/cjennings/.cache/yay/tidal-dl/pkg/tidal-dl/usr/lib/python3.13/site-packages/tidal_dl/printf.py to printf.cpython-313.pyc
-usr/lib/python3.13/site-packages/tidal_dl/printf.py:47: SyntaxWarning: invalid escape sequence '\_'
-INFO:root:byte-compiling /home/cjennings/.cache/yay/tidal-dl/pkg/tidal-dl/usr/lib/python3.13/site-packages/tidal_dl/settings.py to settings.cpython-313.pyc
-INFO:root:byte-compiling /home/cjennings/.cache/yay/tidal-dl/pkg/tidal-dl/usr/lib/python3.13/site-packages/tidal_dl/tidal.py to tidal.cpython-313.pyc
-INFO:root:byte-compiling /home/cjennings/.cache/yay/tidal-dl/pkg/tidal-dl/usr/lib/python3.13/site-packages/tidal_dl/lang/__init__.py to __init__.cpython-313.pyc
-INFO:root:byte-compiling /home/cjennings/.cache/yay/tidal-dl/pkg/tidal-dl/usr/lib/python3.13/site-packages/tidal_dl/lang/arabic.py to arabic.cpython-313.pyc
-INFO:root:byte-compiling /home/cjennings/.cache/yay/tidal-dl/pkg/tidal-dl/usr/lib/python3.13/site-packages/tidal_dl/lang/chinese.py to chinese.cpython-313.pyc
-INFO:root:byte-compiling /home/cjennings/.cache/yay/tidal-dl/pkg/tidal-dl/usr/lib/python3.13/site-packages/tidal_dl/lang/croatian.py to croatian.cpython-313.pyc
-INFO:root:byte-compiling /home/cjennings/.cache/yay/tidal-dl/pkg/tidal-dl/usr/lib/python3.13/site-packages/tidal_dl/lang/czech.py to czech.cpython-313.pyc
-INFO:root:byte-compiling /home/cjennings/.cache/yay/tidal-dl/pkg/tidal-dl/usr/lib/python3.13/site-packages/tidal_dl/lang/danish.py to danish.cpython-313.pyc
-INFO:root:byte-compiling /home/cjennings/.cache/yay/tidal-dl/pkg/tidal-dl/usr/lib/python3.13/site-packages/tidal_dl/lang/dutch.py to dutch.cpython-313.pyc
-INFO:root:byte-compiling /home/cjennings/.cache/yay/tidal-dl/pkg/tidal-dl/usr/lib/python3.13/site-packages/tidal_dl/lang/english.py to english.cpython-313.pyc
-INFO:root:byte-compiling /home/cjennings/.cache/yay/tidal-dl/pkg/tidal-dl/usr/lib/python3.13/site-packages/tidal_dl/lang/filipino.py to filipino.cpython-313.pyc
-INFO:root:byte-compiling /home/cjennings/.cache/yay/tidal-dl/pkg/tidal-dl/usr/lib/python3.13/site-packages/tidal_dl/lang/french.py to french.cpython-313.pyc
-INFO:root:byte-compiling /home/cjennings/.cache/yay/tidal-dl/pkg/tidal-dl/usr/lib/python3.13/site-packages/tidal_dl/lang/german.py to german.cpython-313.pyc
-INFO:root:byte-compiling /home/cjennings/.cache/yay/tidal-dl/pkg/tidal-dl/usr/lib/python3.13/site-packages/tidal_dl/lang/hungarian.py to hungarian.cpython-313.pyc
-INFO:root:byte-compiling /home/cjennings/.cache/yay/tidal-dl/pkg/tidal-dl/usr/lib/python3.13/site-packages/tidal_dl/lang/italian.py to italian.cpython-313.pyc
-INFO:root:byte-compiling /home/cjennings/.cache/yay/tidal-dl/pkg/tidal-dl/usr/lib/python3.13/site-packages/tidal_dl/lang/japanese.py to japanese.cpython-313.pyc
-INFO:root:byte-compiling /home/cjennings/.cache/yay/tidal-dl/pkg/tidal-dl/usr/lib/python3.13/site-packages/tidal_dl/lang/korean.py to korean.cpython-313.pyc
-INFO:root:byte-compiling /home/cjennings/.cache/yay/tidal-dl/pkg/tidal-dl/usr/lib/python3.13/site-packages/tidal_dl/lang/language.py to language.cpython-313.pyc
-INFO:root:byte-compiling /home/cjennings/.cache/yay/tidal-dl/pkg/tidal-dl/usr/lib/python3.13/site-packages/tidal_dl/lang/norwegian.py to norwegian.cpython-313.pyc
-INFO:root:byte-compiling /home/cjennings/.cache/yay/tidal-dl/pkg/tidal-dl/usr/lib/python3.13/site-packages/tidal_dl/lang/polish.py to polish.cpython-313.pyc
-INFO:root:byte-compiling /home/cjennings/.cache/yay/tidal-dl/pkg/tidal-dl/usr/lib/python3.13/site-packages/tidal_dl/lang/portuguese.py to portuguese.cpython-313.pyc
-INFO:root:byte-compiling /home/cjennings/.cache/yay/tidal-dl/pkg/tidal-dl/usr/lib/python3.13/site-packages/tidal_dl/lang/russian.py to russian.cpython-313.pyc
-INFO:root:byte-compiling /home/cjennings/.cache/yay/tidal-dl/pkg/tidal-dl/usr/lib/python3.13/site-packages/tidal_dl/lang/spanish.py to spanish.cpython-313.pyc
-INFO:root:byte-compiling /home/cjennings/.cache/yay/tidal-dl/pkg/tidal-dl/usr/lib/python3.13/site-packages/tidal_dl/lang/turkish.py to turkish.cpython-313.pyc
-INFO:root:byte-compiling /home/cjennings/.cache/yay/tidal-dl/pkg/tidal-dl/usr/lib/python3.13/site-packages/tidal_dl/lang/ukrainian.py to ukrainian.cpython-313.pyc
-INFO:root:byte-compiling /home/cjennings/.cache/yay/tidal-dl/pkg/tidal-dl/usr/lib/python3.13/site-packages/tidal_dl/lang/vietnamese.py to vietnamese.cpython-313.pyc
-INFO:root:writing byte-compilation script '/tmp/tmpzts0_5de.py'
-INFO:root:/usr/bin/python /tmp/tmpzts0_5de.py
-usr/lib/python3.13/site-packages/tidal_dl/printf.py:47: SyntaxWarning: invalid escape sequence '\_'
-INFO:root:removing /tmp/tmpzts0_5de.py
-INFO:root:running install_egg_info
-INFO:root:running egg_info
-INFO:root:writing tidal_dl.egg-info/PKG-INFO
-INFO:root:writing dependency_links to tidal_dl.egg-info/dependency_links.txt
-INFO:root:writing entry points to tidal_dl.egg-info/entry_points.txt
-INFO:root:writing requirements to tidal_dl.egg-info/requires.txt
-INFO:root:writing top-level names to tidal_dl.egg-info/top_level.txt
-INFO:root:reading manifest file 'tidal_dl.egg-info/SOURCES.txt'
-INFO:root:writing manifest file 'tidal_dl.egg-info/SOURCES.txt'
-INFO:root:Copying tidal_dl.egg-info to /home/cjennings/.cache/yay/tidal-dl/pkg/tidal-dl/usr/lib/python3.13/site-packages/tidal_dl-2022.10.31.1-py3.13.egg-info
-INFO:root:running install_scripts
-INFO:root:Installing tidal-dl script to /home/cjennings/.cache/yay/tidal-dl/pkg/tidal-dl/usr/bin
-==> Tidying install...
- -> Removing libtool files...
- -> Purging unwanted files...
- -> Removing static library files...
- -> Stripping unneeded symbols from binaries and libraries...
- -> Compressing man and info pages...
-==> Checking for packaging issues...
-==> Creating package "tidal-dl"...
- -> Generating .PKGINFO file...
- -> Generating .BUILDINFO file...
- -> Generating .MTREE file...
- -> Compressing package...
-==> Leaving fakeroot environment.
-==> Finished making: tidal-dl 2022.10.31.1-1 (Sun 08 Jun 2025 03:42:36 PM CDT)
-==> Cleaning up...
-loading packages...
-resolving dependencies...
-looking for conflicting packages...
-
-Packages (1) tidal-dl-2022.10.31.1-1
-
-Total Installed Size: 0.78 MiB
-
-:: Proceed with installation? [Y/n]
-checking keyring...
-checking package integrity...
-loading package files...
-checking for file conflicts...
-checking available disk space...
-:: Processing package changes...
-installing tidal-dl...
-:: Running post-transaction hooks...
-(1/1) Arming ConditionNeedsUpdate...
-
-##### Boot UX
-...removing distro and date/time from initial screen @ 15:42:36
-...preventing kernel messages on the console @ 15:42:36
-...delegating fsck messages from udev to systemd @ 15:42:36
-==> Building image from preset: /etc/mkinitcpio.d/linux-lts.preset: 'default'
-==> Using default configuration file: '/etc/mkinitcpio.conf'
- -> -k /boot/vmlinuz-linux-lts -g /boot/initramfs-linux-lts.img
-==> Starting build: '6.12.32-1-lts'
- -> Running build hook: [base]
- -> Running build hook: [udev]
- -> Running build hook: [autodetect]
- -> Running build hook: [microcode]
- -> Running build hook: [modconf]
- -> Running build hook: [kms]
- -> Running build hook: [keyboard]
- -> Running build hook: [keymap]
- -> Running build hook: [consolefont]
-==> WARNING: consolefont: no font found in configuration
- -> Running build hook: [block]
- -> Running build hook: [filesystems]
- -> Running build hook: [fsck]
-==> Generating module dependencies
-==> Creating zstd-compressed initcpio image: '/boot/initramfs-linux-lts.img'
- -> Early uncompressed CPIO image generation successful
-==> Initcpio image generation successful
-==> Building image from preset: /etc/mkinitcpio.d/linux-lts.preset: 'fallback'
-==> Using default configuration file: '/etc/mkinitcpio.conf'
- -> -k /boot/vmlinuz-linux-lts -g /boot/initramfs-linux-lts-fallback.img -S autodetect
-==> Starting build: '6.12.32-1-lts'
- -> Running build hook: [base]
- -> Running build hook: [udev]
- -> Running build hook: [microcode]
- -> Running build hook: [modconf]
- -> Running build hook: [kms]
-==> WARNING: Possibly missing firmware for module: 'ast'
- -> Running build hook: [keyboard]
-==> WARNING: Possibly missing firmware for module: 'xhci_pci_renesas'
- -> Running build hook: [keymap]
- -> Running build hook: [consolefont]
-==> WARNING: consolefont: no font found in configuration
- -> Running build hook: [block]
-==> WARNING: Possibly missing firmware for module: 'aic94xx'
-==> WARNING: Possibly missing firmware for module: 'bfa'
-==> WARNING: Possibly missing firmware for module: 'qed'
-==> WARNING: Possibly missing firmware for module: 'qla1280'
-==> WARNING: Possibly missing firmware for module: 'qla2xxx'
-==> WARNING: Possibly missing firmware for module: 'wd719x'
- -> Running build hook: [filesystems]
- -> Running build hook: [fsck]
-==> Generating module dependencies
-==> Creating zstd-compressed initcpio image: '/boot/initramfs-linux-lts-fallback.img'
- -> Early uncompressed CPIO image generation successful
-==> Initcpio image generation successful
-==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
-==> Using default configuration file: '/etc/mkinitcpio.conf'
- -> -k /boot/vmlinuz-linux -g /boot/initramfs-linux.img
-==> Starting build: '6.14.10-arch1-1'
- -> Running build hook: [base]
- -> Running build hook: [udev]
- -> Running build hook: [autodetect]
- -> Running build hook: [microcode]
- -> Running build hook: [modconf]
- -> Running build hook: [kms]
- -> Running build hook: [keyboard]
- -> Running build hook: [keymap]
- -> Running build hook: [consolefont]
-==> WARNING: consolefont: no font found in configuration
- -> Running build hook: [block]
- -> Running build hook: [filesystems]
- -> Running build hook: [fsck]
-==> Generating module dependencies
-==> Creating zstd-compressed initcpio image: '/boot/initramfs-linux.img'
- -> Early uncompressed CPIO image generation successful
-==> Initcpio image generation successful
-==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
-==> Using default configuration file: '/etc/mkinitcpio.conf'
- -> -k /boot/vmlinuz-linux -g /boot/initramfs-linux-fallback.img -S autodetect
-==> Starting build: '6.14.10-arch1-1'
- -> Running build hook: [base]
- -> Running build hook: [udev]
- -> Running build hook: [microcode]
- -> Running build hook: [modconf]
- -> Running build hook: [kms]
-==> WARNING: Possibly missing firmware for module: 'ast'
- -> Running build hook: [keyboard]
-==> WARNING: Possibly missing firmware for module: 'xhci_pci_renesas'
- -> Running build hook: [keymap]
- -> Running build hook: [consolefont]
-==> WARNING: consolefont: no font found in configuration
- -> Running build hook: [block]
-==> WARNING: Possibly missing firmware for module: 'aic94xx'
-==> WARNING: Possibly missing firmware for module: 'bfa'
-==> WARNING: Possibly missing firmware for module: 'qed'
-==> WARNING: Possibly missing firmware for module: 'qla1280'
-==> WARNING: Possibly missing firmware for module: 'qla2xxx'
-==> WARNING: Possibly missing firmware for module: 'wd719x'
- -> Running build hook: [filesystems]
- -> Running build hook: [fsck]
-==> Generating module dependencies
-==> Creating zstd-compressed initcpio image: '/boot/initramfs-linux-fallback.img'
- -> Early uncompressed CPIO image generation successful
-==> Initcpio image generation successful
-...instructing systemd to check filesystems @ 15:43:41
-...silencing the unneeded and chatty watchdog module @ 15:43:41
-...configuring boot menu for silence and bootsplash @ 15:43:41
-...resetting timeouts and adjusting log levels on grub boot @ 15:43:41
-Generating grub configuration file ...
-Found linux image: /boot/vmlinuz-linux-lts
-Found initrd image: /boot/initramfs-linux-lts.img
-Found fallback initrd image(s) in /boot: initramfs-linux-lts-fallback.img
-Found linux image: /boot/vmlinuz-linux
-Found initrd image: /boot/initramfs-linux.img
-Found fallback initrd image(s) in /boot: initramfs-linux-fallback.img
-Warning: os-prober will not be executed to detect other bootable partitions.
-Systems on them will not be added to the GRUB boot configuration.
-Check GRUB_DISABLE_OS_PROBER documentation entry.
-Adding boot menu entry for UEFI Firmware Settings ...
-Detecting snapshots ...
-Found snapshot: 2025-06-08 15:25:23 | timeshift-btrfs/snapshots/2025-06-08_15-25-23/@ | ondemand | {timeshift-autosnap} {created before upgrade} |
-Found snapshot: 2025-06-08 14:09:57 | timeshift-btrfs/snapshots/2025-06-08_14-09-57/@ | ondemand | {timeshift-autosnap} {created before upgrade} |
-Found 2 snapshot(s)
-Unmount /tmp/grub-btrfs.8nf6mNEeo5 .. Success
-done
-
-##### Cleanup
-...forcing user password change on first login @ 15:43:42
-
-Statistics
-...identifying newly installed packages @ 15:43:42
-...comparing timestamps @ 15:43:42
-Completion time : 06/08/25 15:43:42
-Elapsed time : 109 minutes, 8 seconds
-Errors encountered : 7