core2 - c2 - Gigabyte B450M DS3H - FreeBSD
Hardware info on main page.
This- machine runs the amd64 version of FreeBSD.
The first SSD (ada0, Toshiba Q300, 480 GB) is sliced up like this
root@kg-core2# gpart show -p ada0 => 40 937703008 ada0 GPT (447G) 40 409600 ada0p1 efi (200M) 409640 125829120 ada0p2 freebsd-ufs (60G) FreeBSD 12 126238760 14680064 ada0p3 freebsd-swap (7.0G) 140918824 409600 ada0p4 efi (200M) 141328424 209715200 ada0p5 freebsd-ufs [bootme] (100G) FreeBSD 11 351043624 209715200 ada0p6 freebsd-ufs (100G) FreeBSD 13 560758824 376944224 - free - (180G)
The second SSD (nvd0, INTEL SSDPEKNW010T8) is sliced up like this
root@kg-core2# gpart show -p nvd0 => 40 2000409184 nvd0 GPT (954G) 40 2000409184 nvd0p1 freebsd-ufs (954G)
The third SSD (nvd1, ADATA SX8200PNP) is sliced up so
root@kg-core2# gpart show -p nvd1 => 40 2000409184 nvd1 GPT (954G) 40 2000409184 nvd1p1 freebsd-ufs (954G)
booting from a different disk partition: escape to loader prompt, then
unload set hw.syscons.disable=0 (just needed for console output) set currdev=disk1p5 (or whatever partition you want) boot-conf
Keys: F12 - boot menu,
kvm switch: port 1
Archives: 2019, 2020, 2021, 2022,
Links
Blizzard Data Recovery Western Digital USB Hard Drives – Cross Reference, arstechnica How fast are your disks? Find out the open source way, with fio,
local links
BenQ GL2450HM, Samsung S24A850DW, Raspberry Pi Zero W,
Work log
2024-11-07: ada0p6 - solaar - battery at 5%, put the keyboard on charger
tingo@kg-core2:~ $ solaar show "MX Keys" | grep Battery Battery: 5%, discharging.
2024-11-05: ada0p6 - solaar - the battery is at 20% now
tingo@kg-core2:~ $ solaar show "MX Keys" | grep Battery Battery: 20%, discharging.
2024-11-05: ada0p6 - boot with the new Ryzen 5600X cpu:
root@kg-core2:~ # sysctl hw.machine; sysctl hw.ncpu hw.machine: amd64 hw.ncpu: 12
from dmesg output
CPU: AMD Ryzen 5 5600X 6-Core Processor (3700.23-MHz K8-class CPU) Origin="AuthenticAMD" Id=0xa20f12 Family=0x19 Model=0x21 Stepping=2 Features=0x178bfbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CLFLUSH,MMX,FXSR,SSE,SS E2,HTT> Features2=0x7ef8320b<SSE3,PCLMULQDQ,MON,SSSE3,FMA,CX16,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,AESNI,XSAVE,OSXSAVE,AVX,F1 6C,RDRAND> AMD Features=0x2e500800<SYSCALL,NX,MMX+,FFXSR,Page1GB,RDTSCP,LM> AMD Features2=0x75c237ff<LAHF,CMP,SVM,ExtAPIC,CR8,ABM,SSE4A,MAS,Prefetch,OSVW,IBS,SKINIT,WDT,TCE,Topology,PCXC,PNXC ,DBE,PL2I,MWAITX,ADMSKX> Structured Extended Features=0x219c97a9<FSGSBASE,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,PQM,PQE,RDSEED,ADX,SMAP,CLFLUSHOP T,CLWB,SHA> Structured Extended Features2=0x40069c<UMIP,PKU,OSPKE,VAES,VPCLMULQDQ,RDPID> Structured Extended Features3=0x10<FSRM> XSAVE Features=0xf<XSAVEOPT,XSAVEC,XINUSE,XSAVES> AMD Extended Feature Extensions ID EBX=0x111ef657<CLZERO,IRPerf,XSaveErPtr,RDPRU,BE,WBNOINVD,IBPB,INT_WBINVD,IBRS,S TIBP,STIBP_ALWAYSON,PREFER_IBRS,SAMEMODE_IBRS,NOLMSLE,SSBD,PSFD> SVM: NP,NRIP,VClean,AFlush,DAssist,NAsids=32768 TSC: P-state invariant, performance statistics FreeBSD/SMP: Multiprocessor System Detected: 12 CPUs FreeBSD/SMP: 1 package(s) x 6 core(s) x 2 hardware threads
2024-10-27: ada0p6 - check a SSD for the locaal machine
root@kg-core2:~ # gpart show -p da5 => 40 234441568 da5 GPT (112G) 40 1024 da5p1 freebsd-boot (512K) 1064 226491392 da5p2 freebsd-ufs (108G) 226492456 7949152 da5p3 freebsd-swap (3.8G)
fsck
root@kg-core2:~ # fsck -y /dev/da5p2 ** /dev/da5p2 ** SU+J Recovering /dev/da5p2 USE JOURNAL? yes ** Reading 655589376 byte journal from inode 4. RECOVER? yes ** Building recovery table. ** Resolving unreferenced inode list. ** Processing journal entries. WRITE CHANGES? yes ***** FILE SYSTEM IS CLEAN ***** ** 27 journal records in 1536 bytes for 56.25% utilization ** Freed 0 inodes (0 dirs) 0 blocks, and 0 frags. **** FILE SYSTEM MARKED CLEAN ****
again
root@kg-core2:~ # fsck -y /dev/da5p2 ** /dev/da5p2 ** SU+J Recovering /dev/da5p2 Journal timestamp does not match fs mount time Skipping journal, falling through to full fsck ** Last Mounted on / ** Phase 1 - Check Blocks and Sizes ** Phase 2 - Check Pathnames ** Phase 3 - Check Connectivity ** Phase 4 - Check Reference Counts ** Phase 5 - Check Cyl groups 55226 files, 1200396 used, 26221755 free (1619 frags, 3277517 blocks, 0.0% fragmentation) ***** FILE SYSTEM IS CLEAN *****
2024-10-26: ada0p6 - write a FreeBSD install image to a usb stick
tingo@kg-core2:~/dl/bsd/fbsd/13.4 $ unxz -dc FreeBSD-13.4-RELEASE-amd64-memstick.img.xz | sudo dd of=/dev/da5 bs=4M status=progress 1337982976 bytes (1338 MB, 1276 MiB) transferred 184.048s, 7270 kB/s 0+159197 records in 320+1 records out 1342689792 bytes transferred in 185.744747 secs (7228682 bytes/sec)
gpart info
tingo@kg-core2:~/dl/bsd/fbsd/13.4 $ gpart show -p da5 => 1 15728639 da5 MBR (7.5G) 1 66584 da5s1 efi (33M) 66585 2555856 da5s2 freebsd [active] (1.2G) 2622441 13106199 - free - (6.2G)
disktype info
tingo@kg-core2:~/dl/bsd/fbsd/13.4 $ sudo disktype /dev/da5 --- /dev/da5 Character device, size 7.500 GiB (8053063680 bytes) DOS/MBR partition map Partition 1: 32.51 MiB (34091008 bytes, 66584 sectors from 1) Type 0xEF (EFI System (FAT)) FAT32 file system (hints score 5 of 5) Volume size 32.00 MiB (33550336 bytes, 65528 clusters of 512 bytes) Volume name "EFISYS" Partition 2: 1.219 GiB (1308598272 bytes, 2555856 sectors from 66585, bootable) Type 0xA5 (FreeBSD) FreeBSD boot loader (i386 boot1 at sector 0) FreeBSD boot loader (i386 boot2/BTX 1.02 at sector 2) BSD disklabel (at sector 1), 8 partitions Partition a: 1.219 GiB (1308590080 bytes, 2555840 sectors from 16) Type 7 (4.2BSD fast file system) UFS2 file system, 64 KiB offset, little-endian Volume name "FreeBSD_Install" (in superblock) Partition c: 1.219 GiB (1308598272 bytes, 2555856 sectors from 0) Type 0 (Unused)
2024-10-24: ada0p6 - solaar - the red LED on MX Keys indicating battery at 5% this evening, I put the keyboard on charger.
2024-10-16: ada0p6 - pkg - upgrade
Oct 16 20:04:12 kg-core2 pkg[5544]: libXau upgraded: 1.0.9_1 -> 1.0.11 Oct 16 20:04:12 kg-core2 pkg[5544]: readline upgraded: 8.2.10 -> 8.2.13_1 Oct 16 20:04:17 kg-core2 pkg[5544]: python311 upgraded: 3.11.9 -> 3.11.10 Oct 16 20:04:17 kg-core2 pkg[5544]: liblz4 upgraded: 1.9.4_1,1 -> 1.10.0,1 Oct 16 20:04:17 kg-core2 pkg[5544]: png upgraded: 1.6.43 -> 1.6.44 Oct 16 20:04:17 kg-core2 pkg[5544]: freetype2 upgraded: 2.13.2 -> 2.13.3 Oct 16 20:04:17 kg-core2 pkg[5544]: libxml2 upgraded: 2.11.8 -> 2.11.9 Oct 16 20:04:18 kg-core2 pkg[5544]: jpeg-turbo upgraded: 3.0.3 -> 3.0.4 Oct 16 20:04:18 kg-core2 pkg[5544]: libdeflate upgraded: 1.20 -> 1.22 Oct 16 20:04:18 kg-core2 pkg[5544]: libSM upgraded: 1.2.3_1,1 -> 1.2.4,1 Oct 16 20:04:18 kg-core2 pkg[5544]: expat upgraded: 2.6.2 -> 2.6.3 Oct 16 20:04:18 kg-core2 pkg[5544]: libXrender upgraded: 0.9.10_2 -> 0.9.11 Oct 16 20:04:18 kg-core2 pkg[5544]: libXfixes upgraded: 6.0.0_1 -> 6.0.1 Oct 16 20:04:18 kg-core2 pkg[5544]: libXi upgraded: 1.8_1,1 -> 1.8.1,1 Oct 16 20:04:18 kg-core2 pkg[5544]: harfbuzz upgraded: 9.0.0 -> 10.0.1 Oct 16 20:04:18 kg-core2 pkg[5544]: libedit upgraded: 3.1.20240517,1 -> 3.1.20240808,1 Oct 16 20:04:18 kg-core2 pkg[5544]: gdbm upgraded: 1.23 -> 1.24 Oct 16 20:04:18 kg-core2 pkg[5544]: p11-kit upgraded: 0.25.3_2 -> 0.25.5 Oct 16 20:04:18 kg-core2 pkg[5544]: libudev-devd upgraded: 0.5.2 -> 0.6.0 Oct 16 20:04:18 kg-core2 pkg[5544]: polkit upgraded: 124_3 -> 125 Oct 16 20:04:18 kg-core2 pkg[5544]: py311-six upgraded: 1.16.0 -> 1.16.0_1 Oct 16 20:04:18 kg-core2 pkg[5544]: hwdata upgraded: 0.384,1 -> 0.388,1 Oct 16 20:04:19 kg-core2 pkg[5544]: sqlite3 upgraded: 3.46.0,1 -> 3.46.1,1 Oct 16 20:04:19 kg-core2 pkg[5544]: gnutls upgraded: 3.8.5_3 -> 3.8.7.1 Oct 16 20:04:19 kg-core2 pkg[5544]: libgusb upgraded: 0.3.10_1 -> 0.4.9 Oct 16 20:04:19 kg-core2 pkg[5544]: libXtst upgraded: 1.2.3_3 -> 1.2.4 Oct 16 20:04:19 kg-core2 pkg[5544]: libpciaccess upgraded: 0.18 -> 0.18.1 Oct 16 20:04:19 kg-core2 pkg[5544]: libXrandr upgraded: 1.5.2_1 -> 1.5.4 Oct 16 20:04:20 kg-core2 pkg[5544]: libepoxy upgraded: 1.5.9 -> 1.5.10 Oct 16 20:04:20 kg-core2 pkg[5544]: librsvg2-rust upgraded: 2.58.4 -> 2.58.5 Oct 16 20:04:20 kg-core2 pkg[5544]: libXinerama upgraded: 1.1.4_3,1 -> 1.1.5,1 Oct 16 20:04:21 kg-core2 pkg[5544]: cups upgraded: 2.4.10_1 -> 2.4.11 Oct 16 20:04:21 kg-core2 pkg[5544]: libinput upgraded: 1.26.1 -> 1.26.2 Oct 16 20:04:21 kg-core2 pkg[5544]: vulkan-loader upgraded: 1.3.289 -> 1.3.297 Oct 16 20:04:24 kg-core2 pkg[5544]: binutils upgraded: 2.40_6,1 -> 2.43.1,1 Oct 16 20:04:24 kg-core2 pkg[5544]: libdrm upgraded: 2.4.122,1 -> 2.4.123,1 Oct 16 20:04:27 kg-core2 pkg[5544]: qt6-base upgraded: 6.7.2 -> 6.7.3 Oct 16 20:04:33 kg-core2 pkg[5544]: gcc13 upgraded: 13.2.0_4 -> 13.3.0 Oct 16 20:04:33 kg-core2 pkg[5544]: libassuan upgraded: 2.5.7 -> 3.0.1 Oct 16 20:04:33 kg-core2 pkg[5544]: libnghttp2 upgraded: 1.62.1 -> 1.63.0 Oct 16 20:04:33 kg-core2 pkg[5544]: Imath upgraded: 3.1.11 -> 3.1.12 Oct 16 20:04:33 kg-core2 pkg[5544]: qt6-svg upgraded: 6.7.2 -> 6.7.3 Oct 16 20:04:33 kg-core2 pkg[5544]: level-zero upgraded: 1.17.6 -> 1.17.45 Oct 16 20:04:33 kg-core2 pkg[5544]: pinentry-curses upgraded: 1.3.0 -> 1.3.1 Oct 16 20:04:33 kg-core2 pkg[5544]: qt6-languageserver upgraded: 6.7.2 -> 6.7.3 Oct 16 20:04:34 kg-core2 pkg[5544]: cyrus-sasl upgraded: 2.1.28_4 -> 2.1.28_5 Oct 16 20:04:34 kg-core2 pkg[5544]: py311-cffi upgraded: 1.16.0 -> 1.17.1 Oct 16 20:04:36 kg-core2 pkg[5544]: qt6-declarative upgraded: 6.7.2_1 -> 6.7.3 Oct 16 20:04:36 kg-core2 pkg[5544]: shaderc upgraded: 2024.1 -> 2024.3 Oct 16 20:04:36 kg-core2 pkg[5544]: pinentry upgraded: 1.3.0 -> 1.3.1 Oct 16 20:04:36 kg-core2 pkg[5544]: libksba upgraded: 1.6.6 -> 1.6.7 Oct 16 20:04:36 kg-core2 pkg[5544]: mpg123 upgraded: 1.32.6 -> 1.32.7 Oct 16 20:04:36 kg-core2 pkg[5544]: py311-idna upgraded: 3.7 -> 3.10 Oct 16 20:04:36 kg-core2 pkg[5544]: orc upgraded: 0.4.36 -> 0.4.40 Oct 16 20:04:37 kg-core2 pkg[5544]: gstreamer1 upgraded: 1.22.10 -> 1.24.8 Oct 16 20:04:37 kg-core2 pkg[5544]: curl upgraded: 8.10.0 -> 8.10.1 Oct 16 20:04:37 kg-core2 pkg[5544]: svt-av1 upgraded: 2.1.2 -> 2.2.0 Oct 16 20:04:37 kg-core2 pkg[5544]: gnupg upgraded: 2.4.5 -> 2.4.5_1 Oct 16 20:04:37 kg-core2 pkg[5544]: qt6-shadertools upgraded: 6.7.2 -> 6.7.3 Oct 16 20:04:38 kg-core2 pkg[5544]: libjwt upgraded: 1.17.1 -> 1.17.2 Oct 16 20:04:38 kg-core2 pkg[5544]: assimp upgraded: 5.4.1 -> 5.4.3 Oct 16 20:04:38 kg-core2 pkg[5544]: vulkan-headers upgraded: 1.3.289 -> 1.3.297 Oct 16 20:04:38 kg-core2 pkg[5544]: x265 upgraded: 3.5_2 -> 3.6 Oct 16 20:04:38 kg-core2 pkg[5544]: qt6-quicktimeline upgraded: 6.7.2 -> 6.7.3 Oct 16 20:04:38 kg-core2 pkg[5544]: py311-attrs upgraded: 23.2.0 -> 24.2.0 Oct 16 20:04:39 kg-core2 pkg[5544]: gstreamer1-plugins upgraded: 1.22.10_1 -> 1.24.8 Oct 16 20:04:39 kg-core2 pkg[5544]: json-c upgraded: 0.17 -> 0.18 Oct 16 20:04:39 kg-core2 pkg[5544]: libv4l upgraded: 1.23.0_4 -> 1.23.0_5 Oct 16 20:04:39 kg-core2 pkg[5544]: py311-anyio upgraded: 4.4.0 -> 4.6.0 Oct 16 20:04:39 kg-core2 pkg[5544]: onetbb upgraded: 2021.12.0 -> 2021.13.0 Oct 16 20:04:39 kg-core2 pkg[5544]: tcl86 upgraded: 8.6.14_2 -> 8.6.15_2 Oct 16 20:04:40 kg-core2 pkg[5544]: py311-cryptography upgraded: 42.0.8_1,1 -> 42.0.8_3,1 Oct 16 20:04:40 kg-core2 pkg[5544]: munge upgraded: 0.5.15_2 -> 0.5.16 Oct 16 20:04:40 kg-core2 pkg[5544]: libjxl upgraded: 0.10.3 -> 0.11.0 Oct 16 20:04:40 kg-core2 pkg[5544]: mysql80-client upgraded: 8.0.35 -> 8.0.39 Oct 16 20:04:40 kg-core2 pkg[5544]: lua54 upgraded: 5.4.6_1 -> 5.4.7 Oct 16 20:04:41 kg-core2 pkg[5544]: aom upgraded: 3.9.1 -> 3.10.0_1 Oct 16 20:04:41 kg-core2 pkg[5544]: py311-certifi upgraded: 2024.6.2 -> 2024.8.30 Oct 16 20:04:41 kg-core2 pkg[5544]: libsigc++ upgraded: 2.12.0 -> 2.12.1 Oct 16 20:04:41 kg-core2 pkg[5544]: p5-URI upgraded: 5.28 -> 5.29 Oct 16 20:04:41 kg-core2 pkg[5544]: tk86 upgraded: 8.6.14_2 -> 8.6.15 Oct 16 20:04:42 kg-core2 pkg[5544]: gstreamer1-plugins-good upgraded: 1.22.10 -> 1.24.8 Oct 16 20:04:42 kg-core2 pkg[5544]: gstreamer1-plugins-ugly upgraded: 1.22.10 -> 1.24.8 Oct 16 20:04:42 kg-core2 pkg[5544]: qt6-base_sqldriver-sqlite upgraded: 6.7.2 -> 6.7.3 Oct 16 20:04:42 kg-core2 pkg[5544]: p5-Mozilla-CA upgraded: 20240730 -> 20240924 Oct 16 20:04:42 kg-core2 pkg[5544]: py311-openssl upgraded: 23.2.0,1 -> 24.1.0,1 Oct 16 20:04:42 kg-core2 pkg[5544]: gstreamer1-plugins-bad upgraded: 1.22.10_2 -> 1.24.8 Oct 16 20:04:43 kg-core2 pkg[5544]: gstreamer1-plugins-gl upgraded: 1.22.10 -> 1.24.8 Oct 16 20:04:43 kg-core2 pkg[5544]: p5-Clone upgraded: 0.46 -> 0.47 Oct 16 20:04:44 kg-core2 pkg[5544]: slurm-wlm upgraded: 23.11.7 -> 23.11.7_3 Oct 16 20:04:44 kg-core2 pkg[5544]: glibmm upgraded: 2.66.6,1 -> 2.66.7,1 Oct 16 20:04:45 kg-core2 pkg[5544]: ffmpeg upgraded: 6.1.2,1 -> 6.1.2_4,1 Oct 16 20:04:45 kg-core2 pkg[5544]: gpgme upgraded: 1.23.2 -> 1.23.2_1 Oct 16 20:04:45 kg-core2 pkg[5544]: pkgconf upgraded: 2.2.0,1 -> 2.3.0,1 Oct 16 20:04:47 kg-core2 pkg[5544]: qt6-quick3d upgraded: 6.7.2 -> 6.7.3 Oct 16 20:04:47 kg-core2 pkg[5544]: libXxf86vm upgraded: 1.1.4_4 -> 1.1.5 Oct 16 20:04:47 kg-core2 pkg[5544]: pcsc-lite upgraded: 2.2.2,2 -> 2.3.0,2 Oct 16 20:04:50 kg-core2 pkg[5544]: speech-dispatcher upgraded: 0.11.2_4 -> 0.11.5 Oct 16 20:04:50 kg-core2 pkg[5544]: libimagequant upgraded: 4.3.3 -> 4.3.3_2 Oct 16 20:04:50 kg-core2 pkg[5544]: abseil upgraded: 20230125.3 -> 20240722.0 Oct 16 20:04:50 kg-core2 pkg[5544]: talloc upgraded: 2.3.4_1 -> 2.4.1 Oct 16 20:04:50 kg-core2 pkg[5544]: libxml++ upgraded: 2.40.1_2,1 -> 2.42.3,1 Oct 16 20:04:50 kg-core2 pkg[5544]: pciids upgraded: 20240531 -> 20240623 Oct 16 20:04:51 kg-core2 pkg[5544]: qt6-multimedia upgraded: 6.7.2 -> 6.7.3 Oct 16 20:04:51 kg-core2 pkg[5544]: py311-aioquic upgraded: 0.9.25 -> 1.2.0 Oct 16 20:04:51 kg-core2 pkg[5544]: qt6-serialport upgraded: 6.7.2 -> 6.7.3 Oct 16 20:04:51 kg-core2 pkg[5544]: py311-appdirs upgraded: 1.4.4 -> 1.4.4_1 Oct 16 20:04:51 kg-core2 pkg[5544]: py311-httpx upgraded: 0.27.0_1 -> 0.27.2 Oct 16 20:04:51 kg-core2 pkg[5544]: qt6-tools upgraded: 6.7.2_1 -> 6.7.3 Oct 16 20:04:51 kg-core2 pkg[5544]: isl upgraded: 0.26 -> 0.27 Oct 16 20:04:52 kg-core2 pkg[5544]: py311-trio upgraded: 0.25.1 -> 0.26.2 Oct 16 20:04:52 kg-core2 pkg[5544]: openal-soft upgraded: 1.21.1_4 -> 1.23.1 Oct 16 20:04:53 kg-core2 pkg[5544]: openmpi upgraded: 5.0.3_2 -> 5.0.5_1 Oct 16 20:04:53 kg-core2 pkg[5544]: gpgme-cpp upgraded: 1.23.2 -> 1.23.2_1 Oct 16 20:04:54 kg-core2 pkg[5544]: harfbuzz-icu upgraded: 9.0.0_1 -> 10.0.1 Oct 16 20:04:54 kg-core2 pkg[5544]: py311-pycodestyle upgraded: 2.12.0 -> 2.12.1 Oct 16 20:04:54 kg-core2 pkg[5544]: boehm-gc upgraded: 8.2.6 -> 8.2.8 Oct 16 20:04:54 kg-core2 pkg[5544]: py311-pytz upgraded: 2024.1,1 -> 2024.2,1 Oct 16 20:04:54 kg-core2 pkg[5544]: p5-IO-Socket-SSL upgraded: 2.085_1 -> 2.089 Oct 16 20:04:54 kg-core2 pkg[5544]: py311-tkinter upgraded: 3.11.9_7 -> 3.11.10_7 Oct 16 20:05:04 kg-core2 pkg[5544]: boost-libs upgraded: 1.84.0 -> 1.85.0 Oct 16 20:05:04 kg-core2 pkg[5544]: avr-binutils upgraded: 2.40_6,1 -> 2.43.1,1 Oct 16 20:05:07 kg-core2 pkg[5544]: py311-numpy upgraded: 1.26.4_1,1 -> 1.26.4_2,1 Oct 16 20:05:07 kg-core2 pkg[5544]: qt6-connectivity upgraded: 6.7.2 -> 6.7.3 Oct 16 20:05:07 kg-core2 pkg[5544]: qt6-positioning upgraded: 6.7.2 -> 6.7.3 Oct 16 20:05:07 kg-core2 pkg[5544]: qt6-sensors upgraded: 6.7.2 -> 6.7.3 Oct 16 20:05:07 kg-core2 pkg[5544]: libinotify upgraded: 20211018_1 -> 20240724 Oct 16 20:05:07 kg-core2 pkg[5544]: libftdi upgraded: 0.20_18 -> 0.20_19 Oct 16 20:05:08 kg-core2 pkg[5544]: qt6-translations upgraded: 6.7.2 -> 6.7.3 Oct 16 20:05:08 kg-core2 pkg[5544]: boehm-gc-threaded upgraded: 8.2.6 -> 8.2.8 Oct 16 20:05:08 kg-core2 pkg[5544]: qt6-speech upgraded: 6.7.2 -> 6.7.3 Oct 16 20:05:08 kg-core2 pkg[5544]: p5-HTML-Parser upgraded: 3.82 -> 3.83 Oct 16 20:05:08 kg-core2 pkg[5544]: p5-Try-Tiny upgraded: 0.31 -> 0.32 Oct 16 20:05:08 kg-core2 pkg[5544]: poppler reinstalled: 24.02.0_1 -> 24.02.0_1 Oct 16 20:05:08 kg-core2 pkg[5544]: qt6-remoteobjects upgraded: 6.7.2 -> 6.7.3 Oct 16 20:05:08 kg-core2 pkg[5544]: re2 upgraded: 20240501 -> 20240702 Oct 16 20:05:08 kg-core2 pkg[5544]: qt6-websockets upgraded: 6.7.2 -> 6.7.3 Oct 16 20:05:08 kg-core2 pkg[5544]: tevent upgraded: 0.13.0_2 -> 0.15.0 Oct 16 20:05:08 kg-core2 pkg[5544]: libftdi1 upgraded: 1.5_4 -> 1.5_5 Oct 16 20:05:08 kg-core2 pkg[5544]: py311-dnspython upgraded: 2.6.1,1 -> 2.7.0,1 Oct 16 20:05:09 kg-core2 pkg[5544]: py311-mpi4py upgraded: 3.1.6 -> 4.0.0 Oct 16 20:05:09 kg-core2 pkg[5544]: qt6-pdf upgraded: 6.7.2 -> 6.7.3 Oct 16 20:05:09 kg-core2 pkg[5544]: libXaw upgraded: 1.0.14_1,2 -> 1.0.16,2 Oct 16 20:05:09 kg-core2 pkg[5544]: libarchive upgraded: 3.7.4,1 -> 3.7.6,1 Oct 16 20:05:09 kg-core2 pkg[5544]: tdb upgraded: 1.4.7_1,1 -> 1.4.9,1 Oct 16 20:05:09 kg-core2 pkg[5544]: cairomm upgraded: 1.12.2_6 -> 1.14.5 Oct 16 20:05:09 kg-core2 pkg[5544]: libgsf upgraded: 1.14.50_1 -> 1.14.52 Oct 16 20:05:09 kg-core2 pkg[5544]: qt6-webchannel upgraded: 6.7.2 -> 6.7.3 Oct 16 20:05:09 kg-core2 pkg[5544]: py311-pillow upgraded: 10.3.0_1 -> 10.4.0 Oct 16 20:05:09 kg-core2 pkg[5544]: alsa-plugins upgraded: 1.2.7.1_3 -> 1.2.12 Oct 16 20:05:09 kg-core2 pkg[5544]: guile-aclocal upgraded: 3.0.9_2 -> 3.0.10 Oct 16 20:05:10 kg-core2 pkg[5544]: Coin upgraded: 4.0.2_1 -> 4.0.3_2 Oct 16 20:05:10 kg-core2 pkg[5544]: qt6-imageformats upgraded: 6.7.2 -> 6.7.3 Oct 16 20:05:10 kg-core2 pkg[5544]: mesa-libs upgraded: 24.0.9_1 -> 24.1.7 Oct 16 20:05:10 kg-core2 pkg[5544]: snappy upgraded: 1.2.1 -> 1.2.1_1 Oct 16 20:05:10 kg-core2 pkg[5544]: py311-urllib3 upgraded: 1.26.19,1 -> 1.26.20,1 Oct 16 20:05:10 kg-core2 pkg[5544]: py311-flake8 upgraded: 7.1.0 -> 7.1.1 Oct 16 20:05:11 kg-core2 pkg[5544]: libwmf reinstalled: 0.2.13_2 -> 0.2.13_2 Oct 16 20:05:11 kg-core2 pkg[5544]: libixion upgraded: 0.19.0_1 -> 0.19.0_2 Oct 16 20:05:11 kg-core2 pkg[5544]: libuv upgraded: 1.48.0 -> 1.49.0 Oct 16 20:05:13 kg-core2 pkg[5544]: qt6-3d-6.7.3 installed Oct 16 20:05:14 kg-core2 pkg[5544]: ffmpeg4 upgraded: 4.4.4_12 -> 4.4.4_14 Oct 16 20:05:19 kg-core2 pkg[5544]: vtk9 upgraded: 9.2.6_5 -> 9.2.6_6 Oct 16 20:05:20 kg-core2 pkg[5544]: noto-serif upgraded: 2.013 -> 2.014 Oct 16 20:05:21 kg-core2 pkg[5544]: graphviz upgraded: 9.0.0_4 -> 12.0.0 Oct 16 20:05:22 kg-core2 pkg[5544]: noto-sans upgraded: 2.013 -> 2.014 Oct 16 20:05:22 kg-core2 pkg[5544]: qt6-charts-6.7.3 installed Oct 16 20:05:22 kg-core2 pkg[5544]: jsoncpp upgraded: 1.9.5 -> 1.9.6_1 Oct 16 20:05:22 kg-core2 pkg[5544]: py311-shiboken6-6.7.3 installed Oct 16 20:05:23 kg-core2 pkg[5544]: glfw upgraded: 3.4 -> 3.4_2 Oct 16 20:05:23 kg-core2 pkg[5544]: jackit reinstalled: 1.9.22_2 -> 1.9.22_2 Oct 16 20:05:24 kg-core2 pkg[5544]: guile3-3.0.10 installed Oct 16 20:05:24 kg-core2 pkg[5544]: bash upgraded: 5.2.26_1 -> 5.2.37 Oct 16 20:05:24 kg-core2 pkg[5544]: py311-pikepdf upgraded: 8.15.1 -> 9.1.1 Oct 16 20:05:24 kg-core2 pkg[5544]: libheif upgraded: 1.17.6_2 -> 1.18.2_1 Oct 16 20:05:25 kg-core2 pkg[5544]: py311-pygments upgraded: 2.17.2 -> 2.18.0 Oct 16 20:05:25 kg-core2 pkg[5544]: qt6-httpserver-6.7.3 installed Oct 16 20:05:25 kg-core2 pkg[5544]: liba52 upgraded: 0.8.0_1 -> 0.8.0_2 Oct 16 20:05:29 kg-core2 pkg[5544]: python39 upgraded: 3.9.19 -> 3.9.20 Oct 16 20:05:29 kg-core2 pkg[5544]: libyuv-0.0.1789_2 installed Oct 16 20:05:30 kg-core2 pkg[5544]: qt6-scxml-6.7.3 installed Oct 16 20:05:30 kg-core2 pkg[5544]: gexiv2 upgraded: 0.14.2 -> 0.14.3 Oct 16 20:05:30 kg-core2 pkg[5544]: libraw upgraded: 0.21.2 -> 0.21.3 Oct 16 20:05:30 kg-core2 pkg[5544]: qt6-graphs-6.7.3 installed Oct 16 20:05:30 kg-core2 pkg[5544]: qt6-datavis3d-6.7.3 installed Oct 16 20:05:31 kg-core2 pkg[5544]: qt6-doc-6.7.3 installed Oct 16 20:05:31 kg-core2 pkg[5544]: qt6-location-6.7.3 installed Oct 16 20:05:31 kg-core2 pkg[5544]: openocd upgraded: 0.12.0_3 -> 0.12.0_4 Oct 16 20:05:31 kg-core2 pkg[5544]: py311-msgpack upgraded: 1.0.8 -> 1.1.0 Oct 16 20:05:31 kg-core2 pkg[5544]: py311-contourpy upgraded: 1.2.1_1 -> 1.3.0 Oct 16 20:05:32 kg-core2 pkg[5544]: sdl2 upgraded: 2.30.3 -> 2.30.7 Oct 16 20:05:32 kg-core2 pkg[5544]: p5-Mojolicious upgraded: 9.37 -> 9.38 Oct 16 20:05:32 kg-core2 pkg[5544]: qt6-networkauth-6.7.3 installed Oct 16 20:05:32 kg-core2 pkg[5544]: gstreamer1-plugins-ogg upgraded: 1.22.10 -> 1.24.8 Oct 16 20:05:32 kg-core2 pkg[5544]: py311-importlib-resources upgraded: 6.4.0 -> 6.4.5 Oct 16 20:05:32 kg-core2 pkg[5544]: py311-sgmllib3k upgraded: 1.0.0 -> 1.0.0_1 Oct 16 20:05:32 kg-core2 pkg[5544]: arduinoOTA upgraded: 1.2.0_21 -> 1.2.0_22 Oct 16 20:05:32 kg-core2 pkg[5544]: atkmm upgraded: 2.28.0_1 -> 2.28.4 Oct 16 20:05:32 kg-core2 pkg[5544]: libcdio-paranoia upgraded: 10.2+2.0.1_1 -> 10.2+2.0.2 Oct 16 20:05:32 kg-core2 pkg[5544]: ftgl upgraded: 2.4.0_1,1 -> 2.4.0_2,1 Oct 16 20:05:32 kg-core2 pkg[5544]: py311-pyparsing upgraded: 3.1.2 -> 3.1.4 Oct 16 20:05:32 kg-core2 pkg[5544]: py311-filelock upgraded: 3.15.4 -> 3.16.1 Oct 16 20:05:32 kg-core2 pkg[5544]: luajit-devel upgraded: 2.1.0.20240525 -> 2.1.0.20240821 Oct 16 20:05:37 kg-core2 pkg[5544]: qt6-webengine upgraded: 6.7.2 -> 6.7.3 Oct 16 20:05:39 kg-core2 pkg[5544]: ghostscript10 upgraded: 10.03.1 -> 10.04.0 Oct 16 20:05:40 kg-core2 pkg[5544]: SoQt upgraded: 1.6.1,1 -> 1.6.3,1 Oct 16 20:05:40 kg-core2 pkg[5544]: qt6-serialbus upgraded: 6.7.2 -> 6.7.3 Oct 16 20:05:40 kg-core2 pkg[5544]: twemoji-color-font-ttf upgraded: 14.0.2 -> 15.1.0 Oct 16 20:05:40 kg-core2 pkg[5544]: gstreamer1-plugins-resindvd upgraded: 1.22.10 -> 1.24.8 Oct 16 20:05:40 kg-core2 pkg[5544]: unibilium upgraded: 2.1.1_1 -> 2.1.2 Oct 16 20:05:40 kg-core2 pkg[5544]: py311-mechanize upgraded: 0.4.8_1 -> 0.4.10 Oct 16 20:05:41 kg-core2 pkg[5544]: spirv-tools upgraded: 2024.3 -> 2024.4.r1 Oct 16 20:05:41 kg-core2 pkg[5544]: libbgcode upgraded: 0.2.0 -> 0.2.0_2 Oct 16 20:05:59 kg-core2 pkg[5544]: opencascade upgraded: 7.8.1 -> 7.8.1_3 Oct 16 20:05:59 kg-core2 pkg[5544]: spirv-llvm-translator-llvm15-15.0.5 installed Oct 16 20:05:59 kg-core2 pkg[5544]: libavif upgraded: 1.0.4_1 -> 1.1.1 Oct 16 20:05:59 kg-core2 pkg[5544]: taglib upgraded: 2.0.1 -> 2.0.2 Oct 16 20:05:59 kg-core2 pkg[5544]: argp-standalone upgraded: 1.5.0 -> 1.5.0_1 Oct 16 20:05:59 kg-core2 pkg[5544]: gstreamer1-plugins-a52dec upgraded: 1.22.10 -> 1.24.8 Oct 16 20:05:59 kg-core2 pkg[5544]: tree-sitter upgraded: 0.22.6 -> 0.24.2 Oct 16 20:05:59 kg-core2 pkg[5544]: gstreamer1-plugins-mpg123 upgraded: 1.22.10 -> 1.24.8 Oct 16 20:05:59 kg-core2 pkg[5544]: cmake-man upgraded: 3.29.6 -> 3.30.5 Oct 16 20:05:59 kg-core2 pkg[5544]: opencsg upgraded: 1.4.2_7 -> 1.6.0 Oct 16 20:05:59 kg-core2 pkg[5544]: gstreamer1-plugins-pango upgraded: 1.22.10 -> 1.24.8 Oct 16 20:06:00 kg-core2 pkg[5544]: openvdb upgraded: 11.0.0_1 -> 11.0.0_3 Oct 16 20:06:01 kg-core2 pkg[5544]: py311-pyside6-6.7.3 installed Oct 16 20:06:01 kg-core2 pkg[5544]: liveMedia upgraded: 2022.06.16,2 -> 2024.09.25,2 Oct 16 20:06:01 kg-core2 pkg[5544]: py311-boost-libs upgraded: 1.84.0 -> 1.85.0 Oct 16 20:06:01 kg-core2 pkg[5544]: py311-xxhash upgraded: 3.4.1 -> 3.5.0 Oct 16 20:06:01 kg-core2 pkg[5544]: wayland-protocols upgraded: 1.35 -> 1.37 Oct 16 20:06:02 kg-core2 pkg[5544]: py311-pdfminer.six upgraded: 20220319 -> 20240706 Oct 16 20:06:02 kg-core2 pkg[5544]: gstreamer1-plugins-vorbis upgraded: 1.22.10 -> 1.24.8 Oct 16 20:06:02 kg-core2 pkg[5544]: nlopt upgraded: 2.7.1_3 -> 2.8.0 Oct 16 20:06:02 kg-core2 pkg[5544]: p5-WebService-MusicBrainz upgraded: 1.0.6 -> 1.0.7 Oct 16 20:06:02 kg-core2 pkg[5544]: xxd upgraded: 9.1.0470 -> 9.1.0764 Oct 16 20:06:02 kg-core2 pkg[5544]: pipewire upgraded: 1.0.4_3 -> 1.2.5 Oct 16 20:06:02 kg-core2 pkg[5544]: p5-CGI upgraded: 4.65 -> 4.66 Oct 16 20:06:02 kg-core2 pkg[5544]: lib2geom upgraded: 1.3_1 -> 1.3_2 Oct 16 20:06:23 kg-core2 pkg[5544]: openjdk17 upgraded: 17.0.11+9.1 -> 17.0.12+7.1 Oct 16 20:06:23 kg-core2 pkg[5544]: py311-apsw upgraded: 3.46.0.1 -> 3.46.1.0 Oct 16 20:06:23 kg-core2 pkg[5544]: protobuf upgraded: 24.4,1 -> 28.2,1 Oct 16 20:06:23 kg-core2 pkg[5544]: gstreamer1-plugins-dts upgraded: 1.22.10 -> 1.24.8 Oct 16 20:06:23 kg-core2 pkg[5544]: xmlsec1 upgraded: 1.3.2_1 -> 1.3.5 Oct 16 20:06:23 kg-core2 pkg[5544]: liborcus upgraded: 0.19.2_1 -> 0.19.2_2 Oct 16 20:06:28 kg-core2 pkg[5544]: ca_root_nss upgraded: 3.93_2 -> 3.104 Oct 16 20:06:28 kg-core2 pkg[5544]: cdparanoia upgraded: 3.9.8_10 -> 3.10.2 Oct 16 20:06:28 kg-core2 pkg[5544]: source-highlight upgraded: 3.1.9_9 -> 3.1.9_10 Oct 16 20:06:30 kg-core2 pkg[5544]: cmake-core upgraded: 3.29.6 -> 3.30.5 Oct 16 20:06:31 kg-core2 pkg[5544]: GraphicsMagick upgraded: 1.3.43_1,1 -> 1.3.43_2,1 Oct 16 20:06:31 kg-core2 pkg[5544]: gstreamer1-plugins-theora upgraded: 1.22.10 -> 1.24.8 Oct 16 20:06:33 kg-core2 pkg[5544]: cmake-doc upgraded: 3.29.6 -> 3.30.5 Oct 16 20:06:33 kg-core2 pkg[5544]: py311-pivy upgraded: 0.6.8_1 -> 0.6.9 Oct 16 20:06:34 kg-core2 pkg[5544]: botan2 upgraded: 2.19.4 -> 2.19.5_1 Oct 16 20:06:34 kg-core2 pkg[5544]: libcmis upgraded: 0.6.2_1 -> 0.6.2_2 Oct 16 20:06:34 kg-core2 pkg[5544]: py311-pillow-heif upgraded: 0.16.0 -> 0.18.0 Oct 16 20:06:34 kg-core2 pkg[5544]: py311-rich upgraded: 13.7.1 -> 13.9.2 Oct 16 20:06:34 kg-core2 pkg[5544]: msgpack-c upgraded: 6.0.2 -> 6.1.0 Oct 16 20:06:34 kg-core2 pkg[5544]: sndio upgraded: 1.9.0 -> 1.10.0 Oct 16 20:06:34 kg-core2 pkg[5544]: gstreamer1-libav upgraded: 1.22.10 -> 1.24.8 Oct 16 20:06:34 kg-core2 pkg[5544]: gstreamer1-plugins-png upgraded: 1.22.10 -> 1.24.8 Oct 16 20:06:34 kg-core2 pkg[5544]: gstreamer1-plugins-dvdread upgraded: 1.22.10 -> 1.24.8 Oct 16 20:06:34 kg-core2 pkg[5544]: gtkmm30 upgraded: 3.24.2_4 -> 3.24.9 Oct 16 20:06:35 kg-core2 pkg[5544]: podofo upgraded: 0.10.3_2 -> 0.10.4 Oct 16 20:06:48 kg-core2 pkg[5544]: libreoffice upgraded: 24.2.4.2 -> 24.8.2.1 Oct 16 20:06:49 kg-core2 pkg[5544]: sylpheed upgraded: 3.7.0_6 -> 3.7.0_7 Oct 16 20:06:49 kg-core2 pkg[5544]: nss_mdns upgraded: 0.14.1.20200624 -> 0.14.1.20200624_1 Oct 16 20:06:49 kg-core2 pkg[5544]: kermit upgraded: 10.0.beta10_1 -> 10.0.beta11 Oct 16 20:06:49 kg-core2 pkg[5544]: py39-sqlite3 upgraded: 3.9.19_7 -> 3.9.20_7 Oct 16 20:06:49 kg-core2 pkg[5544]: sdl2_image upgraded: 2.8.2_1 -> 2.8.2_2 Oct 16 20:07:24 kg-core2 pkg[5544]: rust upgraded: 1.79.0_1 -> 1.81.0 Oct 16 20:07:24 kg-core2 pkg[5544]: p5-Graphics-TIFF upgraded: 20_1 -> 21 Oct 16 20:07:30 kg-core2 pkg[5544]: gcc12 upgraded: 12.3.0 -> 12.4.0 Oct 16 20:07:31 kg-core2 pkg[5544]: xv upgraded: 5.2.0 -> 6.0.1 Oct 16 20:07:31 kg-core2 pkg[5544]: sudo upgraded: 1.9.15p5_4 -> 1.9.16 Oct 16 20:07:31 kg-core2 pkg[5544]: elfutils upgraded: 0.187_1 -> 0.187_2 Oct 16 20:07:32 kg-core2 pkg[5544]: msp430-debug-stack upgraded: 3.15.1.1_7 -> 3.15.1.1_8 Oct 16 20:07:33 kg-core2 pkg[5544]: git upgraded: 2.45.2_1 -> 2.46.2 Oct 16 20:07:33 kg-core2 pkg[5544]: p5-Gtk3-ImageView upgraded: 10_2 -> 11 Oct 16 20:07:34 kg-core2 pkg[5544]: gtk4 upgraded: 4.14.5 -> 4.16.3 Oct 16 20:07:35 kg-core2 pkg[5544]: cgal upgraded: 5.5.1_2 -> 5.5.1_3 Oct 16 20:07:36 kg-core2 pkg[5544]: automake upgraded: 1.16.5_2 -> 1.17 Oct 16 20:07:36 kg-core2 pkg[5544]: arduino-builder upgraded: 1.3.25_24 -> 1.3.25_25 Oct 16 20:07:36 kg-core2 pkg[5544]: py39-tkinter upgraded: 3.9.19_7 -> 3.9.20_7 Oct 16 20:07:37 kg-core2 pkg[5544]: vim-gtk3 upgraded: 9.1.0470 -> 9.1.0764 Oct 16 20:07:37 kg-core2 pkg[5544]: libarea reinstalled: 20191031_1 -> 20191031_1 Oct 16 20:07:41 kg-core2 pkg[5544]: gimp-app upgraded: 2.10.38,1 -> 2.10.38_1,1 Oct 16 20:07:41 kg-core2 pkg[5544]: Clipper2-1.4.0_1 installed Oct 16 20:07:48 kg-core2 pkg[5544]: gcc11 upgraded: 11.4.0_1 -> 11.5.0 Oct 16 20:07:49 kg-core2 pkg[5544]: vlc upgraded: 3.0.21_2,4 -> 3.0.21_7,4 Oct 16 20:07:50 kg-core2 pkg[5544]: fio upgraded: 3.37 -> 3.38 Oct 16 20:07:50 kg-core2 pkg[5544]: texinfo upgraded: 7.1_3,1 -> 7.1_6,1 Oct 16 20:07:50 kg-core2 pkg[5544]: py311-ocrmypdf upgraded: 16.4.3 -> 16.5.0 Oct 16 20:07:50 kg-core2 pkg[5544]: xterm upgraded: 392 -> 394 Oct 16 20:07:51 kg-core2 pkg[5544]: mesa-dri upgraded: 24.0.9_2 -> 24.1.7 Oct 16 20:07:52 kg-core2 pkg[5544]: cpu-microcode-intel upgraded: 20240531 -> 20240910 Oct 16 20:07:52 kg-core2 pkg[5544]: kid3-qt6 upgraded: 3.9.5_1 -> 3.9.6 Oct 16 20:07:52 kg-core2 pkg[5544]: spidermonkey91 upgraded: 91.13.0_21 -> 91.13.0_23 Oct 16 20:08:03 kg-core2 pkg[5544]: openjdk11 upgraded: 11.0.24+8.1 -> 11.0.24+8.1_1 Oct 16 20:08:03 kg-core2 pkg[5544]: faces upgraded: 1.7.7_13 -> 1.7.7_14 Oct 16 20:08:04 kg-core2 pkg[5544]: gdb upgraded: 14.1_2 -> 15.1 Oct 16 20:08:04 kg-core2 pkg[5544]: xfce4-notifyd upgraded: 0.9.4_1 -> 0.9.6 Oct 16 20:08:07 kg-core2 pkg[5544]: mpich upgraded: 4.2.1_2 -> 4.2.3 Oct 16 20:08:10 kg-core2 pkg[5544]: PrusaSlicer upgraded: 2.7.4_2 -> 2.8.0_2 Oct 16 20:08:11 kg-core2 pkg[5544]: cudatext-gtk2 upgraded: 1.215.0 -> 1.217.5.1 Oct 16 20:08:11 kg-core2 pkg[5544]: py311-sqlite3 upgraded: 3.11.9_7 -> 3.11.10_7 Oct 16 20:08:11 kg-core2 pkg[5544]: pinentry-gtk2 upgraded: 1.3.0 -> 1.3.1 Oct 16 20:08:14 kg-core2 pkg[5544]: py39-numpy upgraded: 1.26.4_1,1 -> 1.26.4_2,1 Oct 16 20:08:15 kg-core2 pkg[5544]: p5-PDF-Builder upgraded: 3.025 -> 3.026 Oct 16 20:08:15 kg-core2 pkg[5544]: qt6-5compat upgraded: 6.7.2 -> 6.7.3 Oct 16 20:08:19 kg-core2 pkg[5544]: thunderbird upgraded: 128.2.3_1 -> 128.3.1 Oct 16 20:08:23 kg-core2 pkg[5544]: qt5-webengine upgraded: 5.15.17.p3 -> 5.15.17.p3_1 Oct 16 20:08:23 kg-core2 pkg[5544]: gawk upgraded: 5.3.0 -> 5.3.1 Oct 16 20:08:23 kg-core2 pkg[5544]: asciidoc upgraded: 10.2.0_3 -> 10.2.1 Oct 16 20:08:23 kg-core2 pkg[5544]: abcde reinstalled: 2.9.3_3 -> 2.9.3_3 Oct 16 20:08:30 kg-core2 pkg[5544]: openjdk8 upgraded: 8.412.08.1 -> 8.422.05.1_2 Oct 16 20:08:30 kg-core2 pkg[5544]: cmake upgraded: 3.29.6 -> 3.30.5 Oct 16 20:08:38 kg-core2 pkg[5544]: FreeCAD upgraded: 0.21.2_5 -> 1.0.r2_2 Oct 16 20:08:38 kg-core2 pkg[5544]: FAudio upgraded: 21.01 -> 24.08 Oct 16 20:08:38 kg-core2 pkg[5544]: w3m upgraded: 0.5.3.20230718 -> 0.5.3.20240916_1 Oct 16 20:08:38 kg-core2 pkg[5544]: cpu-microcode-amd upgraded: 20240116 -> 20240810 Oct 16 20:08:38 kg-core2 pkg[5544]: xfce4-screenshooter-plugin upgraded: 1.10.6 -> 1.11.1 Oct 16 20:08:45 kg-core2 pkg[5544]: ungoogled-chromium upgraded: 128.0.6613.137 -> 129.0.6668.100 Oct 16 20:08:45 kg-core2 pkg[5544]: gstreamer1-plugins-core upgraded: 1.22.10 -> 1.24.8 Oct 16 20:08:50 kg-core2 pkg[5544]: openscad upgraded: 2021.01.01.20221206_5 -> 2024.10.11_1 Oct 16 20:08:51 kg-core2 pkg[5544]: neovim upgraded: 0.10.0_2 -> 0.10.2 Oct 16 20:08:51 kg-core2 pkg[5544]: qt6-lottie upgraded: 6.7.2 -> 6.7.3 Oct 16 20:08:54 kg-core2 pkg[5544]: inkscape upgraded: 1.3.2_2 -> 1.3.2_3 Oct 16 20:08:54 kg-core2 pkg[5544]: libXfont2 upgraded: 2.0.5_1 -> 2.0.6 Oct 16 20:08:58 kg-core2 pkg[5544]: firefox upgraded: 131.0_1,2 -> 131.0.3,2 Oct 16 20:09:01 kg-core2 pkg[5544]: kicad upgraded: 7.0.2_6,2 -> 7.0.2_7,2 Oct 16 20:09:02 kg-core2 pkg[5544]: thunar upgraded: 4.18.10_1 -> 4.18.11 Oct 16 20:09:03 kg-core2 pkg[5544]: calibre upgraded: 7.16.0 -> 7.19.0 Oct 16 20:09:09 kg-core2 pkg[5544]: linux_base-c7 upgraded: 7.9.2009_2 -> 7.9.2009_3 Oct 16 20:09:09 kg-core2 pkg[5544]: cups-filters upgraded: 1.28.17_4 -> 1.28.17_6 Oct 16 20:09:09 kg-core2 pkg[5544]: fluidsynth upgraded: 2.3.4 -> 2.3.6
2024-10-12: ada0p6 - solaar - MX Keys battery at 5%, I put the keyboard on charger.
2024-10-06: ada0p6 - ansible - I ran ansible-playbook os-report.yml
, and this is the report
tingo@kg-core2:~/personal/projects/2020/ansible_fbsd/infrastructure_home $ awk 'NR==1{print} NR>1{print $0 | "sort"}' os.csv | column -s, -t inventory hostname system distribution version release bpi kg-bpi Linux Debian 12.2 bookworm c1 kg-core1 FreeBSD FreeBSD 13.3 13.3-RELEASE-p7 c2 kg-core2 FreeBSD FreeBSD 13.4 13.4-RELEASE-p1 f2 kg-f2 FreeBSD FreeBSD 13.3 13.3-RELEASE-p7 f6 kg-f6 FreeBSD FreeBSD 11.1 11.1-STABLE hdmipi hdmipi FreeBSD FreeBSD 13.3 13.3-RELEASE kg-omni1 kg-omni1 FreeBSD FreeBSD 11.4 11.4-RELEASE-p9 ndwiki www FreeBSD FreeBSD 13.1 13.1-RELEASE-p1 proxy proxy FreeBSD FreeBSD 11.4 11.4-RELEASE rtl433 rtl433 Linux Debian 10 buster steamos steamos Linux SteamOS 2 brewmaster trap trap2 FreeBSD FreeBSD 13.3 13.3-RELEASE-p7 v7 kg-v7 FreeBSD FreeBSD 11.4 11.4-STABLE vm2 kg-vm2 FreeBSD FreeBSD 12.4 12.4-RELEASE-p1 vm3 kg-vm3 FreeBSD FreeBSD 13.3 13.3-RELEASE-p7 vm4 kg-vm4 Linux Debian 12.7 bookworm vm5 kg-vm5 FreeBSD FreeBSD 13.3 13.3-RELEASE-p7 web bvm6 FreeBSD FreeBSD 11.1 11.1-RELEASE-p4 web2 web2 FreeBSD FreeBSD 11.4 11.4-RELEASE-p9 wiki3 wiki3 FreeBSD FreeBSD 13.2 13.2-RELEASE-p10
2024-10-01: ada0p6 - nikola - the issue was moved to a discussion #3791.
2024-09-29: ada0p6 - nikola - opened issue #3789 to document the ruamel.yaml.clib workaround.
2024-09-29: ada0p6 - and ungoogled-chromium still slows down the machine enough to make other programs (even terminal windows) "lag" when it is running. Oh well.
2024-09-28: ada0p6 - nikola - yes, it worked. from csh, the normal
source ~/.venv/nikola/bin/activate.csh cd ~/personal/projects/nikola nikola build && nikola deploy
works. The normal build and deploy looks like this
(nikola) tingo@kg-core2:~/personal/projects/nikola % nikola build && nikola deploy Scanning posts........done! . render_posts:timeline_changes . render_posts:cache/pages/machines/gigabyte_b450m_ds3h/freebsd.html . render_sources:output/machines/gigabyte_b450m_ds3h/freebsd/index.md . render_pages:output/machines/gigabyte_b450m_ds3h/freebsd/index.html . sitemap:output/sitemap.xml Scanning posts........done! [2024-09-28 18:41:35] INFO: deploy: => preset 'default' [2024-09-28 18:41:35] INFO: deploy: ==> cd output; git add . [2024-09-28 18:41:35] INFO: deploy: ==> cd output; git commit -q -m "content added" [2024-09-28 18:41:35] INFO: deploy: ==> cd output; git push web Enumerating objects: 13, done. Counting objects: 100% (13/13), done. Delta compression using up to 12 threads Compressing objects: 100% (7/7), done. Writing objects: 100% (7/7), 1.13 KiB | 1.13 MiB/s, done. Total 7 (delta 5), reused 0 (delta 0), pack-reused 0 (from 0) To ssh://web2/home/tingo/website.git 3064346b..38bc7483 master -> master [2024-09-28 18:41:36] INFO: deploy: Successful deployment
so that's it now.
2024-09-28: ada0p6 - pkg - install
Sep 28 18:31:28 kg-core2 pkg[4316]: py311-sqlite3-3.11.9_7 installed
2024-09-28: ada0p6 - nikola - I can download the package
tingo@kg-core2:~/.venv/nikola $ bin/python -m pip download ruamel.yaml.clib Collecting ruamel.yaml.clib Using cached ruamel.yaml.clib-0.2.8.tar.gz (213 kB) Installing build dependencies ... done Getting requirements to build wheel ... done Preparing metadata (pyproject.toml) ... done Saved ./ruamel.yaml.clib-0.2.8.tar.gz Successfully downloaded ruamel.yaml.clib
and extract it
tingo@kg-core2:~/.venv/nikola $ tar xvf ruamel.yaml.clib-0.2.8.tar.gz x ruamel.yaml.clib-0.2.8/ x ruamel.yaml.clib-0.2.8/LICENSE x ruamel.yaml.clib-0.2.8/MANIFEST.in x ruamel.yaml.clib-0.2.8/PKG-INFO x ruamel.yaml.clib-0.2.8/README.rst x ruamel.yaml.clib-0.2.8/__init__.py x ruamel.yaml.clib-0.2.8/_ruamel_yaml.c x ruamel.yaml.clib-0.2.8/_ruamel_yaml.h x ruamel.yaml.clib-0.2.8/api.c x ruamel.yaml.clib-0.2.8/config.h x ruamel.yaml.clib-0.2.8/dumper.c x ruamel.yaml.clib-0.2.8/emitter.c x ruamel.yaml.clib-0.2.8/loader.c x ruamel.yaml.clib-0.2.8/parser.c x ruamel.yaml.clib-0.2.8/pyproject.toml x ruamel.yaml.clib-0.2.8/reader.c x ruamel.yaml.clib-0.2.8/ruamel.yaml.clib.egg-info/ x ruamel.yaml.clib-0.2.8/ruamel.yaml.clib.egg-info/PKG-INFO x ruamel.yaml.clib-0.2.8/ruamel.yaml.clib.egg-info/SOURCES.txt x ruamel.yaml.clib-0.2.8/ruamel.yaml.clib.egg-info/dependency_links.txt x ruamel.yaml.clib-0.2.8/ruamel.yaml.clib.egg-info/not-zip-safe x ruamel.yaml.clib-0.2.8/ruamel.yaml.clib.egg-info/top_level.txt x ruamel.yaml.clib-0.2.8/scanner.c x ruamel.yaml.clib-0.2.8/setup.cfg x ruamel.yaml.clib-0.2.8/setup.py x ruamel.yaml.clib-0.2.8/writer.c x ruamel.yaml.clib-0.2.8/yaml.h x ruamel.yaml.clib-0.2.8/yaml_private.h
and patch it
tingo@kg-core2:~/.venv/nikola $ cd ruamel.yaml.clib-0.2.8 tingo@kg-core2:~/.venv/nikola/ruamel.yaml.clib-0.2.8 $ patch < /usr/ports/devel/py-ruamel.yaml.clib/files/patch-clang16 Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- _ruamel_yaml.c.orig 2023-10-03 06:54:38 UTC |+++ _ruamel_yaml.c -------------------------- Patching file _ruamel_yaml.c using Plan A... Hunk #1 succeeded at 2272. Hunk #2 succeeded at 16092. Hunk #3 succeeded at 25321. done
now, can I build it?
tingo@kg-core2:~/.venv/nikola/ruamel.yaml.clib-0.2.8 $ ../bin/python -m pip wheel . Processing /usr/home/tingo/.venv/nikola/ruamel.yaml.clib-0.2.8 Installing build dependencies ... done Getting requirements to build wheel ... done Preparing metadata (pyproject.toml) ... done Building wheels for collected packages: ruamel.yaml.clib Building wheel for ruamel.yaml.clib (pyproject.toml) ... done Created wheel for ruamel.yaml.clib: filename=ruamel.yaml.clib-0.2.8-cp311-cp311-freebsd_13_4_release_p1_amd64.whl size=146198 sha256=0f12e2d82afea1633c1c9eadfe57f4e6fcf80fbbdb16d727bd9a080c40ad6648 Stored in directory: /usr/home/tingo/.cache/pip/wheels/a2/0d/87/6e006f99e09c5c6e6020da321cb8f7774f72b5503ee85869c1 Successfully built ruamel.yaml.clib
yes, it did. Now, does the rest work? Try this way:
tingo@kg-core2:~/.venv/nikola $ bin/python -m pip install -U "Nikola[extras]" ./ruamel.yaml.clib-0.2.8 Processing ./ruamel.yaml.clib-0.2.8 Installing build dependencies ... done Getting requirements to build wheel ... done Preparing metadata (pyproject.toml) ... done Collecting Nikola[extras] Using cached Nikola-8.3.1-py3-none-any.whl.metadata (5.8 kB) Collecting doit>=0.33.1 (from Nikola[extras]) Using cached doit-0.36.0-py3-none-any.whl.metadata (4.9 kB) Collecting Pygments>=2.4.2 (from Nikola[extras]) Using cached pygments-2.18.0-py3-none-any.whl.metadata (2.5 kB) Collecting Pillow>=9.1.0 (from Nikola[extras]) Using cached pillow-10.4.0-cp311-cp311-freebsd_13_4_release_p1_amd64.whl Collecting python-dateutil>=2.8.2 (from Nikola[extras]) Using cached python_dateutil-2.9.0.post0-py2.py3-none-any.whl.metadata (8.4 kB) Collecting docutils>=0.19 (from Nikola[extras]) Using cached docutils-0.21.2-py3-none-any.whl.metadata (2.8 kB) Collecting mako>=1.0.9 (from Nikola[extras]) Using cached Mako-1.3.5-py3-none-any.whl.metadata (2.9 kB) Collecting Markdown>=3.0 (from Nikola[extras]) Using cached Markdown-3.7-py3-none-any.whl.metadata (7.0 kB) Collecting unidecode>=0.4.16 (from Nikola[extras]) Using cached Unidecode-1.3.8-py3-none-any.whl.metadata (13 kB) Collecting lxml>=4.5.2 (from Nikola[extras]) Using cached lxml-5.3.0-cp311-cp311-freebsd_13_4_release_p1_amd64.whl Collecting PyRSS2Gen>=1.1 (from Nikola[extras]) Using cached PyRSS2Gen-1.1-py3-none-any.whl Collecting blinker>=1.3 (from Nikola[extras]) Using cached blinker-1.8.2-py3-none-any.whl.metadata (1.6 kB) Requirement already satisfied: setuptools>=60.0.5 in ./lib/python3.11/site-packages (from Nikola[extras]) (75.1.0) Collecting natsort>=5.1.0 (from Nikola[extras]) Using cached natsort-8.4.0-py3-none-any.whl.metadata (21 kB) Collecting requests>=2.31.0 (from Nikola[extras]) Using cached requests-2.32.3-py3-none-any.whl.metadata (4.6 kB) Collecting piexif>=1.0.3 (from Nikola[extras]) Using cached piexif-1.1.3-py2.py3-none-any.whl.metadata (3.7 kB) Collecting Babel>=2.12.0 (from Nikola[extras]) Using cached babel-2.16.0-py3-none-any.whl.metadata (1.5 kB) Collecting Jinja2>=3.1.0 (from Nikola[extras]) Using cached jinja2-3.1.4-py3-none-any.whl.metadata (2.6 kB) Collecting hsluv>=5.0.0 (from Nikola[extras]) Using cached hsluv-5.0.4-py2.py3-none-any.whl.metadata (2.7 kB) Collecting pyphen>=0.9.1 (from Nikola[extras]) Using cached pyphen-0.16.0-py3-none-any.whl.metadata (3.2 kB) Collecting micawber>=0.3.0 (from Nikola[extras]) Using cached micawber-0.5.5-py3-none-any.whl Collecting pygal>=2.0.11 (from Nikola[extras]) Using cached pygal-3.0.5-py3-none-any.whl.metadata (3.5 kB) Collecting typogrify>=2.0.4 (from Nikola[extras]) Using cached typogrify-2.0.7-py2.py3-none-any.whl Collecting phpserialize>=1.3 (from Nikola[extras]) Using cached phpserialize-1.3-py3-none-any.whl Collecting notebook>=6.0.0 (from Nikola[extras]) Using cached notebook-7.2.2-py3-none-any.whl.metadata (10 kB) Collecting ipykernel>=6.21.2 (from Nikola[extras]) Using cached ipykernel-6.29.5-py3-none-any.whl.metadata (6.3 kB) Collecting ghp-import>=1.0.0 (from Nikola[extras]) Using cached ghp_import-2.1.0-py3-none-any.whl.metadata (7.2 kB) Collecting aiohttp>=3.8.6 (from Nikola[extras]) Using cached aiohttp-3.10.7-cp311-cp311-freebsd_13_4_release_p1_amd64.whl Collecting watchdog>=2.3.0 (from Nikola[extras]) Using cached watchdog-5.0.3-py3-none-any.whl Collecting ruamel.yaml>=0.15.98 (from Nikola[extras]) Using cached ruamel.yaml-0.18.6-py3-none-any.whl.metadata (23 kB) Collecting toml>=0.9.2 (from Nikola[extras]) Using cached toml-0.10.2-py2.py3-none-any.whl.metadata (7.1 kB) Collecting html5lib>=1.0.1 (from Nikola[extras]) Using cached html5lib-1.1-py2.py3-none-any.whl.metadata (16 kB) Collecting aiohappyeyeballs>=2.3.0 (from aiohttp>=3.8.6->Nikola[extras]) Using cached aiohappyeyeballs-2.4.2-py3-none-any.whl.metadata (6.0 kB) Collecting aiosignal>=1.1.2 (from aiohttp>=3.8.6->Nikola[extras]) Using cached aiosignal-1.3.1-py3-none-any.whl.metadata (4.0 kB) Collecting attrs>=17.3.0 (from aiohttp>=3.8.6->Nikola[extras]) Using cached attrs-24.2.0-py3-none-any.whl.metadata (11 kB) Collecting frozenlist>=1.1.1 (from aiohttp>=3.8.6->Nikola[extras]) Using cached frozenlist-1.4.1-py3-none-any.whl.metadata (12 kB) Collecting multidict<7.0,>=4.5 (from aiohttp>=3.8.6->Nikola[extras]) Using cached multidict-6.1.0-py3-none-any.whl.metadata (5.0 kB) Collecting yarl<2.0,>=1.12.0 (from aiohttp>=3.8.6->Nikola[extras]) Using cached yarl-1.13.1-py3-none-any.whl.metadata (50 kB) Collecting cloudpickle (from doit>=0.33.1->Nikola[extras]) Using cached cloudpickle-3.0.0-py3-none-any.whl.metadata (7.0 kB) Collecting importlib-metadata>=4.4 (from doit>=0.33.1->Nikola[extras]) Using cached importlib_metadata-8.5.0-py3-none-any.whl.metadata (4.8 kB) Collecting six>=1.9 (from html5lib>=1.0.1->Nikola[extras]) Using cached six-1.16.0-py2.py3-none-any.whl.metadata (1.8 kB) Collecting webencodings (from html5lib>=1.0.1->Nikola[extras]) Using cached webencodings-0.5.1-py2.py3-none-any.whl.metadata (2.1 kB) Collecting comm>=0.1.1 (from ipykernel>=6.21.2->Nikola[extras]) Using cached comm-0.2.2-py3-none-any.whl.metadata (3.7 kB) Collecting debugpy>=1.6.5 (from ipykernel>=6.21.2->Nikola[extras]) Using cached debugpy-1.8.6-py2.py3-none-any.whl.metadata (1.1 kB) Collecting ipython>=7.23.1 (from ipykernel>=6.21.2->Nikola[extras]) Using cached ipython-8.27.0-py3-none-any.whl.metadata (5.0 kB) Collecting jupyter-client>=6.1.12 (from ipykernel>=6.21.2->Nikola[extras]) Using cached jupyter_client-8.6.3-py3-none-any.whl.metadata (8.3 kB) Collecting jupyter-core!=5.0.*,>=4.12 (from ipykernel>=6.21.2->Nikola[extras]) Using cached jupyter_core-5.7.2-py3-none-any.whl.metadata (3.4 kB) Collecting matplotlib-inline>=0.1 (from ipykernel>=6.21.2->Nikola[extras]) Using cached matplotlib_inline-0.1.7-py3-none-any.whl.metadata (3.9 kB) Collecting nest-asyncio (from ipykernel>=6.21.2->Nikola[extras]) Using cached nest_asyncio-1.6.0-py3-none-any.whl.metadata (2.8 kB) Collecting packaging (from ipykernel>=6.21.2->Nikola[extras]) Using cached packaging-24.1-py3-none-any.whl.metadata (3.2 kB) Collecting psutil (from ipykernel>=6.21.2->Nikola[extras]) Using cached psutil-6.0.0-cp311-cp311-freebsd_13_4_release_p1_amd64.whl Collecting pyzmq>=24 (from ipykernel>=6.21.2->Nikola[extras]) Using cached pyzmq-26.2.0-cp311-cp311-freebsd_13_4_release_p1_amd64.whl Collecting tornado>=6.1 (from ipykernel>=6.21.2->Nikola[extras]) Using cached tornado-6.4.1-cp38-abi3-freebsd_13_4_release_p1_amd64.whl Collecting traitlets>=5.4.0 (from ipykernel>=6.21.2->Nikola[extras]) Using cached traitlets-5.14.3-py3-none-any.whl.metadata (10 kB) Collecting MarkupSafe>=2.0 (from Jinja2>=3.1.0->Nikola[extras]) Using cached MarkupSafe-2.1.5-cp311-cp311-freebsd_13_4_release_p1_amd64.whl Collecting jupyter-server<3,>=2.4.0 (from notebook>=6.0.0->Nikola[extras]) Using cached jupyter_server-2.14.2-py3-none-any.whl.metadata (8.4 kB) Collecting jupyterlab-server<3,>=2.27.1 (from notebook>=6.0.0->Nikola[extras]) Using cached jupyterlab_server-2.27.3-py3-none-any.whl.metadata (5.9 kB) Collecting jupyterlab<4.3,>=4.2.0 (from notebook>=6.0.0->Nikola[extras]) Using cached jupyterlab-4.2.5-py3-none-any.whl.metadata (16 kB) Collecting notebook-shim<0.3,>=0.2 (from notebook>=6.0.0->Nikola[extras]) Using cached notebook_shim-0.2.4-py3-none-any.whl.metadata (4.0 kB) Collecting charset-normalizer<4,>=2 (from requests>=2.31.0->Nikola[extras]) Using cached charset_normalizer-3.3.2-py3-none-any.whl.metadata (33 kB) Collecting idna<4,>=2.5 (from requests>=2.31.0->Nikola[extras]) Using cached idna-3.10-py3-none-any.whl.metadata (10 kB) Collecting urllib3<3,>=1.21.1 (from requests>=2.31.0->Nikola[extras]) Using cached urllib3-2.2.3-py3-none-any.whl.metadata (6.5 kB) Collecting certifi>=2017.4.17 (from requests>=2.31.0->Nikola[extras]) Using cached certifi-2024.8.30-py3-none-any.whl.metadata (2.2 kB) Collecting smartypants>=1.8.3 (from typogrify>=2.0.4->Nikola[extras]) Using cached smartypants-2.0.1-py2.py3-none-any.whl.metadata (1.9 kB) Collecting zipp>=3.20 (from importlib-metadata>=4.4->doit>=0.33.1->Nikola[extras]) Using cached zipp-3.20.2-py3-none-any.whl.metadata (3.7 kB) Collecting decorator (from ipython>=7.23.1->ipykernel>=6.21.2->Nikola[extras]) Using cached decorator-5.1.1-py3-none-any.whl.metadata (4.0 kB) Collecting jedi>=0.16 (from ipython>=7.23.1->ipykernel>=6.21.2->Nikola[extras]) Using cached jedi-0.19.1-py2.py3-none-any.whl.metadata (22 kB) Collecting prompt-toolkit<3.1.0,>=3.0.41 (from ipython>=7.23.1->ipykernel>=6.21.2->Nikola[extras]) Using cached prompt_toolkit-3.0.48-py3-none-any.whl.metadata (6.4 kB) Collecting stack-data (from ipython>=7.23.1->ipykernel>=6.21.2->Nikola[extras]) Using cached stack_data-0.6.3-py3-none-any.whl.metadata (18 kB) Collecting typing-extensions>=4.6 (from ipython>=7.23.1->ipykernel>=6.21.2->Nikola[extras]) Using cached typing_extensions-4.12.2-py3-none-any.whl.metadata (3.0 kB) Collecting pexpect>4.3 (from ipython>=7.23.1->ipykernel>=6.21.2->Nikola[extras]) Using cached pexpect-4.9.0-py2.py3-none-any.whl.metadata (2.5 kB) Collecting platformdirs>=2.5 (from jupyter-core!=5.0.*,>=4.12->ipykernel>=6.21.2->Nikola[extras]) Using cached platformdirs-4.3.6-py3-none-any.whl.metadata (11 kB) Collecting anyio>=3.1.0 (from jupyter-server<3,>=2.4.0->notebook>=6.0.0->Nikola[extras]) Using cached anyio-4.6.0-py3-none-any.whl.metadata (4.6 kB) Collecting argon2-cffi>=21.1 (from jupyter-server<3,>=2.4.0->notebook>=6.0.0->Nikola[extras]) Using cached argon2_cffi-23.1.0-py3-none-any.whl.metadata (5.2 kB) Collecting jupyter-events>=0.9.0 (from jupyter-server<3,>=2.4.0->notebook>=6.0.0->Nikola[extras]) Using cached jupyter_events-0.10.0-py3-none-any.whl.metadata (5.9 kB) Collecting jupyter-server-terminals>=0.4.4 (from jupyter-server<3,>=2.4.0->notebook>=6.0.0->Nikola[extras]) Using cached jupyter_server_terminals-0.5.3-py3-none-any.whl.metadata (5.6 kB) Collecting nbconvert>=6.4.4 (from jupyter-server<3,>=2.4.0->notebook>=6.0.0->Nikola[extras]) Using cached nbconvert-7.16.4-py3-none-any.whl.metadata (8.5 kB) Collecting nbformat>=5.3.0 (from jupyter-server<3,>=2.4.0->notebook>=6.0.0->Nikola[extras]) Using cached nbformat-5.10.4-py3-none-any.whl.metadata (3.6 kB) Collecting overrides>=5.0 (from jupyter-server<3,>=2.4.0->notebook>=6.0.0->Nikola[extras]) Using cached overrides-7.7.0-py3-none-any.whl.metadata (5.8 kB) Collecting prometheus-client>=0.9 (from jupyter-server<3,>=2.4.0->notebook>=6.0.0->Nikola[extras]) Using cached prometheus_client-0.21.0-py3-none-any.whl.metadata (1.8 kB) Collecting send2trash>=1.8.2 (from jupyter-server<3,>=2.4.0->notebook>=6.0.0->Nikola[extras]) Using cached Send2Trash-1.8.3-py3-none-any.whl.metadata (4.0 kB) Collecting terminado>=0.8.3 (from jupyter-server<3,>=2.4.0->notebook>=6.0.0->Nikola[extras]) Using cached terminado-0.18.1-py3-none-any.whl.metadata (5.8 kB) Collecting websocket-client>=1.7 (from jupyter-server<3,>=2.4.0->notebook>=6.0.0->Nikola[extras]) Using cached websocket_client-1.8.0-py3-none-any.whl.metadata (8.0 kB) Collecting async-lru>=1.0.0 (from jupyterlab<4.3,>=4.2.0->notebook>=6.0.0->Nikola[extras]) Using cached async_lru-2.0.4-py3-none-any.whl.metadata (4.5 kB) Collecting httpx>=0.25.0 (from jupyterlab<4.3,>=4.2.0->notebook>=6.0.0->Nikola[extras]) Using cached httpx-0.27.2-py3-none-any.whl.metadata (7.1 kB) Collecting jupyter-lsp>=2.0.0 (from jupyterlab<4.3,>=4.2.0->notebook>=6.0.0->Nikola[extras]) Using cached jupyter_lsp-2.2.5-py3-none-any.whl.metadata (1.8 kB) Collecting json5>=0.9.0 (from jupyterlab-server<3,>=2.27.1->notebook>=6.0.0->Nikola[extras]) Using cached json5-0.9.25-py3-none-any.whl.metadata (30 kB) Collecting jsonschema>=4.18.0 (from jupyterlab-server<3,>=2.27.1->notebook>=6.0.0->Nikola[extras]) Using cached jsonschema-4.23.0-py3-none-any.whl.metadata (7.9 kB) Collecting sniffio>=1.1 (from anyio>=3.1.0->jupyter-server<3,>=2.4.0->notebook>=6.0.0->Nikola[extras]) Using cached sniffio-1.3.1-py3-none-any.whl.metadata (3.9 kB) Collecting argon2-cffi-bindings (from argon2-cffi>=21.1->jupyter-server<3,>=2.4.0->notebook>=6.0.0->Nikola[extras]) Using cached argon2_cffi_bindings-21.2.0-cp311-abi3-freebsd_13_4_release_p1_amd64.whl Collecting httpcore==1.* (from httpx>=0.25.0->jupyterlab<4.3,>=4.2.0->notebook>=6.0.0->Nikola[extras]) Using cached httpcore-1.0.5-py3-none-any.whl.metadata (20 kB) Collecting h11<0.15,>=0.13 (from httpcore==1.*->httpx>=0.25.0->jupyterlab<4.3,>=4.2.0->notebook>=6.0.0->Nikola[extras]) Using cached h11-0.14.0-py3-none-any.whl.metadata (8.2 kB) Collecting parso<0.9.0,>=0.8.3 (from jedi>=0.16->ipython>=7.23.1->ipykernel>=6.21.2->Nikola[extras]) Using cached parso-0.8.4-py2.py3-none-any.whl.metadata (7.7 kB) Collecting jsonschema-specifications>=2023.03.6 (from jsonschema>=4.18.0->jupyterlab-server<3,>=2.27.1->notebook>=6.0.0->Nikola[extras]) Using cached jsonschema_specifications-2023.12.1-py3-none-any.whl.metadata (3.0 kB) Collecting referencing>=0.28.4 (from jsonschema>=4.18.0->jupyterlab-server<3,>=2.27.1->notebook>=6.0.0->Nikola[extras]) Using cached referencing-0.35.1-py3-none-any.whl.metadata (2.8 kB) Collecting rpds-py>=0.7.1 (from jsonschema>=4.18.0->jupyterlab-server<3,>=2.27.1->notebook>=6.0.0->Nikola[extras]) Using cached rpds_py-0.20.0-cp311-cp311-freebsd_13_4_RELEASE_p1_amd64.whl Collecting python-json-logger>=2.0.4 (from jupyter-events>=0.9.0->jupyter-server<3,>=2.4.0->notebook>=6.0.0->Nikola[extras]) Using cached python_json_logger-2.0.7-py3-none-any.whl.metadata (6.5 kB) Collecting pyyaml>=5.3 (from jupyter-events>=0.9.0->jupyter-server<3,>=2.4.0->notebook>=6.0.0->Nikola[extras]) Using cached PyYAML-6.0.2-cp311-cp311-freebsd_13_4_release_p1_amd64.whl Collecting rfc3339-validator (from jupyter-events>=0.9.0->jupyter-server<3,>=2.4.0->notebook>=6.0.0->Nikola[extras]) Using cached rfc3339_validator-0.1.4-py2.py3-none-any.whl.metadata (1.5 kB) Collecting rfc3986-validator>=0.1.1 (from jupyter-events>=0.9.0->jupyter-server<3,>=2.4.0->notebook>=6.0.0->Nikola[extras]) Using cached rfc3986_validator-0.1.1-py2.py3-none-any.whl.metadata (1.7 kB) Collecting beautifulsoup4 (from nbconvert>=6.4.4->jupyter-server<3,>=2.4.0->notebook>=6.0.0->Nikola[extras]) Using cached beautifulsoup4-4.12.3-py3-none-any.whl.metadata (3.8 kB) Collecting bleach!=5.0.0 (from nbconvert>=6.4.4->jupyter-server<3,>=2.4.0->notebook>=6.0.0->Nikola[extras]) Using cached bleach-6.1.0-py3-none-any.whl.metadata (30 kB) Collecting defusedxml (from nbconvert>=6.4.4->jupyter-server<3,>=2.4.0->notebook>=6.0.0->Nikola[extras]) Using cached defusedxml-0.7.1-py2.py3-none-any.whl.metadata (32 kB) Collecting jupyterlab-pygments (from nbconvert>=6.4.4->jupyter-server<3,>=2.4.0->notebook>=6.0.0->Nikola[extras]) Using cached jupyterlab_pygments-0.3.0-py3-none-any.whl.metadata (4.4 kB) Collecting mistune<4,>=2.0.3 (from nbconvert>=6.4.4->jupyter-server<3,>=2.4.0->notebook>=6.0.0->Nikola[extras]) Using cached mistune-3.0.2-py3-none-any.whl.metadata (1.7 kB) Collecting nbclient>=0.5.0 (from nbconvert>=6.4.4->jupyter-server<3,>=2.4.0->notebook>=6.0.0->Nikola[extras]) Using cached nbclient-0.10.0-py3-none-any.whl.metadata (7.8 kB) Collecting pandocfilters>=1.4.1 (from nbconvert>=6.4.4->jupyter-server<3,>=2.4.0->notebook>=6.0.0->Nikola[extras]) Using cached pandocfilters-1.5.1-py2.py3-none-any.whl.metadata (9.0 kB) Collecting tinycss2 (from nbconvert>=6.4.4->jupyter-server<3,>=2.4.0->notebook>=6.0.0->Nikola[extras]) Using cached tinycss2-1.3.0-py3-none-any.whl.metadata (3.0 kB) Collecting fastjsonschema>=2.15 (from nbformat>=5.3.0->jupyter-server<3,>=2.4.0->notebook>=6.0.0->Nikola[extras]) Using cached fastjsonschema-2.20.0-py3-none-any.whl.metadata (2.1 kB) Collecting ptyprocess>=0.5 (from pexpect>4.3->ipython>=7.23.1->ipykernel>=6.21.2->Nikola[extras]) Using cached ptyprocess-0.7.0-py2.py3-none-any.whl.metadata (1.3 kB) Collecting wcwidth (from prompt-toolkit<3.1.0,>=3.0.41->ipython>=7.23.1->ipykernel>=6.21.2->Nikola[extras]) Using cached wcwidth-0.2.13-py2.py3-none-any.whl.metadata (14 kB) Collecting executing>=1.2.0 (from stack-data->ipython>=7.23.1->ipykernel>=6.21.2->Nikola[extras]) Using cached executing-2.1.0-py2.py3-none-any.whl.metadata (8.9 kB) Collecting asttokens>=2.1.0 (from stack-data->ipython>=7.23.1->ipykernel>=6.21.2->Nikola[extras]) Using cached asttokens-2.4.1-py2.py3-none-any.whl.metadata (5.2 kB) Collecting pure-eval (from stack-data->ipython>=7.23.1->ipykernel>=6.21.2->Nikola[extras]) Using cached pure_eval-0.2.3-py3-none-any.whl.metadata (6.3 kB) Collecting fqdn (from jsonschema[format-nongpl]>=4.18.0->jupyter-events>=0.9.0->jupyter-server<3,>=2.4.0->notebook>=6.0.0->Nikola[extras]) Using cached fqdn-1.5.1-py3-none-any.whl.metadata (1.4 kB) Collecting isoduration (from jsonschema[format-nongpl]>=4.18.0->jupyter-events>=0.9.0->jupyter-server<3,>=2.4.0->notebook>=6.0.0->Nikola[extras]) Using cached isoduration-20.11.0-py3-none-any.whl.metadata (5.7 kB) Collecting jsonpointer>1.13 (from jsonschema[format-nongpl]>=4.18.0->jupyter-events>=0.9.0->jupyter-server<3,>=2.4.0->notebook>=6.0.0->Nikola[extras]) Using cached jsonpointer-3.0.0-py2.py3-none-any.whl.metadata (2.3 kB) Collecting uri-template (from jsonschema[format-nongpl]>=4.18.0->jupyter-events>=0.9.0->jupyter-server<3,>=2.4.0->notebook>=6.0.0->Nikola[extras]) Using cached uri_template-1.3.0-py3-none-any.whl.metadata (8.8 kB) Collecting webcolors>=24.6.0 (from jsonschema[format-nongpl]>=4.18.0->jupyter-events>=0.9.0->jupyter-server<3,>=2.4.0->notebook>=6.0.0->Nikola[extras]) Using cached webcolors-24.8.0-py3-none-any.whl.metadata (2.6 kB) Collecting cffi>=1.0.1 (from argon2-cffi-bindings->argon2-cffi>=21.1->jupyter-server<3,>=2.4.0->notebook>=6.0.0->Nikola[extras]) Using cached cffi-1.17.1-cp311-cp311-freebsd_13_4_release_p1_amd64.whl Collecting soupsieve>1.2 (from beautifulsoup4->nbconvert>=6.4.4->jupyter-server<3,>=2.4.0->notebook>=6.0.0->Nikola[extras]) Using cached soupsieve-2.6-py3-none-any.whl.metadata (4.6 kB) Collecting pycparser (from cffi>=1.0.1->argon2-cffi-bindings->argon2-cffi>=21.1->jupyter-server<3,>=2.4.0->notebook>=6.0.0->Nikola[extras]) Using cached pycparser-2.22-py3-none-any.whl.metadata (943 bytes) Collecting arrow>=0.15.0 (from isoduration->jsonschema[format-nongpl]>=4.18.0->jupyter-events>=0.9.0->jupyter-server<3,>=2.4.0->notebook>=6.0.0->Nikola[extras]) Using cached arrow-1.3.0-py3-none-any.whl.metadata (7.5 kB) Collecting types-python-dateutil>=2.8.10 (from arrow>=0.15.0->isoduration->jsonschema[format-nongpl]>=4.18.0->jupyter-events>=0.9.0->jupyter-server<3,>=2.4.0->notebook>=6.0.0->Nikola[extras]) Using cached types_python_dateutil-2.9.0.20240906-py3-none-any.whl.metadata (1.9 kB) Using cached babel-2.16.0-py3-none-any.whl (9.6 MB) Using cached blinker-1.8.2-py3-none-any.whl (9.5 kB) Using cached docutils-0.21.2-py3-none-any.whl (587 kB) Using cached doit-0.36.0-py3-none-any.whl (85 kB) Using cached ghp_import-2.1.0-py3-none-any.whl (11 kB) Using cached hsluv-5.0.4-py2.py3-none-any.whl (5.3 kB) Using cached html5lib-1.1-py2.py3-none-any.whl (112 kB) Using cached ipykernel-6.29.5-py3-none-any.whl (117 kB) Using cached jinja2-3.1.4-py3-none-any.whl (133 kB) Using cached Mako-1.3.5-py3-none-any.whl (78 kB) Using cached Markdown-3.7-py3-none-any.whl (106 kB) Using cached natsort-8.4.0-py3-none-any.whl (38 kB) Using cached notebook-7.2.2-py3-none-any.whl (5.0 MB) Using cached piexif-1.1.3-py2.py3-none-any.whl (20 kB) Using cached pygal-3.0.5-py3-none-any.whl (129 kB) Using cached pygments-2.18.0-py3-none-any.whl (1.2 MB) Using cached pyphen-0.16.0-py3-none-any.whl (2.1 MB) Using cached python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB) Using cached requests-2.32.3-py3-none-any.whl (64 kB) Using cached ruamel.yaml-0.18.6-py3-none-any.whl (117 kB) Using cached toml-0.10.2-py2.py3-none-any.whl (16 kB) Using cached Unidecode-1.3.8-py3-none-any.whl (235 kB) Using cached Nikola-8.3.1-py3-none-any.whl (1.4 MB) Using cached aiohappyeyeballs-2.4.2-py3-none-any.whl (14 kB) Using cached aiosignal-1.3.1-py3-none-any.whl (7.6 kB) Using cached attrs-24.2.0-py3-none-any.whl (63 kB) Using cached certifi-2024.8.30-py3-none-any.whl (167 kB) Using cached charset_normalizer-3.3.2-py3-none-any.whl (48 kB) Using cached comm-0.2.2-py3-none-any.whl (7.2 kB) Using cached debugpy-1.8.6-py2.py3-none-any.whl (5.2 MB) Using cached frozenlist-1.4.1-py3-none-any.whl (11 kB) Using cached idna-3.10-py3-none-any.whl (70 kB) Using cached importlib_metadata-8.5.0-py3-none-any.whl (26 kB) Using cached ipython-8.27.0-py3-none-any.whl (818 kB) Using cached jupyter_client-8.6.3-py3-none-any.whl (106 kB) Using cached jupyter_core-5.7.2-py3-none-any.whl (28 kB) Using cached jupyter_server-2.14.2-py3-none-any.whl (383 kB) Using cached jupyterlab-4.2.5-py3-none-any.whl (11.6 MB) Using cached jupyterlab_server-2.27.3-py3-none-any.whl (59 kB) Using cached matplotlib_inline-0.1.7-py3-none-any.whl (9.9 kB) Using cached multidict-6.1.0-py3-none-any.whl (10 kB) Using cached notebook_shim-0.2.4-py3-none-any.whl (13 kB) Using cached packaging-24.1-py3-none-any.whl (53 kB) Using cached six-1.16.0-py2.py3-none-any.whl (11 kB) Using cached smartypants-2.0.1-py2.py3-none-any.whl (9.9 kB) Using cached traitlets-5.14.3-py3-none-any.whl (85 kB) Using cached urllib3-2.2.3-py3-none-any.whl (126 kB) Using cached yarl-1.13.1-py3-none-any.whl (39 kB) Using cached cloudpickle-3.0.0-py3-none-any.whl (20 kB) Using cached nest_asyncio-1.6.0-py3-none-any.whl (5.2 kB) Using cached webencodings-0.5.1-py2.py3-none-any.whl (11 kB) Using cached anyio-4.6.0-py3-none-any.whl (89 kB) Using cached argon2_cffi-23.1.0-py3-none-any.whl (15 kB) Using cached async_lru-2.0.4-py3-none-any.whl (6.1 kB) Using cached httpx-0.27.2-py3-none-any.whl (76 kB) Using cached httpcore-1.0.5-py3-none-any.whl (77 kB) Using cached jedi-0.19.1-py2.py3-none-any.whl (1.6 MB) Using cached json5-0.9.25-py3-none-any.whl (30 kB) Using cached jsonschema-4.23.0-py3-none-any.whl (88 kB) Using cached jupyter_events-0.10.0-py3-none-any.whl (18 kB) Using cached jupyter_lsp-2.2.5-py3-none-any.whl (69 kB) Using cached jupyter_server_terminals-0.5.3-py3-none-any.whl (13 kB) Using cached nbconvert-7.16.4-py3-none-any.whl (257 kB) Using cached nbformat-5.10.4-py3-none-any.whl (78 kB) Using cached overrides-7.7.0-py3-none-any.whl (17 kB) Using cached pexpect-4.9.0-py2.py3-none-any.whl (63 kB) Using cached platformdirs-4.3.6-py3-none-any.whl (18 kB) Using cached prometheus_client-0.21.0-py3-none-any.whl (54 kB) Using cached prompt_toolkit-3.0.48-py3-none-any.whl (386 kB) Using cached Send2Trash-1.8.3-py3-none-any.whl (18 kB) Using cached terminado-0.18.1-py3-none-any.whl (14 kB) Using cached typing_extensions-4.12.2-py3-none-any.whl (37 kB) Using cached websocket_client-1.8.0-py3-none-any.whl (58 kB) Using cached zipp-3.20.2-py3-none-any.whl (9.2 kB) Using cached decorator-5.1.1-py3-none-any.whl (9.1 kB) Using cached stack_data-0.6.3-py3-none-any.whl (24 kB) Using cached asttokens-2.4.1-py2.py3-none-any.whl (27 kB) Using cached bleach-6.1.0-py3-none-any.whl (162 kB) Using cached executing-2.1.0-py2.py3-none-any.whl (25 kB) Using cached fastjsonschema-2.20.0-py3-none-any.whl (23 kB) Using cached jsonschema_specifications-2023.12.1-py3-none-any.whl (18 kB) Using cached mistune-3.0.2-py3-none-any.whl (47 kB) Using cached nbclient-0.10.0-py3-none-any.whl (25 kB) Using cached pandocfilters-1.5.1-py2.py3-none-any.whl (8.7 kB) Using cached parso-0.8.4-py2.py3-none-any.whl (103 kB) Using cached ptyprocess-0.7.0-py2.py3-none-any.whl (13 kB) Using cached python_json_logger-2.0.7-py3-none-any.whl (8.1 kB) Using cached referencing-0.35.1-py3-none-any.whl (26 kB) Using cached rfc3986_validator-0.1.1-py2.py3-none-any.whl (4.2 kB) Using cached sniffio-1.3.1-py3-none-any.whl (10 kB) Using cached beautifulsoup4-4.12.3-py3-none-any.whl (147 kB) Using cached defusedxml-0.7.1-py2.py3-none-any.whl (25 kB) Using cached jupyterlab_pygments-0.3.0-py3-none-any.whl (15 kB) Using cached pure_eval-0.2.3-py3-none-any.whl (11 kB) Using cached rfc3339_validator-0.1.4-py2.py3-none-any.whl (3.5 kB) Using cached tinycss2-1.3.0-py3-none-any.whl (22 kB) Using cached wcwidth-0.2.13-py2.py3-none-any.whl (34 kB) Using cached h11-0.14.0-py3-none-any.whl (58 kB) Using cached jsonpointer-3.0.0-py2.py3-none-any.whl (7.6 kB) Using cached soupsieve-2.6-py3-none-any.whl (36 kB) Using cached webcolors-24.8.0-py3-none-any.whl (15 kB) Using cached fqdn-1.5.1-py3-none-any.whl (9.1 kB) Using cached isoduration-20.11.0-py3-none-any.whl (11 kB) Using cached uri_template-1.3.0-py3-none-any.whl (11 kB) Using cached arrow-1.3.0-py3-none-any.whl (66 kB) Using cached pycparser-2.22-py3-none-any.whl (117 kB) Using cached types_python_dateutil-2.9.0.20240906-py3-none-any.whl (9.7 kB) Building wheels for collected packages: ruamel.yaml.clib Building wheel for ruamel.yaml.clib (pyproject.toml) ... done Created wheel for ruamel.yaml.clib: filename=ruamel.yaml.clib-0.2.8-cp311-cp311-freebsd_13_4_release_p1_amd64.whl size=146198 sha256=e20a4d3a0c553e6b8521109959e98437edf97c5b84d0f6a66af0a3719c2f31a4 Stored in directory: /usr/home/tingo/.cache/pip/wheels/a2/0d/87/6e006f99e09c5c6e6020da321cb8f7774f72b5503ee85869c1 Successfully built ruamel.yaml.clib Installing collected packages: webencodings, wcwidth, smartypants, PyRSS2Gen, pure-eval, ptyprocess, phpserialize, micawber, fastjsonschema, zipp, websocket-client, webcolors, watchdog, urllib3, uri-template, unidecode, typogrify, typing-extensions, types-python-dateutil, traitlets, tornado, toml, tinycss2, soupsieve, sniffio, six, send2trash, ruamel.yaml.clib, rpds-py, rfc3986-validator, pyzmq, pyyaml, python-json-logger, pyphen, Pygments, pycparser, psutil, prompt-toolkit, prometheus-client, platformdirs, Pillow, piexif, pexpect, parso, pandocfilters, packaging, overrides, nest-asyncio, natsort, multidict, mistune, MarkupSafe, Markdown, lxml, jupyterlab-pygments, jsonpointer, json5, idna, hsluv, h11, frozenlist, fqdn, executing, docutils, defusedxml, decorator, debugpy, cloudpickle, charset-normalizer, certifi, blinker, Babel, attrs, async-lru, aiohappyeyeballs, yarl, terminado, ruamel.yaml, rfc3339-validator, requests, referencing, python-dateutil, matplotlib-inline, mako, jupyter-core, Jinja2, jedi, importlib-metadata, httpcore, html5lib, comm, cffi, bleach, beautifulsoup4, asttokens, anyio, aiosignal, stack-data, pygal, jupyter-server-terminals, jupyter-client, jsonschema-specifications, httpx, ghp-import, doit, arrow, argon2-cffi-bindings, aiohttp, Nikola, jsonschema, isoduration, ipython, argon2-cffi, nbformat, ipykernel, nbclient, jupyter-events, nbconvert, jupyter-server, notebook-shim, jupyterlab-server, jupyter-lsp, jupyterlab, notebook Successfully installed Babel-2.16.0 Jinja2-3.1.4 Markdown-3.7 MarkupSafe-2.1.5 Nikola-8.3.1 Pillow-10.4.0 PyRSS2Gen-1.1 Pygments-2.18.0 aiohappyeyeballs-2.4.2 aiohttp-3.10.7 aiosignal-1.3.1 anyio-4.6.0 argon2-cffi-23.1.0 argon2-cffi-bindings-21.2.0 arrow-1.3.0 asttokens-2.4.1 async-lru-2.0.4 attrs-24.2.0 beautifulsoup4-4.12.3 bleach-6.1.0 blinker-1.8.2 certifi-2024.8.30 cffi-1.17.1 charset-normalizer-3.3.2 cloudpickle-3.0.0 comm-0.2.2 debugpy-1.8.6 decorator-5.1.1 defusedxml-0.7.1 docutils-0.21.2 doit-0.36.0 executing-2.1.0 fastjsonschema-2.20.0 fqdn-1.5.1 frozenlist-1.4.1 ghp-import-2.1.0 h11-0.14.0 hsluv-5.0.4 html5lib-1.1 httpcore-1.0.5 httpx-0.27.2 idna-3.10 importlib-metadata-8.5.0 ipykernel-6.29.5 ipython-8.27.0 isoduration-20.11.0 jedi-0.19.1 json5-0.9.25 jsonpointer-3.0.0 jsonschema-4.23.0 jsonschema-specifications-2023.12.1 jupyter-client-8.6.3 jupyter-core-5.7.2 jupyter-events-0.10.0 jupyter-lsp-2.2.5 jupyter-server-2.14.2 jupyter-server-terminals-0.5.3 jupyterlab-4.2.5 jupyterlab-pygments-0.3.0 jupyterlab-server-2.27.3 lxml-5.3.0 mako-1.3.5 matplotlib-inline-0.1.7 micawber-0.5.5 mistune-3.0.2 multidict-6.1.0 natsort-8.4.0 nbclient-0.10.0 nbconvert-7.16.4 nbformat-5.10.4 nest-asyncio-1.6.0 notebook-7.2.2 notebook-shim-0.2.4 overrides-7.7.0 packaging-24.1 pandocfilters-1.5.1 parso-0.8.4 pexpect-4.9.0 phpserialize-1.3 piexif-1.1.3 platformdirs-4.3.6 prometheus-client-0.21.0 prompt-toolkit-3.0.48 psutil-6.0.0 ptyprocess-0.7.0 pure-eval-0.2.3 pycparser-2.22 pygal-3.0.5 pyphen-0.16.0 python-dateutil-2.9.0.post0 python-json-logger-2.0.7 pyyaml-6.0.2 pyzmq-26.2.0 referencing-0.35.1 requests-2.32.3 rfc3339-validator-0.1.4 rfc3986-validator-0.1.1 rpds-py-0.20.0 ruamel.yaml-0.18.6 ruamel.yaml.clib-0.2.8 send2trash-1.8.3 six-1.16.0 smartypants-2.0.1 sniffio-1.3.1 soupsieve-2.6 stack-data-0.6.3 terminado-0.18.1 tinycss2-1.3.0 toml-0.10.2 tornado-6.4.1 traitlets-5.14.3 types-python-dateutil-2.9.0.20240906 typing-extensions-4.12.2 typogrify-2.0.7 unidecode-1.3.8 uri-template-1.3.0 urllib3-2.2.3 watchdog-5.0.3 wcwidth-0.2.13 webcolors-24.8.0 webencodings-0.5.1 websocket-client-1.8.0 yarl-1.13.1 zipp-3.20.2
damn! Looks like it worked.
2024-09-28: ada0p6 - solaar - MX Keys battery at 5% again, tiome to charge
tingo@kg-core2:~ $ solaar show "MX Keys" | grep Battery Battery: 5%, discharging.
2024-09-28: ada0p6 - pkg - install ruamel.yaml packages
Sep 28 16:09:02 kg-core2 pkg[2583]: py311-ruamel.yaml.clib-0.2.8 installed Sep 28 16:09:02 kg-core2 pkg[2583]: py311-ruamel.yaml-0.18.6 installed
nope, that didn't help.
2024-09-28: ada0p6 - nikola - reinstall for python 3.11 first rename the old venv
tingo@kg-core2:~ $ cd ~/.venv tingo@kg-core2:~/.venv $ mv nikola nikola_20240420
then create a new one with python3.11
tingo@kg-core2:~/.venv $ python3.11 -m venv nikola tingo@kg-core2:~/.venv $ cd nikola tingo@kg-core2:~/.venv/nikola $ bin/python -m pip install -U pip setuptools wheel Requirement already satisfied: pip in ./lib/python3.11/site-packages (24.0) Collecting pip Downloading pip-24.2-py3-none-any.whl.metadata (3.6 kB) Requirement already satisfied: setuptools in ./lib/python3.11/site-packages (65.5.0) Collecting setuptools Downloading setuptools-75.1.0-py3-none-any.whl.metadata (6.9 kB) Collecting wheel Downloading wheel-0.44.0-py3-none-any.whl.metadata (2.3 kB) Downloading pip-24.2-py3-none-any.whl (1.8 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 62.4 MB/s eta 0:00:00 Downloading setuptools-75.1.0-py3-none-any.whl (1.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 77.9 MB/s eta 0:00:00 Downloading wheel-0.44.0-py3-none-any.whl (67 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 67.1/67.1 kB 23.0 MB/s eta 0:00:00 Installing collected packages: wheel, setuptools, pip Attempting uninstall: setuptools Found existing installation: setuptools 65.5.0 Uninstalling setuptools-65.5.0: Successfully uninstalled setuptools-65.5.0 Attempting uninstall: pip Found existing installation: pip 24.0 Uninstalling pip-24.0: Successfully uninstalled pip-24.0 Successfully installed pip-24.2 setuptools-75.1.0 wheel-0.44.0
and install Nikola
tingo@kg-core2:~/.venv/nikola $ bin/python -m pip install -U "Nikola[extras]" Collecting Nikola[extras] Downloading Nikola-8.3.1-py3-none-any.whl.metadata (5.8 kB) Collecting doit>=0.33.1 (from Nikola[extras]) Using cached doit-0.36.0-py3-none-any.whl.metadata (4.9 kB) Collecting Pygments>=2.4.2 (from Nikola[extras]) Downloading pygments-2.18.0-py3-none-any.whl.metadata (2.5 kB) Collecting Pillow>=9.1.0 (from Nikola[extras]) Downloading pillow-10.4.0.tar.gz (46.6 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 46.6/46.6 MB 75.0 MB/s eta 0:00:00 Installing build dependencies ... done Getting requirements to build wheel ... done Preparing metadata (pyproject.toml) ... done Collecting python-dateutil>=2.8.2 (from Nikola[extras]) Using cached python_dateutil-2.9.0.post0-py2.py3-none-any.whl.metadata (8.4 kB) Collecting docutils>=0.19 (from Nikola[extras]) Downloading docutils-0.21.2-py3-none-any.whl.metadata (2.8 kB) Collecting mako>=1.0.9 (from Nikola[extras]) Downloading Mako-1.3.5-py3-none-any.whl.metadata (2.9 kB) Collecting Markdown>=3.0 (from Nikola[extras]) Downloading Markdown-3.7-py3-none-any.whl.metadata (7.0 kB) Collecting unidecode>=0.4.16 (from Nikola[extras]) Using cached Unidecode-1.3.8-py3-none-any.whl.metadata (13 kB) Collecting lxml>=4.5.2 (from Nikola[extras]) Downloading lxml-5.3.0.tar.gz (3.7 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.7/3.7 MB 10.7 MB/s eta 0:00:00 Installing build dependencies ... done Getting requirements to build wheel ... done Preparing metadata (pyproject.toml) ... done Collecting PyRSS2Gen>=1.1 (from Nikola[extras]) Using cached PyRSS2Gen-1.1.tar.gz (6.9 kB) Preparing metadata (setup.py) ... done Collecting blinker>=1.3 (from Nikola[extras]) Downloading blinker-1.8.2-py3-none-any.whl.metadata (1.6 kB) Requirement already satisfied: setuptools>=60.0.5 in ./lib/python3.11/site-packages (from Nikola[extras]) (75.1.0) Collecting natsort>=5.1.0 (from Nikola[extras]) Using cached natsort-8.4.0-py3-none-any.whl.metadata (21 kB) Collecting requests>=2.31.0 (from Nikola[extras]) Downloading requests-2.32.3-py3-none-any.whl.metadata (4.6 kB) Collecting piexif>=1.0.3 (from Nikola[extras]) Using cached piexif-1.1.3-py2.py3-none-any.whl.metadata (3.7 kB) Collecting Babel>=2.12.0 (from Nikola[extras]) Downloading babel-2.16.0-py3-none-any.whl.metadata (1.5 kB) Collecting Jinja2>=3.1.0 (from Nikola[extras]) Downloading jinja2-3.1.4-py3-none-any.whl.metadata (2.6 kB) Collecting hsluv>=5.0.0 (from Nikola[extras]) Using cached hsluv-5.0.4-py2.py3-none-any.whl.metadata (2.7 kB) Collecting pyphen>=0.9.1 (from Nikola[extras]) Downloading pyphen-0.16.0-py3-none-any.whl.metadata (3.2 kB) Collecting micawber>=0.3.0 (from Nikola[extras]) Using cached micawber-0.5.5.tar.gz (18 kB) Preparing metadata (setup.py) ... done Collecting pygal>=2.0.11 (from Nikola[extras]) Downloading pygal-3.0.5-py3-none-any.whl.metadata (3.5 kB) Collecting typogrify>=2.0.4 (from Nikola[extras]) Using cached typogrify-2.0.7.tar.gz (12 kB) Preparing metadata (setup.py) ... done Collecting phpserialize>=1.3 (from Nikola[extras]) Using cached phpserialize-1.3.tar.gz (7.5 kB) Preparing metadata (setup.py) ... done Collecting notebook>=6.0.0 (from Nikola[extras]) Downloading notebook-7.2.2-py3-none-any.whl.metadata (10 kB) Collecting ipykernel>=6.21.2 (from Nikola[extras]) Downloading ipykernel-6.29.5-py3-none-any.whl.metadata (6.3 kB) Collecting ghp-import>=1.0.0 (from Nikola[extras]) Using cached ghp_import-2.1.0-py3-none-any.whl.metadata (7.2 kB) Collecting aiohttp>=3.8.6 (from Nikola[extras]) Downloading aiohttp-3.10.7.tar.gz (7.5 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.5/7.5 MB 8.9 MB/s eta 0:00:00 Installing build dependencies ... done Getting requirements to build wheel ... done Preparing metadata (pyproject.toml) ... done Collecting watchdog>=2.3.0 (from Nikola[extras]) Downloading watchdog-5.0.3.tar.gz (129 kB) Installing build dependencies ... done Getting requirements to build wheel ... done Preparing metadata (pyproject.toml) ... done Collecting ruamel.yaml>=0.15.98 (from Nikola[extras]) Using cached ruamel.yaml-0.18.6-py3-none-any.whl.metadata (23 kB) Collecting toml>=0.9.2 (from Nikola[extras]) Using cached toml-0.10.2-py2.py3-none-any.whl.metadata (7.1 kB) Collecting html5lib>=1.0.1 (from Nikola[extras]) Using cached html5lib-1.1-py2.py3-none-any.whl.metadata (16 kB) Collecting aiohappyeyeballs>=2.3.0 (from aiohttp>=3.8.6->Nikola[extras]) Downloading aiohappyeyeballs-2.4.2-py3-none-any.whl.metadata (6.0 kB) Collecting aiosignal>=1.1.2 (from aiohttp>=3.8.6->Nikola[extras]) Using cached aiosignal-1.3.1-py3-none-any.whl.metadata (4.0 kB) Collecting attrs>=17.3.0 (from aiohttp>=3.8.6->Nikola[extras]) Downloading attrs-24.2.0-py3-none-any.whl.metadata (11 kB) Collecting frozenlist>=1.1.1 (from aiohttp>=3.8.6->Nikola[extras]) Using cached frozenlist-1.4.1-py3-none-any.whl.metadata (12 kB) Collecting multidict<7.0,>=4.5 (from aiohttp>=3.8.6->Nikola[extras]) Downloading multidict-6.1.0-py3-none-any.whl.metadata (5.0 kB) Collecting yarl<2.0,>=1.12.0 (from aiohttp>=3.8.6->Nikola[extras]) Downloading yarl-1.13.1-py3-none-any.whl.metadata (50 kB) Collecting cloudpickle (from doit>=0.33.1->Nikola[extras]) Using cached cloudpickle-3.0.0-py3-none-any.whl.metadata (7.0 kB) Collecting importlib-metadata>=4.4 (from doit>=0.33.1->Nikola[extras]) Downloading importlib_metadata-8.5.0-py3-none-any.whl.metadata (4.8 kB) Collecting six>=1.9 (from html5lib>=1.0.1->Nikola[extras]) Using cached six-1.16.0-py2.py3-none-any.whl.metadata (1.8 kB) Collecting webencodings (from html5lib>=1.0.1->Nikola[extras]) Using cached webencodings-0.5.1-py2.py3-none-any.whl.metadata (2.1 kB) Collecting comm>=0.1.1 (from ipykernel>=6.21.2->Nikola[extras]) Using cached comm-0.2.2-py3-none-any.whl.metadata (3.7 kB) Collecting debugpy>=1.6.5 (from ipykernel>=6.21.2->Nikola[extras]) Downloading debugpy-1.8.6-py2.py3-none-any.whl.metadata (1.1 kB) Collecting ipython>=7.23.1 (from ipykernel>=6.21.2->Nikola[extras]) Downloading ipython-8.27.0-py3-none-any.whl.metadata (5.0 kB) Collecting jupyter-client>=6.1.12 (from ipykernel>=6.21.2->Nikola[extras]) Downloading jupyter_client-8.6.3-py3-none-any.whl.metadata (8.3 kB) Collecting jupyter-core!=5.0.*,>=4.12 (from ipykernel>=6.21.2->Nikola[extras]) Using cached jupyter_core-5.7.2-py3-none-any.whl.metadata (3.4 kB) Collecting matplotlib-inline>=0.1 (from ipykernel>=6.21.2->Nikola[extras]) Using cached matplotlib_inline-0.1.7-py3-none-any.whl.metadata (3.9 kB) Collecting nest-asyncio (from ipykernel>=6.21.2->Nikola[extras]) Using cached nest_asyncio-1.6.0-py3-none-any.whl.metadata (2.8 kB) Collecting packaging (from ipykernel>=6.21.2->Nikola[extras]) Downloading packaging-24.1-py3-none-any.whl.metadata (3.2 kB) Collecting psutil (from ipykernel>=6.21.2->Nikola[extras]) Downloading psutil-6.0.0.tar.gz (508 kB) Installing build dependencies ... done Getting requirements to build wheel ... done Preparing metadata (pyproject.toml) ... done Collecting pyzmq>=24 (from ipykernel>=6.21.2->Nikola[extras]) Downloading pyzmq-26.2.0.tar.gz (271 kB) Installing build dependencies ... done Getting requirements to build wheel ... done Preparing metadata (pyproject.toml) ... done Collecting tornado>=6.1 (from ipykernel>=6.21.2->Nikola[extras]) Downloading tornado-6.4.1.tar.gz (500 kB) Installing build dependencies ... done Getting requirements to build wheel ... done Preparing metadata (pyproject.toml) ... done Collecting traitlets>=5.4.0 (from ipykernel>=6.21.2->Nikola[extras]) Using cached traitlets-5.14.3-py3-none-any.whl.metadata (10 kB) Collecting MarkupSafe>=2.0 (from Jinja2>=3.1.0->Nikola[extras]) Using cached MarkupSafe-2.1.5.tar.gz (19 kB) Preparing metadata (setup.py) ... done Collecting jupyter-server<3,>=2.4.0 (from notebook>=6.0.0->Nikola[extras]) Downloading jupyter_server-2.14.2-py3-none-any.whl.metadata (8.4 kB) Collecting jupyterlab-server<3,>=2.27.1 (from notebook>=6.0.0->Nikola[extras]) Downloading jupyterlab_server-2.27.3-py3-none-any.whl.metadata (5.9 kB) Collecting jupyterlab<4.3,>=4.2.0 (from notebook>=6.0.0->Nikola[extras]) Downloading jupyterlab-4.2.5-py3-none-any.whl.metadata (16 kB) Collecting notebook-shim<0.3,>=0.2 (from notebook>=6.0.0->Nikola[extras]) Using cached notebook_shim-0.2.4-py3-none-any.whl.metadata (4.0 kB) Collecting charset-normalizer<4,>=2 (from requests>=2.31.0->Nikola[extras]) Using cached charset_normalizer-3.3.2-py3-none-any.whl.metadata (33 kB) Collecting idna<4,>=2.5 (from requests>=2.31.0->Nikola[extras]) Downloading idna-3.10-py3-none-any.whl.metadata (10 kB) Collecting urllib3<3,>=1.21.1 (from requests>=2.31.0->Nikola[extras]) Downloading urllib3-2.2.3-py3-none-any.whl.metadata (6.5 kB) Collecting certifi>=2017.4.17 (from requests>=2.31.0->Nikola[extras]) Downloading certifi-2024.8.30-py3-none-any.whl.metadata (2.2 kB) Collecting ruamel.yaml.clib>=0.2.7 (from ruamel.yaml>=0.15.98->Nikola[extras]) Using cached ruamel.yaml.clib-0.2.8.tar.gz (213 kB) Installing build dependencies ... done Getting requirements to build wheel ... done Preparing metadata (pyproject.toml) ... done Collecting smartypants>=1.8.3 (from typogrify>=2.0.4->Nikola[extras]) Using cached smartypants-2.0.1-py2.py3-none-any.whl.metadata (1.9 kB) Collecting zipp>=3.20 (from importlib-metadata>=4.4->doit>=0.33.1->Nikola[extras]) Downloading zipp-3.20.2-py3-none-any.whl.metadata (3.7 kB) Collecting decorator (from ipython>=7.23.1->ipykernel>=6.21.2->Nikola[extras]) Using cached decorator-5.1.1-py3-none-any.whl.metadata (4.0 kB) Collecting jedi>=0.16 (from ipython>=7.23.1->ipykernel>=6.21.2->Nikola[extras]) Using cached jedi-0.19.1-py2.py3-none-any.whl.metadata (22 kB) Collecting prompt-toolkit<3.1.0,>=3.0.41 (from ipython>=7.23.1->ipykernel>=6.21.2->Nikola[extras]) Downloading prompt_toolkit-3.0.48-py3-none-any.whl.metadata (6.4 kB) Collecting stack-data (from ipython>=7.23.1->ipykernel>=6.21.2->Nikola[extras]) Using cached stack_data-0.6.3-py3-none-any.whl.metadata (18 kB) Collecting typing-extensions>=4.6 (from ipython>=7.23.1->ipykernel>=6.21.2->Nikola[extras]) Downloading typing_extensions-4.12.2-py3-none-any.whl.metadata (3.0 kB) Collecting pexpect>4.3 (from ipython>=7.23.1->ipykernel>=6.21.2->Nikola[extras]) Using cached pexpect-4.9.0-py2.py3-none-any.whl.metadata (2.5 kB) Collecting platformdirs>=2.5 (from jupyter-core!=5.0.*,>=4.12->ipykernel>=6.21.2->Nikola[extras]) Downloading platformdirs-4.3.6-py3-none-any.whl.metadata (11 kB) Collecting anyio>=3.1.0 (from jupyter-server<3,>=2.4.0->notebook>=6.0.0->Nikola[extras]) Downloading anyio-4.6.0-py3-none-any.whl.metadata (4.6 kB) Collecting argon2-cffi>=21.1 (from jupyter-server<3,>=2.4.0->notebook>=6.0.0->Nikola[extras]) Using cached argon2_cffi-23.1.0-py3-none-any.whl.metadata (5.2 kB) Collecting jupyter-events>=0.9.0 (from jupyter-server<3,>=2.4.0->notebook>=6.0.0->Nikola[extras]) Using cached jupyter_events-0.10.0-py3-none-any.whl.metadata (5.9 kB) Collecting jupyter-server-terminals>=0.4.4 (from jupyter-server<3,>=2.4.0->notebook>=6.0.0->Nikola[extras]) Using cached jupyter_server_terminals-0.5.3-py3-none-any.whl.metadata (5.6 kB) Collecting nbconvert>=6.4.4 (from jupyter-server<3,>=2.4.0->notebook>=6.0.0->Nikola[extras]) Downloading nbconvert-7.16.4-py3-none-any.whl.metadata (8.5 kB) Collecting nbformat>=5.3.0 (from jupyter-server<3,>=2.4.0->notebook>=6.0.0->Nikola[extras]) Using cached nbformat-5.10.4-py3-none-any.whl.metadata (3.6 kB) Collecting overrides>=5.0 (from jupyter-server<3,>=2.4.0->notebook>=6.0.0->Nikola[extras]) Using cached overrides-7.7.0-py3-none-any.whl.metadata (5.8 kB) Collecting prometheus-client>=0.9 (from jupyter-server<3,>=2.4.0->notebook>=6.0.0->Nikola[extras]) Downloading prometheus_client-0.21.0-py3-none-any.whl.metadata (1.8 kB) Collecting send2trash>=1.8.2 (from jupyter-server<3,>=2.4.0->notebook>=6.0.0->Nikola[extras]) Using cached Send2Trash-1.8.3-py3-none-any.whl.metadata (4.0 kB) Collecting terminado>=0.8.3 (from jupyter-server<3,>=2.4.0->notebook>=6.0.0->Nikola[extras]) Using cached terminado-0.18.1-py3-none-any.whl.metadata (5.8 kB) Collecting websocket-client>=1.7 (from jupyter-server<3,>=2.4.0->notebook>=6.0.0->Nikola[extras]) Downloading websocket_client-1.8.0-py3-none-any.whl.metadata (8.0 kB) Collecting async-lru>=1.0.0 (from jupyterlab<4.3,>=4.2.0->notebook>=6.0.0->Nikola[extras]) Using cached async_lru-2.0.4-py3-none-any.whl.metadata (4.5 kB) Collecting httpx>=0.25.0 (from jupyterlab<4.3,>=4.2.0->notebook>=6.0.0->Nikola[extras]) Downloading httpx-0.27.2-py3-none-any.whl.metadata (7.1 kB) Collecting jupyter-lsp>=2.0.0 (from jupyterlab<4.3,>=4.2.0->notebook>=6.0.0->Nikola[extras]) Using cached jupyter_lsp-2.2.5-py3-none-any.whl.metadata (1.8 kB) Collecting json5>=0.9.0 (from jupyterlab-server<3,>=2.27.1->notebook>=6.0.0->Nikola[extras]) Using cached json5-0.9.25-py3-none-any.whl.metadata (30 kB) Collecting jsonschema>=4.18.0 (from jupyterlab-server<3,>=2.27.1->notebook>=6.0.0->Nikola[extras]) Downloading jsonschema-4.23.0-py3-none-any.whl.metadata (7.9 kB) Collecting sniffio>=1.1 (from anyio>=3.1.0->jupyter-server<3,>=2.4.0->notebook>=6.0.0->Nikola[extras]) Using cached sniffio-1.3.1-py3-none-any.whl.metadata (3.9 kB) Collecting argon2-cffi-bindings (from argon2-cffi>=21.1->jupyter-server<3,>=2.4.0->notebook>=6.0.0->Nikola[extras]) Using cached argon2-cffi-bindings-21.2.0.tar.gz (1.8 MB) Installing build dependencies ... done Getting requirements to build wheel ... done Preparing metadata (pyproject.toml) ... done Collecting httpcore==1.* (from httpx>=0.25.0->jupyterlab<4.3,>=4.2.0->notebook>=6.0.0->Nikola[extras]) Using cached httpcore-1.0.5-py3-none-any.whl.metadata (20 kB) Collecting h11<0.15,>=0.13 (from httpcore==1.*->httpx>=0.25.0->jupyterlab<4.3,>=4.2.0->notebook>=6.0.0->Nikola[extras]) Using cached h11-0.14.0-py3-none-any.whl.metadata (8.2 kB) Collecting parso<0.9.0,>=0.8.3 (from jedi>=0.16->ipython>=7.23.1->ipykernel>=6.21.2->Nikola[extras]) Using cached parso-0.8.4-py2.py3-none-any.whl.metadata (7.7 kB) Collecting jsonschema-specifications>=2023.03.6 (from jsonschema>=4.18.0->jupyterlab-server<3,>=2.27.1->notebook>=6.0.0->Nikola[extras]) Using cached jsonschema_specifications-2023.12.1-py3-none-any.whl.metadata (3.0 kB) Collecting referencing>=0.28.4 (from jsonschema>=4.18.0->jupyterlab-server<3,>=2.27.1->notebook>=6.0.0->Nikola[extras]) Downloading referencing-0.35.1-py3-none-any.whl.metadata (2.8 kB) Collecting rpds-py>=0.7.1 (from jsonschema>=4.18.0->jupyterlab-server<3,>=2.27.1->notebook>=6.0.0->Nikola[extras]) Downloading rpds_py-0.20.0.tar.gz (25 kB) Created wheel for pyzmq: filename=pyzmq-26.2.0-cp311-cp311-freebsd_13_4_release_p1_amd64.whl size=238532 sha256=5d4fe2be1215cffe18d9ed14d118c29f40fa121bc3a30f053f81c0ad2275f2d7 Stored in directory: /usr/home/tingo/.cache/pip/wheels/99/1e/20/6122942f69d5272e9432edf993353b1b8f5985dd77bf37db59 Building wheel for ruamel.yaml.clib (pyproject.toml) ... error error: subprocess-exited-with-error × Building wheel for ruamel.yaml.clib (pyproject.toml) did not run successfully. │ exit code: 1 ╰─> [322 lines of output] /tmp/pip-build-env-he2_4ehw/overlay/lib/python3.11/site-packages/setuptools/_distutils/dist.py:261: UserWarning: Unknown distribution option: 'test_suite' warnings.warn(msg) running bdist_wheel running build running build_py creating build/lib.freebsd-13.4-RELEASE-p1-amd64-cpython-311/ruamel/yaml/clib copying ./__init__.py -> build/lib.freebsd-13.4-RELEASE-p1-amd64-cpython-311/ruamel/yaml/clib copying ./setup.py -> build/lib.freebsd-13.4-RELEASE-p1-amd64-cpython-311/ruamel/yaml/clib copying ./LICENSE -> build/lib.freebsd-13.4-RELEASE-p1-amd64-cpython-311/ruamel/yaml/clib running build_ext building '_ruamel_yaml' extension creating build/temp.freebsd-13.4-RELEASE-p1-amd64-cpython-311 cc -pthread -Wsign-compare -Wunreachable-code -DNDEBUG -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -fPIC -I/usr/home/tingo/.venv/nikola/include -I/usr/local/include/python3.11 -c _ruamel_yaml.c -o build/temp.freebsd-13.4-RELEASE-p1-amd64-cpython-311/_ruamel_yaml.o In file included from _ruamel_yaml.c:1149: ./_ruamel_yaml.h:10:9: warning: 'PyString_CheckExact' macro redefined [-Wmacro-redefined] 10 | #define PyString_CheckExact PyBytes_CheckExact | ^ _ruamel_yaml.c:998:11: note: previous definition is here 998 | #define PyString_CheckExact PyUnicode_CheckExact | ^ _ruamel_yaml.c:4156:17: warning: assigning to 'char *' from 'const char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] 4156 | __pyx_v_value = yaml_get_version_string(); | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~ _ruamel_yaml.c:4462:3: warning: code will never be executed [-Wunreachable-code] 4462 | goto __pyx_L3_error; | ^~~~~~~~~~~~~~~~~~~ _ruamel_yaml.c:4619:3: warning: code will never be executed [-Wunreachable-code] 4619 | goto __pyx_L3_error; | ^~~~~~~~~~~~~~~~~~~ _ruamel_yaml.c:5069:3: warning: code will never be executed [-Wunreachable-code] 5069 | goto __pyx_L3_error; | ^~~~~~~~~~~~~~~~~~~ _ruamel_yaml.c:5410:3: warning: code will never be executed [-Wunreachable-code] 5410 | goto __pyx_L3_error; | ^~~~~~~~~~~~~~~~~~~ _ruamel_yaml.c:5536:3: warning: code will never be executed [-Wunreachable-code] 5536 | goto __pyx_L3_error; | ^~~~~~~~~~~~~~~~~~~ _ruamel_yaml.c:5929:52: error: incompatible function pointer types passing 'int (void *, char *, int, int *)' to parameter of type 'yaml_read_handler_t *' (aka 'int (*)(void *, unsigned char *, unsigned long, unsigned long *)') [-Wincompatible-function-pointer-types] 5929 | yaml_parser_set_input((&__pyx_v_self->parser), __pyx_f_6ruamel_4yaml_4clib_12_ruamel_yaml_input_handler, ((void *)__pyx_v_self)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./yaml.h:1370:30: note: passing argument to parameter 'handler' here 1370 | yaml_read_handler_t *handler, void *data); | ^ _ruamel_yaml.c:6170:59: warning: passing 'char *' to parameter of type 'const unsigned char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 6170 | yaml_parser_set_input_string((&__pyx_v_self->parser), PyString_AS_STRING(__pyx_v_stream), PyString_GET_SIZE(__pyx_v_stream)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./_ruamel_yaml.h:11:29: note: expanded from macro 'PyString_AS_STRING' 11 | #define PyString_AS_STRING PyBytes_AS_STRING | ^ /usr/local/include/python3.11/cpython/bytesobject.h:40:33: note: expanded from macro 'PyBytes_AS_STRING' 40 | # define PyBytes_AS_STRING(op) PyBytes_AS_STRING(_PyObject_CAST(op)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./yaml.h:1344:30: note: passing argument to parameter 'input' here 1344 | const unsigned char *input, size_t size); | ^ _ruamel_yaml.c:7887:38: warning: passing 'yaml_char_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 7887 | __pyx_t_2 = PyUnicode_FromString(__pyx_v_token->data.tag_directive.handle); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 416, __pyx_L1_error) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/local/include/python3.11/unicodeobject.h:138:17: note: passing argument to parameter 'u' here 138 | const char *u /* UTF-8 encoded string */ | ^ _ruamel_yaml.c:7899:38: warning: passing 'yaml_char_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 7899 | __pyx_t_2 = PyUnicode_FromString(__pyx_v_token->data.tag_directive.prefix); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 417, __pyx_L1_error) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/local/include/python3.11/unicodeobject.h:138:17: note: passing argument to parameter 'u' here 138 | const char *u /* UTF-8 encoded string */ | ^ _ruamel_yaml.c:8572:38: warning: passing 'yaml_char_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 8572 | __pyx_t_2 = PyUnicode_FromString(__pyx_v_token->data.alias.value); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 447, __pyx_L1_error) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/local/include/python3.11/unicodeobject.h:138:17: note: passing argument to parameter 'u' here 138 | const char *u /* UTF-8 encoded string */ | ^ _ruamel_yaml.c:8630:38: warning: passing 'yaml_char_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 8630 | __pyx_t_2 = PyUnicode_FromString(__pyx_v_token->data.anchor.value); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 450, __pyx_L1_error) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/local/include/python3.11/unicodeobject.h:138:17: note: passing argument to parameter 'u' here 138 | const char *u /* UTF-8 encoded string */ | ^ _ruamel_yaml.c:8688:38: warning: passing 'yaml_char_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 8688 | __pyx_t_2 = PyUnicode_FromString(__pyx_v_token->data.tag.handle); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 453, __pyx_L1_error) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/local/include/python3.11/unicodeobject.h:138:17: note: passing argument to parameter 'u' here 138 | const char *u /* UTF-8 encoded string */ | ^ _ruamel_yaml.c:8700:38: warning: passing 'yaml_char_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 8700 | __pyx_t_2 = PyUnicode_FromString(__pyx_v_token->data.tag.suffix); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 454, __pyx_L1_error) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/local/include/python3.11/unicodeobject.h:138:17: note: passing argument to parameter 'u' here 138 | const char *u /* UTF-8 encoded string */ | ^ _ruamel_yaml.c:8797:38: warning: passing 'yaml_char_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 8797 | __pyx_t_2 = PyUnicode_DecodeUTF8(__pyx_v_token->data.scalar.value, __pyx_v_token->data.scalar.length, ((char *)"strict")); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 459, __pyx_L1_error) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/local/include/python3.11/unicodeobject.h:451:17: note: passing argument to parameter 'string' here 451 | const char *string, /* UTF-8 encoded string */ | ^ _ruamel_yaml.c:10545:42: warning: passing 'yaml_char_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 10545 | __pyx_t_4 = PyUnicode_FromString(__pyx_v_tag_directive->handle); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 573, __pyx_L1_error) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/local/include/python3.11/unicodeobject.h:138:17: note: passing argument to parameter 'u' here 138 | const char *u /* UTF-8 encoded string */ | ^ _ruamel_yaml.c:10557:42: warning: passing 'yaml_char_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 10557 | __pyx_t_4 = PyUnicode_FromString(__pyx_v_tag_directive->prefix); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 574, __pyx_L1_error) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/local/include/python3.11/unicodeobject.h:138:17: note: passing argument to parameter 'u' here 138 | const char *u /* UTF-8 encoded string */ | ^ _ruamel_yaml.c:10740:38: warning: passing 'yaml_char_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 10740 | __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.alias.anchor); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 585, __pyx_L1_error) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/local/include/python3.11/unicodeobject.h:138:17: note: passing argument to parameter 'u' here 138 | const char *u /* UTF-8 encoded string */ | ^ _ruamel_yaml.c:10818:40: warning: passing 'yaml_char_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 10818 | __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.scalar.anchor); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 590, __pyx_L1_error) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/local/include/python3.11/unicodeobject.h:138:17: note: passing argument to parameter 'u' here 138 | const char *u /* UTF-8 encoded string */ | ^ _ruamel_yaml.c:10859:40: warning: passing 'yaml_char_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 10859 | __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.scalar.tag); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 593, __pyx_L1_error) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/local/include/python3.11/unicodeobject.h:138:17: note: passing argument to parameter 'u' here 138 | const char *u /* UTF-8 encoded string */ | ^ _ruamel_yaml.c:10880:38: warning: passing 'yaml_char_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 10880 | __pyx_t_4 = PyUnicode_DecodeUTF8(__pyx_v_event->data.scalar.value, __pyx_v_event->data.scalar.length, ((char *)"strict")); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 594, __pyx_L1_error) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/local/include/python3.11/unicodeobject.h:451:17: note: passing argument to parameter 'string' here 451 | const char *string, /* UTF-8 encoded string */ | ^ _ruamel_yaml.c:11182:40: warning: passing 'yaml_char_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 11182 | __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.sequence_start.anchor); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 619, __pyx_L1_error) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/local/include/python3.11/unicodeobject.h:138:17: note: passing argument to parameter 'u' here 138 | const char *u /* UTF-8 encoded string */ | ^ _ruamel_yaml.c:11223:40: warning: passing 'yaml_char_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 11223 | __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.sequence_start.tag); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 622, __pyx_L1_error) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/local/include/python3.11/unicodeobject.h:138:17: note: passing argument to parameter 'u' here 138 | const char *u /* UTF-8 encoded string */ | ^ _ruamel_yaml.c:11419:40: warning: passing 'yaml_char_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 11419 | __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.mapping_start.anchor); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 636, __pyx_L1_error) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/local/include/python3.11/unicodeobject.h:138:17: note: passing argument to parameter 'u' here 138 | const char *u /* UTF-8 encoded string */ | ^ _ruamel_yaml.c:11460:40: warning: passing 'yaml_char_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 11460 | __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.mapping_start.tag); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 639, __pyx_L1_error) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/local/include/python3.11/unicodeobject.h:138:17: note: passing argument to parameter 'u' here 138 | const char *u /* UTF-8 encoded string */ | ^ _ruamel_yaml.c:13221:38: warning: passing 'yaml_char_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 13221 | __pyx_t_3 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.alias.anchor); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 733, __pyx_L1_error) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/local/include/python3.11/unicodeobject.h:138:17: note: passing argument to parameter 'u' here 138 | const char *u /* UTF-8 encoded string */ | ^ _ruamel_yaml.c:13482:38: warning: passing 'yaml_char_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 13482 | __pyx_t_5 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.scalar.anchor); if (unlikely(!__pyx_t_5)) __PYX_ERR(0, 749, __pyx_L1_error) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/local/include/python3.11/unicodeobject.h:138:17: note: passing argument to parameter 'u' here 138 | const char *u /* UTF-8 encoded string */ | ^ _ruamel_yaml.c:13538:38: warning: passing 'yaml_char_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 13538 | __pyx_t_5 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.sequence_start.anchor); if (unlikely(!__pyx_t_5)) __PYX_ERR(0, 752, __pyx_L1_error) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/local/include/python3.11/unicodeobject.h:138:17: note: passing argument to parameter 'u' here 138 | const char *u /* UTF-8 encoded string */ | ^ _ruamel_yaml.c:13594:38: warning: passing 'yaml_char_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 13594 | __pyx_t_5 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.mapping_start.anchor); if (unlikely(!__pyx_t_5)) __PYX_ERR(0, 755, __pyx_L1_error) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/local/include/python3.11/unicodeobject.h:138:17: note: passing argument to parameter 'u' here 138 | const char *u /* UTF-8 encoded string */ | ^ _ruamel_yaml.c:14176:36: warning: passing 'yaml_char_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 14176 | __pyx_t_2 = PyUnicode_DecodeUTF8(__pyx_v_self->parsed_event.data.scalar.value, __pyx_v_self->parsed_event.data.scalar.length, ((char *)"strict")); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 790, __pyx_L1_error) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/local/include/python3.11/unicodeobject.h:451:17: note: passing argument to parameter 'string' here 451 | const char *string, /* UTF-8 encoded string */ | ^ _ruamel_yaml.c:14371:38: warning: passing 'yaml_char_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 14371 | __pyx_t_2 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.scalar.tag); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 803, __pyx_L1_error) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/local/include/python3.11/unicodeobject.h:138:17: note: passing argument to parameter 'u' here 138 | const char *u /* UTF-8 encoded string */ | ^ _ruamel_yaml.c:14850:38: warning: passing 'yaml_char_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 14850 | __pyx_t_3 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.sequence_start.tag); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 836, __pyx_L1_error) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/local/include/python3.11/unicodeobject.h:138:17: note: passing argument to parameter 'u' here 138 | const char *u /* UTF-8 encoded string */ | ^ _ruamel_yaml.c:15415:38: warning: passing 'yaml_char_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 15415 | __pyx_t_3 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.mapping_start.tag); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 875, __pyx_L1_error) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/local/include/python3.11/unicodeobject.h:138:17: note: passing argument to parameter 'u' here 138 | const char *u /* UTF-8 encoded string */ | ^ _ruamel_yaml.c:16882:53: error: incompatible function pointer types passing 'int (void *, char *, int)' to parameter of type 'yaml_write_handler_t *' (aka 'int (*)(void *, unsigned char *, unsigned long)') [-Wincompatible-function-pointer-types] 16882 | yaml_emitter_set_output((&__pyx_v_self->emitter), __pyx_f_6ruamel_4yaml_4clib_12_ruamel_yaml_output_handler, ((void *)__pyx_v_self)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./yaml.h:1837:31: note: passing argument to parameter 'handler' here 1837 | yaml_write_handler_t *handler, void *data); | ^ _ruamel_yaml.c:18282:44: warning: assigning to 'yaml_char_t *' (aka 'unsigned char *') from 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 18282 | __pyx_v_tag_directives_end->handle = PyString_AS_STRING(__pyx_v_handle); | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _ruamel_yaml.c:18397:44: warning: assigning to 'yaml_char_t *' (aka 'unsigned char *') from 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 18397 | __pyx_v_tag_directives_end->prefix = PyString_AS_STRING(__pyx_v_prefix); | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _ruamel_yaml.c:18732:61: warning: passing 'char *' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 18732 | __pyx_t_2 = (yaml_alias_event_initialize(__pyx_v_event, __pyx_v_anchor) == 0); | ^~~~~~~~~~~~~~ ./yaml.h:555:63: note: passing argument to parameter 'anchor' here 555 | yaml_alias_event_initialize(yaml_event_t *event, yaml_char_t *anchor); | ^ _ruamel_yaml.c:19443:62: warning: passing 'char *' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 19443 | __pyx_t_2 = (yaml_scalar_event_initialize(__pyx_v_event, __pyx_v_anchor, __pyx_v_tag, __pyx_v_value, __pyx_v_length, __pyx_v_plain_implicit, __pyx_v_quoted_implicit, __pyx_v_scalar_style) == 0); | ^~~~~~~~~~~~~~ ./yaml.h:581:22: note: passing argument to parameter 'anchor' here 581 | yaml_char_t *anchor, yaml_char_t *tag, | ^ _ruamel_yaml.c:19443:78: warning: passing 'char *' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 19443 | __pyx_t_2 = (yaml_scalar_event_initialize(__pyx_v_event, __pyx_v_anchor, __pyx_v_tag, __pyx_v_value, __pyx_v_length, __pyx_v_plain_implicit, __pyx_v_quoted_implicit, __pyx_v_scalar_style) == 0); | ^~~~~~~~~~~ ./yaml.h:581:43: note: passing argument to parameter 'tag' here 581 | yaml_char_t *anchor, yaml_char_t *tag, | ^ _ruamel_yaml.c:19443:91: warning: passing 'char *' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 19443 | __pyx_t_2 = (yaml_scalar_event_initialize(__pyx_v_event, __pyx_v_anchor, __pyx_v_tag, __pyx_v_value, __pyx_v_length, __pyx_v_plain_implicit, __pyx_v_quoted_implicit, __pyx_v_scalar_style) == 0); | ^~~~~~~~~~~~~ ./yaml.h:582:22: note: passing argument to parameter 'value' here 582 | yaml_char_t *value, int length, | ^ _ruamel_yaml.c:19874:70: warning: passing 'char *' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 19874 | __pyx_t_2 = (yaml_sequence_start_event_initialize(__pyx_v_event, __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_sequence_style) == 0); | ^~~~~~~~~~~~~~ ./yaml.h:604:22: note: passing argument to parameter 'anchor' here 604 | yaml_char_t *anchor, yaml_char_t *tag, int implicit, | ^ _ruamel_yaml.c:19874:86: warning: passing 'char *' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 19874 | __pyx_t_2 = (yaml_sequence_start_event_initialize(__pyx_v_event, __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_sequence_style) == 0); | ^~~~~~~~~~~ ./yaml.h:604:43: note: passing argument to parameter 'tag' here 604 | yaml_char_t *anchor, yaml_char_t *tag, int implicit, | ^ _ruamel_yaml.c:20305:69: warning: passing 'char *' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 20305 | __pyx_t_2 = (yaml_mapping_start_event_initialize(__pyx_v_event, __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_mapping_style) == 0); | ^~~~~~~~~~~~~~ ./yaml.h:636:22: note: passing argument to parameter 'anchor' here 636 | yaml_char_t *anchor, yaml_char_t *tag, int implicit, | ^ _ruamel_yaml.c:20305:85: warning: passing 'char *' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 20305 | __pyx_t_2 = (yaml_mapping_start_event_initialize(__pyx_v_event, __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_mapping_style) == 0); | ^~~~~~~~~~~ ./yaml.h:636:43: note: passing argument to parameter 'tag' here 636 | yaml_char_t *anchor, yaml_char_t *tag, int implicit, | ^ _ruamel_yaml.c:22198:42: warning: assigning to 'yaml_char_t *' (aka 'unsigned char *') from 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 22198 | __pyx_v_tag_directives_end->handle = PyString_AS_STRING(__pyx_v_handle); | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _ruamel_yaml.c:22313:42: warning: assigning to 'yaml_char_t *' (aka 'unsigned char *') from 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 22313 | __pyx_v_tag_directives_end->prefix = PyString_AS_STRING(__pyx_v_prefix); | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _ruamel_yaml.c:23168:64: warning: passing 'char *' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 23168 | __pyx_t_2 = (yaml_alias_event_initialize((&__pyx_v_event), __pyx_v_anchor) == 0); | ^~~~~~~~~~~~~~ ./yaml.h:555:63: note: passing argument to parameter 'anchor' here 555 | yaml_alias_event_initialize(yaml_event_t *event, yaml_char_t *anchor); | ^ _ruamel_yaml.c:23898:67: warning: passing 'char *' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 23898 | __pyx_t_2 = (yaml_scalar_event_initialize((&__pyx_v_event), __pyx_v_anchor, __pyx_v_tag, __pyx_v_value, __pyx_v_length, __pyx_v_plain_implicit, __pyx_v_quoted_implicit, __pyx_v_scalar_style) == 0); | ^~~~~~~~~~~~~~ ./yaml.h:581:22: note: passing argument to parameter 'anchor' here 581 | yaml_char_t *anchor, yaml_char_t *tag, | ^ _ruamel_yaml.c:23898:83: warning: passing 'char *' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 23898 | __pyx_t_2 = (yaml_scalar_event_initialize((&__pyx_v_event), __pyx_v_anchor, __pyx_v_tag, __pyx_v_value, __pyx_v_length, __pyx_v_plain_implicit, __pyx_v_quoted_implicit, __pyx_v_scalar_style) == 0); | ^~~~~~~~~~~ ./yaml.h:581:43: note: passing argument to parameter 'tag' here 581 | yaml_char_t *anchor, yaml_char_t *tag, | ^ _ruamel_yaml.c:23898:96: warning: passing 'char *' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 23898 | __pyx_t_2 = (yaml_scalar_event_initialize((&__pyx_v_event), __pyx_v_anchor, __pyx_v_tag, __pyx_v_value, __pyx_v_length, __pyx_v_plain_implicit, __pyx_v_quoted_implicit, __pyx_v_scalar_style) == 0); | ^~~~~~~~~~~~~ ./yaml.h:582:22: note: passing argument to parameter 'value' here 582 | yaml_char_t *value, int length, | ^ _ruamel_yaml.c:24255:75: warning: passing 'char *' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 24255 | __pyx_t_2 = (yaml_sequence_start_event_initialize((&__pyx_v_event), __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_sequence_style) == 0); | ^~~~~~~~~~~~~~ ./yaml.h:604:22: note: passing argument to parameter 'anchor' here 604 | yaml_char_t *anchor, yaml_char_t *tag, int implicit, | ^ _ruamel_yaml.c:24255:91: warning: passing 'char *' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 24255 | __pyx_t_2 = (yaml_sequence_start_event_initialize((&__pyx_v_event), __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_sequence_style) == 0); | ^~~~~~~~~~~ ./yaml.h:604:43: note: passing argument to parameter 'tag' here 604 | yaml_char_t *anchor, yaml_char_t *tag, int implicit, | ^ _ruamel_yaml.c:24755:74: warning: passing 'char *' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 24755 | __pyx_t_2 = (yaml_mapping_start_event_initialize((&__pyx_v_event), __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_mapping_style) == 0); | ^~~~~~~~~~~~~~ ./yaml.h:636:22: note: passing argument to parameter 'anchor' here 636 | yaml_char_t *anchor, yaml_char_t *tag, int implicit, | ^ _ruamel_yaml.c:24755:90: warning: passing 'char *' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] 24755 | __pyx_t_2 = (yaml_mapping_start_event_initialize((&__pyx_v_event), __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_mapping_style) == 0); | ^~~~~~~~~~~ ./yaml.h:636:43: note: passing argument to parameter 'tag' here 636 | yaml_char_t *anchor, yaml_char_t *tag, int implicit, | ^ 53 warnings and 2 errors generated. error: command '/usr/bin/cc' failed with exit code 1 [end of output] note: This error originates from a subprocess, and is likely not a problem with pip. ERROR: Failed building wheel for ruamel.yaml.clib Building wheel for tornado (pyproject.toml) ... done Created wheel for tornado: filename=tornado-6.4.1-cp38-abi3-freebsd_13_4_release_p1_amd64.whl size=433588 sha256=1898a483f0908dac186f16de68d7a94e95076d3d6a48f1022906393d8c825a95 Stored in directory: /usr/home/tingo/.cache/pip/wheels/4d/a9/32/997d67065d1ae1268db52b388284f81e0ffa0acdcc2946a9e0 Building wheel for psutil (pyproject.toml) ... done Created wheel for psutil: filename=psutil-6.0.0-cp311-cp311-freebsd_13_4_release_p1_amd64.whl size=259407 sha256=5d202dd633ba792f2d3059997e0f251e4dfa6e982f369a8e20aa844a69d3be44 Stored in directory: /usr/home/tingo/.cache/pip/wheels/9a/1e/1c/35b623d5d29d737f7a6d9f6c5044e7a0b215917ef7b6a9e08a Building wheel for pyyaml (pyproject.toml) ... done Created wheel for pyyaml: filename=PyYAML-6.0.2-cp311-cp311-freebsd_13_4_release_p1_amd64.whl size=45373 sha256=02e4c2cdfb5e6a9b3b18c418b303ab5356a08a430952479cca39feb432f9bf2c Stored in directory: /usr/home/tingo/.cache/pip/wheels/02/bc/f2/ad34347005242bda2343c81a0fc1ab4f44c5311f8d95c0e26b Building wheel for rpds-py (pyproject.toml) ... done Created wheel for rpds-py: filename=rpds_py-0.20.0-cp311-cp311-freebsd_13_4_RELEASE_p1_amd64.whl size=358129 sha256=b17a4b8c2fdb112a42a2224eaf5e3a72a57c293446ed93bb3eb57e7a3dd1d68e Stored in directory: /usr/home/tingo/.cache/pip/wheels/94/02/ba/cb7ef5d9144d5da6fe4834cdb39161a362f889c681530dc692 Building wheel for argon2-cffi-bindings (pyproject.toml) ... done Created wheel for argon2-cffi-bindings: filename=argon2_cffi_bindings-21.2.0-cp311-abi3-freebsd_13_4_release_p1_amd64.whl size=32164 sha256=6ec6fc10f697ab737f53e0f1e3ba52e5c3f240e484fcdf7ddeedf5cdf7cef0a7 Stored in directory: /usr/home/tingo/.cache/pip/wheels/b8/18/c9/a87b7ef403a539e29b302a26cef15c8aff336e7799119bb678 Successfully built aiohttp lxml micawber phpserialize Pillow PyRSS2Gen typogrify watchdog MarkupSafe pyzmq tornado psutil pyyaml rpds-py argon2-cffi-bindings Failed to build ruamel.yaml.clib ERROR: ERROR: Failed to build installable wheels for some pyproject.toml based projects (ruamel.yaml.clib)
2024-09-28: ada0p6 - reboot, FreeBSD 13.3-release-p1 is in
root@kg-core2:~ # freebsd-version -ku 13.4-RELEASE-p1 13.4-RELEASE-p1
kernel
root@kg-core2:~ # uname -a FreeBSD kg-core2.kg4.no 13.4-RELEASE-p1 FreeBSD 13.4-RELEASE-p1 GENERIC amd64
2024-09-28: ada0p6 - test the drm port by manually loading amdgpu: kldload amdgpu
- yes it works. kldstat output
root@kg-core2:~ # kldstat Id Refs Address Size Name 1 112 0xffffffff80200000 2344de0 kernel 2 1 0xffffffff82546000 7f48 amdtemp.ko 3 2 0xffffffff8254e000 3ea8 amdsmn.ko 4 1 0xffffffff82720000 3538 fdescfs.ko 5 1 0xffffffff82724000 3378 acpi_wmi.ko 6 1 0xffffffff82728000 3218 intpm.ko 7 1 0xffffffff8272c000 2180 smbus.ko 8 1 0xffffffff8272f000 3340 uhid.ko 9 1 0xffffffff82733000 4350 ums.ko 10 1 0xffffffff82738000 3380 usbhid.ko 11 1 0xffffffff8273c000 32b0 hidbus.ko 12 1 0xffffffff82740000 3320 wmt.ko 13 1 0xffffffff82744000 31988 linux.ko 14 4 0xffffffff82776000 be20 linux_common.ko 15 1 0xffffffff82782000 2dcd8 linux64.ko 16 1 0xffffffff827b0000 2260 pty.ko 17 1 0xffffffff827b3000 73b0 linprocfs.ko 18 1 0xffffffff827bb000 3284 linsysfs.ko 19 1 0xffffffff827bf000 2a08 mac_ntpd.ko 20 1 0xffffffff82800000 4101e0 amdgpu.ko 21 2 0xffffffff82c11000 71bd8 drm.ko 22 1 0xffffffff827c2000 22b0 iic.ko 23 3 0xffffffff827c5000 30fc linuxkpi_gplv2.ko 24 4 0xffffffff827c9000 6318 dmabuf.ko 25 1 0xffffffff827d0000 c758 ttm.ko 26 1 0xffffffff827dd000 9dd8 amdgpu_oland_mc_bin.ko 27 1 0xffffffff827e7000 4358 amdgpu_oland_pfp_bin.ko 28 1 0xffffffff827ec000 4358 amdgpu_oland_me_bin.ko 29 1 0xffffffff827f1000 4358 amdgpu_oland_ce_bin.ko 30 1 0xffffffff827f6000 41d8 amdgpu_oland_rlc_bin.ko 31 1 0xffffffff82c83000 11410 amdgpu_oland_smc_bin.ko 32 1 0xffffffff82c95000 37bf0 amdgpu_oland_uvd_bin.ko
enable the kld_list in /etc/rc.conf again
root@kg-core2:~ # grep ^kld_list /etc/rc.conf kld_list="fusefs amdgpu"
2024-09-28: ada0p6 - ports - build drm-510-kmod from ports
root@kg-core2:/usr/ports/graphics/drm-510-kmod # make [..] install -T release -o root -g wheel -m 444 i915kms.ko /zt/usr/ports/graphics/drm-510-kmod/work/stage/boot/modules/ ====> Compressing man pages (compress-man) root@kg-core2:/usr/ports/graphics/drm-510-kmod # make deinstall ===> Deinstalling for drm-510-kmod ===> drm-510-kmod not installed, skipping root@kg-core2:/usr/ports/graphics/drm-510-kmod # make install ===> Installing for drm-510-kmod-5.10.163_9 ===> Checking if drm-510-kmod is already installed ===> Registering installation for drm-510-kmod-5.10.163_9 Installing drm-510-kmod-5.10.163_9... pkg-static: drm-510-kmod-5.10.163_9 conflicts with drm-fbsd13-kmod-5.4.191.g20220604_1 (installs files into the same place). Problematic file: /boot/modules/amdgpu.ko *** Error code 1 Stop. make: stopped in /zt/usr/ports/graphics/drm-510-kmod
pkg - remove the package
root@kg-core2:/usr/ports/graphics/drm-510-kmod # pkg remove drm-fbsd13-kmod-5.4.191.g20220604_1 Checking integrity... done (0 conflicting) Deinstallation has been requested for the following 1 packages (of 0 packages in the universe): Installed packages to be REMOVED: drm-fbsd13-kmod: 5.4.191.g20220604_1 Number of packages to be removed: 1 The operation will free 11 MiB. Proceed with deinstalling packages? [y/N]: y [1/1] Deinstalling drm-fbsd13-kmod-5.4.191.g20220604_1... [1/1] Deleting files for drm-fbsd13-kmod-5.4.191.g20220604_1: 100%
ports - then install the port
root@kg-core2:/usr/ports/graphics/drm-510-kmod # make install ===> Installing for drm-510-kmod-5.10.163_9 ===> Checking if drm-510-kmod is already installed ===> Registering installation for drm-510-kmod-5.10.163_9 Installing drm-510-kmod-5.10.163_9... The drm-510-kmod port can be enabled for amdgpu (for AMD GPUs starting with the HD7000 series / Tahiti) or i915kms (for Intel APUs starting with HD3000 / Sandy Bridge) through kld_list in /etc/rc.conf. radeonkms for older AMD GPUs can be loaded and there are some positive reports if EFI boot is NOT enabled (similar to amdgpu). For amdgpu: kld_list="amdgpu" For Intel: kld_list="i915kms" For radeonkms: kld_list="radeonkms" Please ensure that all users requiring graphics are members of the "video" group. root@kg-core2:/usr/ports/graphics/drm-510-kmod # make clean ===> Cleaning for drm-510-kmod-5.10.163_9
2024-09-28: ada0p6 - check source version
root@kg-core2:~ # egrep "^BRANCH|^REVISION" /usr/src/sys/conf/newvers.sh REVISION="13.4" BRANCH="RELEASE-p1"
2024-09-28: ada0p6 - as expected, trying kldload amdgpu
froze the machine, so I'll need to build it from ports.
2024-09-28: ada0p6 - pkg - install a few missing packages
Sep 28 14:36:47 kg-core2 pkg[99219]: py311-mcomix-2.2.1_1 installed Sep 28 14:37:45 kg-core2 pkg[99229]: py39-rich-13.7.1 deinstalled Sep 28 14:37:45 kg-core2 pkg[99229]: py39-markdown-it-py-3.0.0 deinstalled Sep 28 14:37:45 kg-core2 pkg[99229]: py39-pygments-2.17.2 deinstalled Sep 28 14:37:45 kg-core2 pkg[99229]: py39-chardet-5.2.0,1 deinstalled Sep 28 14:37:45 kg-core2 pkg[99229]: py311-wrapt-1.16.0_1 installed Sep 28 14:37:45 kg-core2 pkg[99229]: py311-deprecated-1.2.14_1 installed Sep 28 14:37:45 kg-core2 pkg[99229]: py311-mdurl-0.1.2_2 installed Sep 28 14:37:45 kg-core2 pkg[99229]: py311-pikepdf-8.15.1 installed Sep 28 14:37:46 kg-core2 pkg[99229]: py311-pygments-2.17.2 installed Sep 28 14:37:46 kg-core2 pkg[99229]: py311-markdown-it-py-3.0.0 installed Sep 28 14:37:46 kg-core2 pkg[99229]: py311-chardet-5.2.0,1 installed Sep 28 14:37:46 kg-core2 pkg[99229]: py311-pdfminer.six-20220319 installed Sep 28 14:37:46 kg-core2 pkg[99229]: py311-img2pdf-0.5.1_2 installed Sep 28 14:37:46 kg-core2 pkg[99229]: py311-pillow-heif-0.16.0 installed Sep 28 14:37:46 kg-core2 pkg[99229]: py311-rich-13.7.1 installed Sep 28 14:37:46 kg-core2 pkg[99229]: py311-ocrmypdf-16.4.3 installed Sep 28 14:37:47 kg-core2 pkg[99229]: pkg reinstalled: 1.21.3 -> 1.21.3 Sep 28 14:38:21 kg-core2 pkg[99256]: kid3-qt6-3.9.5_1 installed
2024-09-28: ada0p6 - pkg - upgrade
Sep 28 14:25:13 kg-core2 pkg[92917]: xorgproto upgraded: 2023.2 -> 2024.1 Sep 28 14:25:13 kg-core2 pkg[92917]: libffi upgraded: 3.4.4_1 -> 3.4.6 Sep 28 14:25:17 kg-core2 pkg[92917]: python311-3.11.9 installed Sep 28 14:25:21 kg-core2 pkg[92917]: python39 upgraded: 3.9.18_2 -> 3.9.19 Sep 28 14:25:22 kg-core2 pkg[92917]: libxcb upgraded: 1.16.1 -> 1.17.0 Sep 28 14:25:22 kg-core2 pkg[92917]: libICE upgraded: 1.1.0_2,1 -> 1.1.1,1 Sep 28 14:25:22 kg-core2 pkg[92917]: py311-packaging-24.1 installed Sep 28 14:25:22 kg-core2 pkg[92917]: libX11 upgraded: 1.8.7_1,1 -> 1.8.9,1 Sep 28 14:25:22 kg-core2 pkg[92917]: py39-packaging upgraded: 23.2 -> 24.1 Sep 28 14:25:25 kg-core2 pkg[92917]: binutils upgraded: 2.40_5,1 -> 2.40_6,1 Sep 28 14:25:25 kg-core2 pkg[92917]: glib upgraded: 2.80.2,2 -> 2.80.5,2 Sep 28 14:25:25 kg-core2 pkg[92917]: libxml2 upgraded: 2.11.7 -> 2.11.8 Sep 28 14:25:25 kg-core2 pkg[92917]: fontconfig upgraded: 2.15.0_2,1 -> 2.15.0_3,1 Sep 28 14:25:25 kg-core2 pkg[92917]: jbigkit upgraded: 2.1_2 -> 2.1_3 Sep 28 14:25:26 kg-core2 pkg[92917]: lerc-4.0.0 installed Sep 28 14:25:26 kg-core2 pkg[92917]: jpeg-turbo upgraded: 3.0.2 -> 3.0.3 Sep 28 14:25:26 kg-core2 pkg[92917]: shared-mime-info upgraded: 2.2_2 -> 2.2_3 Sep 28 14:25:26 kg-core2 pkg[92917]: tiff upgraded: 4.4.0_3 -> 4.6.0 Sep 28 14:25:28 kg-core2 pkg[92917]: perl5 upgraded: 5.36.3_1 -> 5.36.3_2 Sep 28 14:25:29 kg-core2 pkg[92917]: openblas upgraded: 0.3.25,2 -> 0.3.27,2 Sep 28 14:25:29 kg-core2 pkg[92917]: libepoll-shim upgraded: 0.0.20230411 -> 0.0.20240608 Sep 28 14:25:29 kg-core2 pkg[92917]: libedit upgraded: 3.1.20230828_1,1 -> 3.1.20240517,1 Sep 28 14:25:29 kg-core2 pkg[92917]: nettle upgraded: 3.9.1 -> 3.10_1 Sep 28 14:25:29 kg-core2 pkg[92917]: p11-kit upgraded: 0.25.3_1 -> 0.25.3_2 Sep 28 14:25:29 kg-core2 pkg[92917]: harfbuzz upgraded: 8.4.0 -> 9.0.0 Sep 28 14:25:29 kg-core2 pkg[92917]: gdk-pixbuf2 upgraded: 2.42.10_2 -> 2.42.10_3 Sep 28 14:25:29 kg-core2 pkg[92917]: giflib upgraded: 5.2.1_1 -> 5.2.2 Sep 28 14:25:29 kg-core2 pkg[92917]: fribidi upgraded: 1.0.13_1 -> 1.0.15 Sep 28 14:25:29 kg-core2 pkg[92917]: libXft upgraded: 2.3.7_1 -> 2.3.8 Sep 28 14:25:29 kg-core2 pkg[92917]: suitesparse-config upgraded: 7.6.1 -> 7.7.0_1 Sep 28 14:25:29 kg-core2 pkg[92917]: wayland upgraded: 1.22.0 -> 1.23.1 Sep 28 14:25:29 kg-core2 pkg[92917]: sqlite3 upgraded: 3.45.1,1 -> 3.46.0,1 Sep 28 14:25:30 kg-core2 pkg[92917]: gnutls upgraded: 3.8.5_1 -> 3.8.5_3 Sep 28 14:25:30 kg-core2 pkg[92917]: lcms2 upgraded: 2.16_1 -> 2.16_2 Sep 28 14:25:30 kg-core2 pkg[92917]: webp upgraded: 1.3.2_1 -> 1.4.0_1 Sep 28 14:25:30 kg-core2 pkg[92917]: hwdata upgraded: 0.382,1 -> 0.384,1 Sep 28 14:25:31 kg-core2 pkg[92917]: at-spi2-core upgraded: 2.50.2 -> 2.52.0 Sep 28 14:25:31 kg-core2 pkg[92917]: pango upgraded: 1.50.14 -> 1.52.2_1 Sep 28 14:25:31 kg-core2 pkg[92917]: suitesparse-ccolamd upgraded: 3.3.2 -> 3.3.3 Sep 28 14:25:31 kg-core2 pkg[92917]: suitesparse-camd upgraded: 3.3.1 -> 3.3.2 Sep 28 14:25:31 kg-core2 pkg[92917]: suitesparse-amd upgraded: 3.3.1 -> 3.3.2 Sep 28 14:25:31 kg-core2 pkg[92917]: suitesparse-colamd upgraded: 3.3.2 -> 3.3.3 Sep 28 14:25:31 kg-core2 pkg[92917]: libgpg-error upgraded: 1.48 -> 1.50 Sep 28 14:25:31 kg-core2 pkg[92917]: hicolor-icon-theme upgraded: 0.17 -> 0.18 Sep 28 14:25:31 kg-core2 pkg[92917]: libxkbcommon upgraded: 1.6.0_2 -> 1.7.0_1 Sep 28 14:25:32 kg-core2 pkg[92917]: cups upgraded: 2.4.8 -> 2.4.10_1 Sep 28 14:25:32 kg-core2 pkg[92917]: highway upgraded: 1.1.0 -> 1.2.0 Sep 28 14:25:32 kg-core2 pkg[92917]: adwaita-icon-theme reinstalled: 42.0 -> 42.0 Sep 28 14:25:33 kg-core2 pkg[92917]: librsvg2-rust upgraded: 2.58.0_1 -> 2.58.4 Sep 28 14:25:33 kg-core2 pkg[92917]: libgd upgraded: 2.3.3_11,1 -> 2.3.3_13,1 Sep 28 14:25:33 kg-core2 pkg[92917]: suitesparse-cholmod upgraded: 5.2.0 -> 5.2.1_1 Sep 28 14:25:33 kg-core2 pkg[92917]: libgcrypt upgraded: 1.10.3_1 -> 1.11.0 Sep 28 14:25:33 kg-core2 pkg[92917]: jasper upgraded: 4.2.3 -> 4.2.4 Sep 28 14:25:33 kg-core2 pkg[92917]: libjxl upgraded: 0.10.2 -> 0.10.3 Sep 28 14:25:35 kg-core2 pkg[92917]: gtk3 upgraded: 3.24.42 -> 3.24.43 Sep 28 14:25:35 kg-core2 pkg[92917]: suitesparse-umfpack upgraded: 6.3.2 -> 6.3.3_1 Sep 28 14:25:35 kg-core2 pkg[92917]: pangomm reinstalled: 2.40.1_6 -> 2.40.1_6 Sep 28 14:25:35 kg-core2 pkg[92917]: desktop-file-utils upgraded: 0.26_2 -> 0.27 Sep 28 14:25:45 kg-core2 pkg[92917]: boost-libs reinstalled: 1.84.0 -> 1.84.0 Sep 28 14:25:48 kg-core2 pkg[92917]: py39-numpy-1.26.4_1,1 installed Sep 28 14:25:48 kg-core2 pkg[92917]: gtksourceview4 reinstalled: 4.8.3_2 -> 4.8.3_2 Sep 28 14:25:49 kg-core2 pkg[92917]: GraphicsMagick upgraded: 1.3.40_5,1 -> 1.3.43_1,1 Sep 28 14:25:49 kg-core2 pkg[92917]: gspell reinstalled: 1.10.0_5 -> 1.10.0_5 Sep 28 14:25:49 kg-core2 pkg[92917]: gtkmm30 reinstalled: 3.24.2_4 -> 3.24.2_4 Sep 28 14:25:49 kg-core2 pkg[92917]: py39-eyed3-0.9.6 deinstalled Sep 28 14:25:49 kg-core2 pkg[92917]: py39-scour-0.38.2 deinstalled Sep 28 14:25:49 kg-core2 pkg[92917]: libassuan upgraded: 2.5.6 -> 2.5.7 Sep 28 14:25:49 kg-core2 pkg[92917]: py311-setuptools-63.1.0_1 installed Sep 28 14:25:49 kg-core2 pkg[92917]: libcjson upgraded: 1.7.17 -> 1.7.18_2 Sep 28 14:25:49 kg-core2 pkg[92917]: spdlog upgraded: 1.13.0 -> 1.14.1 Sep 28 14:25:49 kg-core2 pkg[92917]: py311-six-1.16.0 installed Sep 28 14:25:50 kg-core2 pkg[92917]: npth upgraded: 1.6 -> 1.7 Sep 28 14:25:50 kg-core2 pkg[92917]: libnghttp2 upgraded: 1.61.0 -> 1.62.1 Sep 28 14:25:50 kg-core2 pkg[92917]: libpsl upgraded: 0.21.5 -> 0.21.5_1 Sep 28 14:25:50 kg-core2 pkg[92917]: level-zero upgraded: 1.16.11 -> 1.17.6 Sep 28 14:25:50 kg-core2 pkg[92917]: py311-evdev-1.7.0 installed Sep 28 14:25:50 kg-core2 pkg[92917]: libmtdev upgraded: 1.1.6_1 -> 1.1.7 Sep 28 14:25:50 kg-core2 pkg[92917]: libevdev upgraded: 1.13.1 -> 1.13.2 Sep 28 14:25:50 kg-core2 pkg[92917]: qt5-core upgraded: 5.15.13p142 -> 5.15.15p127 Sep 28 14:25:50 kg-core2 pkg[92917]: py311-pyudev-0.24.1 installed Sep 28 14:25:50 kg-core2 pkg[92917]: gnupg upgraded: 2.4.4_1 -> 2.4.5 Sep 28 14:25:51 kg-core2 pkg[92917]: libfido2 upgraded: 1.14.0 -> 1.15.0 Sep 28 14:25:51 kg-core2 pkg[92917]: curl upgraded: 8.7.1 -> 8.10.0 Sep 28 14:25:51 kg-core2 pkg[92917]: openldap26-client upgraded: 2.6.7 -> 2.6.8 Sep 28 14:25:51 kg-core2 pkg[92917]: qt5-dbus upgraded: 5.15.13p142 -> 5.15.15p127 Sep 28 14:25:51 kg-core2 pkg[92917]: vulkan-headers upgraded: 1.3.282 -> 1.3.289 Sep 28 14:25:51 kg-core2 pkg[92917]: libinput upgraded: 1.25.0 -> 1.26.1 Sep 28 14:25:52 kg-core2 pkg[92917]: qt5-network upgraded: 5.15.13p142 -> 5.15.15p127 Sep 28 14:25:52 kg-core2 pkg[92917]: libjwt upgraded: 1.17.0 -> 1.17.1 Sep 28 14:25:52 kg-core2 pkg[92917]: onetbb upgraded: 2021.11.0 -> 2021.12.0 Sep 28 14:25:52 kg-core2 pkg[92917]: qt5-gui upgraded: 5.15.13p142 -> 5.15.15p127 Sep 28 14:25:52 kg-core2 pkg[92917]: qt5-sql upgraded: 5.15.13p142 -> 5.15.15p127 Sep 28 14:25:52 kg-core2 pkg[92917]: mpg123 upgraded: 1.32.5 -> 1.32.6 Sep 28 14:25:53 kg-core2 pkg[92917]: opus upgraded: 1.5.1 -> 1.5.2 Sep 28 14:25:53 kg-core2 pkg[92917]: nss upgraded: 3.99 -> 3.104 Sep 28 14:25:53 kg-core2 pkg[92917]: gpgme-cpp reinstalled: 1.23.2 -> 1.23.2 Sep 28 14:25:53 kg-core2 pkg[92917]: openjpeg upgraded: 2.5.2 -> 2.5.2_1 Sep 28 14:25:54 kg-core2 pkg[92917]: slurm-wlm upgraded: 23.11.1_1 -> 23.11.7 Sep 28 14:25:57 kg-core2 pkg[92917]: qt5-widgets upgraded: 5.15.13p142 -> 5.15.15p127 Sep 28 14:25:57 kg-core2 pkg[92917]: shaderc upgraded: 2024.0 -> 2024.1 Sep 28 14:25:57 kg-core2 pkg[92917]: vulkan-loader upgraded: 1.3.282 -> 1.3.289 Sep 28 14:25:57 kg-core2 pkg[92917]: libdrm upgraded: 2.4.120_1,1 -> 2.4.122,1 Sep 28 14:25:57 kg-core2 pkg[92917]: qt5-sqldrivers-sqlite3 upgraded: 5.15.13p142 -> 5.15.15p127 Sep 28 14:25:58 kg-core2 pkg[92917]: poppler upgraded: 24.02.0 -> 24.02.0_1 Sep 28 14:25:58 kg-core2 pkg[92917]: gobject-introspection reinstalled: 1.78.1_2,1 -> 1.78.1_2,1 Sep 28 14:25:58 kg-core2 pkg[92917]: libidn upgraded: 1.38_1 -> 1.42 Sep 28 14:26:00 kg-core2 pkg[92917]: openmpi upgraded: 5.0.2 -> 5.0.3_2 Sep 28 14:26:00 kg-core2 pkg[92917]: libva upgraded: 2.21.0 -> 2.22.0 Sep 28 14:26:00 kg-core2 pkg[92917]: svt-av1 upgraded: 2.0.0 -> 2.1.2 Sep 28 14:26:00 kg-core2 pkg[92917]: x265 upgraded: 3.5_1 -> 3.5_2 Sep 28 14:26:00 kg-core2 pkg[92917]: qt5-serialport upgraded: 5.15.13p0 -> 5.15.15p0 Sep 28 14:26:00 kg-core2 pkg[92917]: libvpx upgraded: 1.14.0 -> 1.14.1 Sep 28 14:26:00 kg-core2 pkg[92917]: pciids upgraded: 20240331 -> 20240531 Sep 28 14:26:00 kg-core2 pkg[92917]: alsa-lib upgraded: 1.2.10_1 -> 1.2.12 Sep 28 14:26:00 kg-core2 pkg[92917]: qt5-concurrent upgraded: 5.15.13p142 -> 5.15.15p127 Sep 28 14:26:00 kg-core2 pkg[92917]: libv4l upgraded: 1.23.0_3 -> 1.23.0_4 Sep 28 14:26:00 kg-core2 pkg[92917]: qt5-printsupport upgraded: 5.15.13p142 -> 5.15.15p127 Sep 28 14:26:00 kg-core2 pkg[92917]: libass upgraded: 0.17.1_2 -> 0.17.3 Sep 28 14:26:01 kg-core2 pkg[92917]: libplacebo upgraded: 6.338.2 -> 7.349.0 Sep 28 14:26:01 kg-core2 pkg[92917]: qt5-help upgraded: 5.15.13p4 -> 5.15.15p3 Sep 28 14:26:01 kg-core2 pkg[92917]: dav1d upgraded: 1.4.1 -> 1.4.3_1 Sep 28 14:26:01 kg-core2 pkg[92917]: aom upgraded: 3.8.2 -> 3.9.1 Sep 28 14:26:02 kg-core2 pkg[92917]: qt5-declarative upgraded: 5.15.13p30 -> 5.15.15p25 Sep 28 14:26:02 kg-core2 pkg[92917]: qt5-xml upgraded: 5.15.13p142 -> 5.15.15p127 Sep 28 14:26:02 kg-core2 pkg[92917]: libGLU upgraded: 9.0.2_2 -> 9.0.3 Sep 28 14:26:02 kg-core2 pkg[92917]: qt5-uiplugin upgraded: 5.15.13p4 -> 5.15.15p3 Sep 28 14:26:02 kg-core2 pkg[92917]: poppler-glib upgraded: 24.02.0 -> 24.02.0_1 Sep 28 14:26:02 kg-core2 pkg[92917]: qt5-opengl upgraded: 5.15.13p142 -> 5.15.15p127 Sep 28 14:26:02 kg-core2 pkg[92917]: qt5-qmake upgraded: 5.15.13p142 -> 5.15.15p127 Sep 28 14:26:03 kg-core2 pkg[92917]: assimp upgraded: 5.4.0 -> 5.4.1 Sep 28 14:26:03 kg-core2 pkg[92917]: qt5-buildtools upgraded: 5.15.13p142 -> 5.15.15p127 Sep 28 14:26:03 kg-core2 pkg[92917]: qt5-x11extras upgraded: 5.15.13p0 -> 5.15.15p0 Sep 28 14:26:03 kg-core2 pkg[92917]: py311-mpi4py-3.1.6 installed Sep 28 14:26:03 kg-core2 pkg[92917]: orc upgraded: 0.4.34_1 -> 0.4.36 Sep 28 14:26:04 kg-core2 pkg[92917]: ghostscript10 upgraded: 10.03.0_1 -> 10.03.1 Sep 28 14:26:04 kg-core2 pkg[92917]: py311-dbus-1.3.2 installed Sep 28 14:26:04 kg-core2 pkg[92917]: libpci upgraded: 3.12.0 -> 3.13.0 Sep 28 14:26:04 kg-core2 pkg[92917]: minizip upgraded: 1.2.11_1 -> 1.3.1 Sep 28 14:26:04 kg-core2 pkg[92917]: qt5-location upgraded: 5.15.13p6 -> 5.15.15p7 Sep 28 14:26:04 kg-core2 pkg[92917]: qt5-assistant upgraded: 5.15.13p4 -> 5.15.15p3 Sep 28 14:26:04 kg-core2 pkg[92917]: re2 upgraded: 20240401 -> 20240501 Sep 28 14:26:05 kg-core2 pkg[92917]: ffmpeg upgraded: 6.1.1_5,1 -> 6.1.2,1 Sep 28 14:26:05 kg-core2 pkg[92917]: qt5-webchannel upgraded: 5.15.13p3 -> 5.15.15p3 Sep 28 14:26:05 kg-core2 pkg[92917]: snappy upgraded: 1.2.0 -> 1.2.1 Sep 28 14:26:05 kg-core2 pkg[92917]: ffmpeg4 reinstalled: 4.4.4_12 -> 4.4.4_12 Sep 28 14:26:09 kg-core2 pkg[92917]: vtk9 upgraded: 9.2.6_4 -> 9.2.6_5 Sep 28 14:26:10 kg-core2 pkg[92917]: pulseaudio reinstalled: 16.1_4 -> 16.1_4 Sep 28 14:26:10 kg-core2 pkg[92917]: qt5-quick3d upgraded: 5.15.13p1 -> 5.15.15p1 Sep 28 14:26:10 kg-core2 pkg[92917]: qt5-linguisttools upgraded: 5.15.13p4 -> 5.15.15p3 Sep 28 14:26:10 kg-core2 pkg[92917]: jackit reinstalled: 1.9.22_2 -> 1.9.22_2 Sep 28 14:26:10 kg-core2 pkg[92917]: py39-cachecontrol-0.14.0 deinstalled Sep 28 14:26:10 kg-core2 pkg[92917]: qt5-xmlpatterns upgraded: 5.15.13p0 -> 5.15.15p0 Sep 28 14:26:13 kg-core2 pkg[92917]: qt5-webengine upgraded: 5.15.16.p9_1 -> 5.15.17.p3 Sep 28 14:26:13 kg-core2 pkg[92917]: qt5-designer upgraded: 5.15.13p4 -> 5.15.15p3 Sep 28 14:26:34 kg-core2 pkg[92917]: opencascade upgraded: 7.8.0_1 -> 7.8.1 Sep 28 14:26:34 kg-core2 pkg[92917]: mesa-libs upgraded: 24.0.7 -> 24.0.9_1 Sep 28 14:26:34 kg-core2 pkg[92917]: harfbuzz-icu upgraded: 8.4.0 -> 9.0.0_1 Sep 28 14:26:34 kg-core2 pkg[92917]: qt5-svg upgraded: 5.15.13p6 -> 5.15.15p5 Sep 28 14:26:35 kg-core2 pkg[92917]: pipewire upgraded: 1.0.4 -> 1.0.4_3 Sep 28 14:26:35 kg-core2 pkg[92917]: py39-requests-2.31.0 deinstalled Sep 28 14:26:35 kg-core2 pkg[92917]: py39-boost-libs-1.84.0 deinstalled Sep 28 14:26:35 kg-core2 pkg[92917]: py39-charset-normalizer-3.3.2 deinstalled Sep 28 14:26:35 kg-core2 pkg[92917]: libnotify upgraded: 0.8.2_2 -> 0.8.3 Sep 28 14:26:35 kg-core2 pkg[92917]: libwnck3 reinstalled: 3.36.0_2 -> 3.36.0_2 Sep 28 14:26:37 kg-core2 pkg[92917]: qt6-base upgraded: 6.7.0 -> 6.7.2 Sep 28 14:26:37 kg-core2 pkg[92917]: qt6-svg upgraded: 6.7.0 -> 6.7.2 Sep 28 14:26:37 kg-core2 pkg[92917]: qt6-languageserver upgraded: 6.7.0 -> 6.7.2 Sep 28 14:26:37 kg-core2 pkg[92917]: talloc reinstalled: 2.3.4_1 -> 2.3.4_1 Sep 28 14:26:37 kg-core2 pkg[92917]: libsecret reinstalled: 0.20.5_3 -> 0.20.5_3 Sep 28 14:26:38 kg-core2 pkg[92917]: libarchive upgraded: 3.7.2_2,1 -> 3.7.4,1 Sep 28 14:26:38 kg-core2 pkg[92917]: libgphoto2 upgraded: 2.5.26_3 -> 2.5.31 Sep 28 14:26:38 kg-core2 pkg[92917]: poppler-utils upgraded: 24.02.0 -> 24.02.0_1 Sep 28 14:26:38 kg-core2 pkg[92917]: podofo upgraded: 0.10.3 -> 0.10.3_2 Sep 28 14:26:56 kg-core2 pkg[92917]: llvm15 reinstalled: 15.0.7_10 -> 15.0.7_10 Sep 28 14:26:58 kg-core2 pkg[92917]: qt6-declarative upgraded: 6.7.0 -> 6.7.2_1 Sep 28 14:26:58 kg-core2 pkg[92917]: qt6-serialport upgraded: 6.7.0 -> 6.7.2 Sep 28 14:26:58 kg-core2 pkg[92917]: qt6-base_sqldriver-sqlite-6.7.2 installed Sep 28 14:26:58 kg-core2 pkg[92917]: tevent reinstalled: 0.13.0_2 -> 0.13.0_2 Sep 28 14:26:58 kg-core2 pkg[92917]: tdb reinstalled: 1.4.7_1,1 -> 1.4.7_1,1 Sep 28 14:26:58 kg-core2 pkg[92917]: lmdb upgraded: 0.9.32,1 -> 0.9.33,1 Sep 28 14:26:58 kg-core2 pkg[92917]: libnice reinstalled: 0.1.21_2 -> 0.1.21_2 Sep 28 14:26:59 kg-core2 pkg[92917]: qt6-positioning upgraded: 6.7.0 -> 6.7.2 Sep 28 14:26:59 kg-core2 pkg[92917]: qt6-tools upgraded: 6.7.0 -> 6.7.2_1 Sep 28 14:26:59 kg-core2 pkg[92917]: qt6-webchannel upgraded: 6.7.0 -> 6.7.2 Sep 28 14:26:59 kg-core2 pkg[92917]: py39-dnspython-2.6.1,1 deinstalled Sep 28 14:26:59 kg-core2 pkg[92917]: pcsc-lite upgraded: 2.0.3,2 -> 2.2.2,2 Sep 28 14:27:03 kg-core2 pkg[92917]: qt6-webengine upgraded: 6.7.0 -> 6.7.2 Sep 28 14:27:03 kg-core2 pkg[92917]: libmng upgraded: 2.0.3_1 -> 2.0.3_2 Sep 28 14:27:03 kg-core2 pkg[92917]: py39-qt5-webengine-5.15.6_2 deinstalled Sep 28 14:27:03 kg-core2 pkg[92917]: py39-qt6-webengine-6.7.0 deinstalled Sep 28 14:27:03 kg-core2 pkg[92917]: py39-aioquic-0.9.25 deinstalled Sep 28 14:27:03 kg-core2 pkg[92917]: qt5-testlib upgraded: 5.15.13p142 -> 5.15.15p127 Sep 28 14:27:03 kg-core2 pkg[92917]: qt5-multimedia upgraded: 5.15.13p2 -> 5.15.15p2 Sep 28 14:27:03 kg-core2 pkg[92917]: qt5-sensors upgraded: 5.15.13p0 -> 5.15.15p0 Sep 28 14:27:03 kg-core2 pkg[92917]: qt5-remoteobjects upgraded: 5.15.13p0 -> 5.15.15p0 Sep 28 14:27:04 kg-core2 pkg[92917]: qt5-speech upgraded: 5.15.13p1 -> 5.15.15p1 Sep 28 14:27:04 kg-core2 pkg[92917]: qt5-websockets upgraded: 5.15.13p2 -> 5.15.15p2 Sep 28 14:27:04 kg-core2 pkg[92917]: qt6-connectivity upgraded: 6.7.0 -> 6.7.2 Sep 28 14:27:04 kg-core2 pkg[92917]: qt6-sensors upgraded: 6.7.0 -> 6.7.2 Sep 28 14:27:04 kg-core2 pkg[92917]: qt6-translations upgraded: 6.7.0 -> 6.7.2 Sep 28 14:27:04 kg-core2 pkg[92917]: qt6-remoteobjects upgraded: 6.7.0 -> 6.7.2 Sep 28 14:27:04 kg-core2 pkg[92917]: qt6-websockets upgraded: 6.7.0 -> 6.7.2 Sep 28 14:27:04 kg-core2 pkg[92917]: qt6-pdf upgraded: 6.7.0 -> 6.7.2 Sep 28 14:27:04 kg-core2 pkg[92917]: qt6-imageformats upgraded: 6.7.0 -> 6.7.2 Sep 28 14:27:04 kg-core2 pkg[92917]: taglib upgraded: 1.13.1 -> 2.0.1 Sep 28 14:27:04 kg-core2 pkg[92917]: py39-qt6-pyqt-6.7.0 deinstalled Sep 28 14:27:04 kg-core2 pkg[92917]: py39-qt5-pyqt-5.15.10_1 deinstalled Sep 28 14:27:04 kg-core2 pkg[92917]: kid3-qt5-3.9.4_1 deinstalled Sep 28 14:27:05 kg-core2 pkg[92917]: py39-service-identity-23.1.0 deinstalled Sep 28 14:27:05 kg-core2 pkg[92917]: py39-httpx-0.27.0_1 deinstalled Sep 28 14:27:05 kg-core2 pkg[92917]: py39-PyQt-builder-1.15.4 deinstalled Sep 28 14:27:05 kg-core2 pkg[92917]: py39-pyasn1-modules-0.3.0 deinstalled Sep 28 14:27:05 kg-core2 pkg[92917]: py39-feedparser-6.0.11 deinstalled Sep 28 14:27:05 kg-core2 pkg[92917]: py39-sip-6.8.3,1 deinstalled Sep 28 14:27:05 kg-core2 pkg[92917]: py39-markdown-3.5.2 deinstalled Sep 28 14:27:05 kg-core2 pkg[92917]: noto-serif-basic-2.013 deinstalled Sep 28 14:27:05 kg-core2 pkg[92917]: noto-sans-basic-2.013 deinstalled Sep 28 14:27:05 kg-core2 pkg[92917]: noto-sans-symbols-basic-2.003 deinstalled Sep 28 14:27:05 kg-core2 pkg[92917]: noto-sans-mono-basic-2.014 deinstalled Sep 28 14:27:05 kg-core2 pkg[92917]: noto-serif-extra-2.013 deinstalled Sep 28 14:27:05 kg-core2 pkg[92917]: qt6-shadertools upgraded: 6.7.0 -> 6.7.2 Sep 28 14:27:05 kg-core2 pkg[92917]: qt6-quicktimeline upgraded: 6.7.0 -> 6.7.2 Sep 28 14:27:10 kg-core2 pkg[92917]: py311-numpy-1.26.4_1,1 installed Sep 28 14:27:11 kg-core2 pkg[92917]: qt6-quick3d upgraded: 6.7.0 -> 6.7.2 Sep 28 14:27:11 kg-core2 pkg[92917]: openvdb upgraded: 11.0.0 -> 11.0.0_1 Sep 28 14:27:11 kg-core2 pkg[92917]: nlopt reinstalled: 2.7.1_3 -> 2.7.1_3 Sep 28 14:27:11 kg-core2 pkg[92917]: py39-wxPython42-4.2.0_1 deinstalled Sep 28 14:27:12 kg-core2 pkg[92917]: json-glib reinstalled: 1.8.0 -> 1.8.0 Sep 28 14:27:12 kg-core2 pkg[92917]: babl upgraded: 0.1.106 -> 0.1.108_1 Sep 28 14:27:13 kg-core2 pkg[92917]: gtk2 reinstalled: 2.24.33_1 -> 2.24.33_1 Sep 28 14:27:14 kg-core2 pkg[92917]: sane-backends upgraded: 1.2.1_5 -> 1.3.1 Sep 28 14:27:14 kg-core2 pkg[92917]: lcms upgraded: 1.19_8,1 -> 1.19_9,1 Sep 28 14:27:14 kg-core2 pkg[92917]: sdl2 upgraded: 2.30.2 -> 2.30.3 Sep 28 14:27:15 kg-core2 pkg[92917]: qt5-script upgraded: 5.15.16p0_2 -> 5.15.17p0_1 Sep 28 14:27:15 kg-core2 pkg[92917]: exiv2 upgraded: 0.28.2,1 -> 0.28.3,1 Sep 28 14:27:15 kg-core2 pkg[92917]: py39-mcomix-2.2.1_1 deinstalled Sep 28 14:27:15 kg-core2 pkg[92917]: qt5-datavis3d upgraded: 5.15.13p0 -> 5.15.15p0 Sep 28 14:27:15 kg-core2 pkg[92917]: qt5-gamepad upgraded: 5.15.13p0 -> 5.15.15p0 Sep 28 14:27:16 kg-core2 pkg[92917]: qt5-scxml upgraded: 5.15.13p0 -> 5.15.15p0 Sep 28 14:27:16 kg-core2 pkg[92917]: qt5-charts upgraded: 5.15.13p0 -> 5.15.15p0 Sep 28 14:27:16 kg-core2 pkg[92917]: qt5-uitools upgraded: 5.15.13p4 -> 5.15.15p3 Sep 28 14:27:17 kg-core2 pkg[92917]: qt5-quickcontrols2 upgraded: 5.15.13p5 -> 5.15.15p5 Sep 28 14:27:17 kg-core2 pkg[92917]: qt5-scripttools upgraded: 5.15.16p0_1 -> 5.15.17p0_1 Sep 28 14:27:18 kg-core2 pkg[92917]: qt5-3d upgraded: 5.15.13p0 -> 5.15.15p0 Sep 28 14:27:18 kg-core2 pkg[92917]: py39-pyside2-5.15.13 deinstalled Sep 28 14:27:18 kg-core2 pkg[92917]: py39-gobject3-3.42.2 deinstalled Sep 28 14:27:18 kg-core2 pkg[92917]: py39-shiboken2-5.15.13 deinstalled Sep 28 14:27:18 kg-core2 pkg[92917]: py39-cairo-1.21.0,1 deinstalled Sep 28 14:27:18 kg-core2 pkg[92917]: py39-matplotlib-3.8.0 deinstalled Sep 28 14:27:18 kg-core2 pkg[92917]: py39-ocrmypdf-15.4.4 deinstalled Sep 28 14:27:19 kg-core2 pkg[92917]: py39-img2pdf-0.5.1_2 deinstalled Sep 28 14:27:19 kg-core2 pkg[92917]: qpdf upgraded: 11.9.0 -> 11.9.1 Sep 28 14:27:19 kg-core2 pkg[92917]: py39-pikepdf-8.13.0 deinstalled Sep 28 14:27:19 kg-core2 pkg[92917]: py39-reportlab-4.1.0 deinstalled Sep 28 14:27:19 kg-core2 pkg[92917]: py39-pdfminer.six-20220319 deinstalled Sep 28 14:27:19 kg-core2 pkg[92917]: libimagequant upgraded: 4.3.1 -> 4.3.3 Sep 28 14:27:19 kg-core2 pkg[92917]: py39-pillow-10.3.0 deinstalled Sep 28 14:27:19 kg-core2 pkg[92917]: py39-fonttools-4.51.0 deinstalled Sep 28 14:27:19 kg-core2 pkg[92917]: py311-cairo-1.21.0,1 installed Sep 28 14:27:19 kg-core2 pkg[92917]: py311-pycparser-2.22 installed Sep 28 14:27:19 kg-core2 pkg[92917]: py311-gobject3-3.42.2 installed Sep 28 14:27:19 kg-core2 pkg[92917]: py311-cffi-1.16.0 installed Sep 28 14:27:19 kg-core2 pkg[92917]: py311-hpack-4.0.0 installed Sep 28 14:27:19 kg-core2 pkg[92917]: py311-sniffio-1.3.1 installed Sep 28 14:27:19 kg-core2 pkg[92917]: py311-hyperframe-6.0.0 installed Sep 28 14:27:19 kg-core2 pkg[92917]: p5-Mozilla-CA upgraded: 20240313 -> 20240730 Sep 28 14:27:19 kg-core2 pkg[92917]: py311-pyasn1-0.6.0 installed Sep 28 14:27:19 kg-core2 pkg[92917]: py311-idna-3.7 installed Sep 28 14:27:20 kg-core2 pkg[92917]: qt6-multimedia upgraded: 6.7.0 -> 6.7.2 Sep 28 14:27:20 kg-core2 pkg[92917]: py311-mccabe-0.7.0 installed Sep 28 14:27:20 kg-core2 pkg[92917]: py311-pysocks-1.7.1_1 installed Sep 28 14:27:20 kg-core2 pkg[92917]: py311-h11-0.14.0 installed Sep 28 14:27:20 kg-core2 pkg[92917]: py311-pyasn1-modules-0.4.0 installed Sep 28 14:27:20 kg-core2 pkg[92917]: py311-attrs-23.2.0 installed Sep 28 14:27:21 kg-core2 pkg[92917]: p5-HTTP-Message upgraded: 6.45 -> 6.46 Sep 28 14:27:21 kg-core2 pkg[92917]: gexiv2 reinstalled: 0.14.2 -> 0.14.2 Sep 28 14:27:21 kg-core2 pkg[92917]: py311-appdirs-1.4.4 installed Sep 28 14:27:21 kg-core2 pkg[92917]: py311-anyio-4.4.0 installed Sep 28 14:27:21 kg-core2 pkg[92917]: py311-pyflakes-3.2.0_1 installed Sep 28 14:27:21 kg-core2 pkg[92917]: py311-ply-3.11 installed Sep 28 14:27:21 kg-core2 pkg[92917]: py311-cryptography-42.0.8_1,1 installed Sep 28 14:27:21 kg-core2 pkg[92917]: py311-pycodestyle-2.12.0 installed Sep 28 14:27:21 kg-core2 pkg[92917]: py311-h2-4.1.0 installed Sep 28 14:27:22 kg-core2 pkg[92917]: py311-pytz-2024.1,1 installed Sep 28 14:27:22 kg-core2 pkg[92917]: p5-IO-Socket-SSL upgraded: 2.085 -> 2.085_1 Sep 28 14:27:22 kg-core2 pkg[92917]: py311-certifi-2024.6.2 installed Sep 28 14:27:22 kg-core2 pkg[92917]: graphene reinstalled: 1.10.8 -> 1.10.8 Sep 28 14:27:22 kg-core2 pkg[92917]: qt6-speech upgraded: 6.7.0 -> 6.7.2 Sep 28 14:27:22 kg-core2 pkg[92917]: py311-outcome-1.3.0_1 installed Sep 28 14:27:22 kg-core2 pkg[92917]: py311-async_generator-1.10 installed Sep 28 14:27:23 kg-core2 pkg[92917]: py311-sip-6.8.3,1 installed Sep 28 14:27:23 kg-core2 pkg[92917]: py311-socksio-1.0.0_1 installed Sep 28 14:27:23 kg-core2 pkg[92917]: e2fsprogs-libuuid upgraded: 1.47.0 -> 1.47.1 Sep 28 14:27:23 kg-core2 pkg[92917]: py311-webencodings-0.5.1 installed Sep 28 14:27:23 kg-core2 pkg[92917]: py311-PyQt-builder-1.15.4 installed Sep 28 14:27:23 kg-core2 pkg[92917]: py311-iniconfig-1.1.1_1 installed Sep 28 14:27:23 kg-core2 pkg[92917]: py311-pluggy-1.5.0 installed Sep 28 14:27:23 kg-core2 pkg[92917]: py311-charset-normalizer-3.3.2_1 installed Sep 28 14:27:23 kg-core2 pkg[92917]: py311-openssl-23.2.0,1 installed Sep 28 14:27:23 kg-core2 pkg[92917]: py311-httpcore-1.0.5 installed Sep 28 14:27:23 kg-core2 pkg[92917]: py311-fs2-2.4.16 installed Sep 28 14:27:23 kg-core2 pkg[92917]: py311-brotli-1.1.0 installed Sep 28 14:27:23 kg-core2 pkg[92917]: py311-zopfli-0.2.3 installed Sep 28 14:27:23 kg-core2 pkg[92917]: py311-olefile-0.46 installed Sep 28 14:27:23 kg-core2 pkg[92917]: py311-pylsqpack-0.3.18 installed Sep 28 14:27:23 kg-core2 pkg[92917]: py311-sortedcontainers-2.4.0 installed Sep 28 14:27:23 kg-core2 pkg[92917]: py311-lxml-4.9.3 installed Sep 28 14:27:23 kg-core2 pkg[92917]: py311-tkinter-3.11.9_7 installed Sep 28 14:27:23 kg-core2 pkg[92917]: gegl upgraded: 0.4.46_4 -> 0.4.48_1 Sep 28 14:27:23 kg-core2 pkg[92917]: py311-service-identity-24.1.0 installed Sep 28 14:27:24 kg-core2 pkg[92917]: py311-qt6-sip-13.6.0 installed Sep 28 14:27:24 kg-core2 pkg[92917]: py311-unicodedata2-15.1.0_1 installed Sep 28 14:27:24 kg-core2 pkg[92917]: avr-binutils upgraded: 2.40_5,1 -> 2.40_6,1 Sep 28 14:27:24 kg-core2 pkg[92917]: py311-urllib3-1.26.19,1 installed Sep 28 14:27:24 kg-core2 pkg[92917]: py311-flake8-7.1.0 installed Sep 28 14:27:24 kg-core2 pkg[92917]: wx32-gtk3 upgraded: 3.2.4_1 -> 3.2.4_2 Sep 28 14:27:25 kg-core2 pkg[92917]: py311-filetype-1.0.7 installed Sep 28 14:27:25 kg-core2 pkg[92917]: noto-serif-2.013 installed Sep 28 14:27:26 kg-core2 pkg[92917]: py311-tornado-6.4 installed Sep 28 14:27:26 kg-core2 pkg[92917]: noto-sans-2.013 installed Sep 28 14:27:26 kg-core2 pkg[92917]: py311-kiwisolver-1.4.5,1 installed Sep 28 14:27:30 kg-core2 pkg[92917]: avr-gcc upgraded: 11.2.0_3 -> 14.1.0 Sep 28 14:27:30 kg-core2 pkg[92917]: py311-fonttools-4.51.0 installed Sep 28 14:27:31 kg-core2 pkg[92917]: gtk4 upgraded: 4.14.4 -> 4.14.5 Sep 28 14:27:31 kg-core2 pkg[92917]: py311-pep8-naming-0.14.1 installed Sep 28 14:27:32 kg-core2 pkg[92917]: noto-sans-mono-2.014_1 installed Sep 28 14:27:32 kg-core2 pkg[92917]: py311-python-dateutil-2.9.0 installed Sep 28 14:27:37 kg-core2 pkg[92917]: gimp-app upgraded: 2.10.36_2,1 -> 2.10.38,1 Sep 28 14:27:37 kg-core2 pkg[92917]: py311-aioquic-0.9.25 installed Sep 28 14:27:37 kg-core2 pkg[92917]: lua51-5.1.5_10 installed Sep 28 14:27:37 kg-core2 pkg[92917]: py311-soupsieve-2.0.1 installed Sep 28 14:27:38 kg-core2 pkg[92917]: py311-qt6-pyqt-6.7.0 installed Sep 28 14:27:38 kg-core2 pkg[92917]: py311-cycler-0.12.1 installed Sep 28 14:27:38 kg-core2 pkg[92917]: py311-httpx-0.27.0_1 installed Sep 28 14:27:38 kg-core2 pkg[92917]: py311-html5-parser-0.4.12 installed Sep 28 14:27:38 kg-core2 pkg[92917]: py311-pytest-8.1.1,1 installed Sep 28 14:27:38 kg-core2 pkg[92917]: py311-msgpack-1.0.8 installed Sep 28 14:27:38 kg-core2 pkg[92917]: py311-trio-0.25.1 installed Sep 28 14:27:38 kg-core2 pkg[92917]: py311-contourpy-1.2.1_1 installed Sep 28 14:27:39 kg-core2 pkg[92917]: pkg reinstalled: 1.21.3 -> 1.21.3 Sep 28 14:27:39 kg-core2 pkg[92917]: e2fsprogs-libblkid upgraded: 1.47.0 -> 1.47.1 Sep 28 14:27:39 kg-core2 pkg[92917]: py311-requests-2.32.3 installed Sep 28 14:27:39 kg-core2 pkg[92917]: py311-pillow-10.3.0_1 installed Sep 28 14:27:39 kg-core2 pkg[92917]: py311-importlib-resources-6.4.0 installed Sep 28 14:27:39 kg-core2 pkg[92917]: py311-sgmllib3k-1.0.0 installed Sep 28 14:27:39 kg-core2 pkg[92917]: noto-sans-symbols-2.008_1 installed Sep 28 14:27:39 kg-core2 pkg[92917]: py311-deprecation-2.1.0_1 installed Sep 28 14:27:40 kg-core2 pkg[92917]: py311-pyparsing-3.1.2 installed Sep 28 14:27:40 kg-core2 pkg[92917]: py311-ifaddr-0.2.0 installed Sep 28 14:27:40 kg-core2 pkg[92917]: libxmp-4.6.0 installed Sep 28 14:27:40 kg-core2 pkg[92917]: py311-async_timeout-4.0.3 installed Sep 28 14:27:40 kg-core2 pkg[92917]: py311-filelock-3.15.4 installed Sep 28 14:27:40 kg-core2 pkg[92917]: luajit-devel upgraded: 2.1.0.20231112_1 -> 2.1.0.20240525 Sep 28 14:27:40 kg-core2 pkg[92917]: py311-shiboken2-5.15.15 installed Sep 28 14:27:40 kg-core2 pkg[92917]: py311-html5lib-1.1 installed Sep 28 14:27:40 kg-core2 pkg[92917]: libcanberra-gtk3 reinstalled: 0.30_10 -> 0.30_10 Sep 28 14:27:40 kg-core2 pkg[92917]: linuxlibertine-g reinstalled: 20120116_2 -> 20120116_2 Sep 28 14:27:40 kg-core2 pkg[92917]: py311-cachecontrol-0.14.0 installed Sep 28 14:27:40 kg-core2 pkg[92917]: gimp-gutenprint reinstalled: 5.3.4 -> 5.3.4 Sep 28 14:27:40 kg-core2 pkg[92917]: py311-mechanize-0.4.8_1 installed Sep 28 14:27:40 kg-core2 pkg[92917]: sdl2_mixer upgraded: 2.6.3_1 -> 2.8.0 Sep 28 14:27:40 kg-core2 pkg[92917]: polkit-qt-1-qt6-0.200.0 installed Sep 28 14:27:40 kg-core2 pkg[92917]: py311-scour-0.38.2_1 installed Sep 28 14:27:40 kg-core2 pkg[92917]: gtk-murrine-engine reinstalled: 0.98.2_6 -> 0.98.2_6 Sep 28 14:27:40 kg-core2 pkg[92917]: py311-eyed3-0.9.6 installed Sep 28 14:27:40 kg-core2 pkg[92917]: enchant upgraded: 1.6.0_10 -> 1.6.0_11 Sep 28 14:27:40 kg-core2 pkg[92917]: serf upgraded: 1.3.10 -> 1.3.10_1 Sep 28 14:27:40 kg-core2 pkg[92917]: py311-zeroconf-0.132.2 installed Sep 28 14:27:40 kg-core2 pkg[92917]: tree-sitter upgraded: 0.22.2 -> 0.22.6 Sep 28 14:27:41 kg-core2 pkg[92917]: cmake-man upgraded: 3.28.3 -> 3.29.6 Sep 28 14:27:42 kg-core2 pkg[92917]: py311-matplotlib-3.8.0_1 installed Sep 28 14:27:42 kg-core2 pkg[92917]: py311-boost-libs-1.84.0 installed Sep 28 14:27:42 kg-core2 pkg[92917]: py311-xxhash-3.4.1 installed Sep 28 14:27:42 kg-core2 pkg[92917]: p5-Gtk3 reinstalled: 0.034_2 -> 0.034_2 Sep 28 14:27:42 kg-core2 pkg[92917]: xxd upgraded: 9.1.0158 -> 9.1.0470 Sep 28 14:27:42 kg-core2 pkg[92917]: py311-jeepney-0.8.0_2 installed Sep 28 14:27:42 kg-core2 pkg[92917]: noto-basic upgraded: 2.0_3 -> 2.0_4 Sep 28 14:27:42 kg-core2 pkg[92917]: p5-CGI upgraded: 4.64 -> 4.65 Sep 28 14:27:43 kg-core2 pkg[92917]: lib2geom reinstalled: 1.3_1 -> 1.3_1 Sep 28 14:27:43 kg-core2 pkg[92917]: py311-css-parser-1.0.10 installed Sep 28 14:27:52 kg-core2 pkg[92917]: openjdk17 upgraded: 17.0.10+7.1_1 -> 17.0.11+9.1 Sep 28 14:27:52 kg-core2 pkg[92917]: py311-apsw-3.46.0.1 installed Sep 28 14:27:52 kg-core2 pkg[92917]: py311-dnspython-2.6.1,1 installed Sep 28 14:27:53 kg-core2 pkg[92917]: protobuf-24.4,1 installed Sep 28 14:27:53 kg-core2 pkg[92917]: py311-beautifulsoup-4.12.3 installed Sep 28 14:27:53 kg-core2 pkg[92917]: py311-markdown-3.6 installed Sep 28 14:27:53 kg-core2 pkg[92917]: py311-qt6-webengine-6.7.0 installed Sep 28 14:27:53 kg-core2 pkg[92917]: py311-feedparser-6.0.11 installed Sep 28 14:27:54 kg-core2 pkg[92917]: vte3 reinstalled: 0.70.2_5 -> 0.70.2_5 Sep 28 14:27:55 kg-core2 pkg[92917]: zenity reinstalled: 3.42.1_3 -> 3.42.1_3 Sep 28 14:27:55 kg