Skip to content

system/fastfetch: Updated for version 2.66.1. - #17564

Closed
pghvlaans wants to merge 1 commit into
SlackBuildsOrg:masterfrom
pghvlaans:fastfetch
Closed

system/fastfetch: Updated for version 2.66.1.#17564
pghvlaans wants to merge 1 commit into
SlackBuildsOrg:masterfrom
pghvlaans:fastfetch

Conversation

@pghvlaans

Copy link
Copy Markdown
Contributor

No description provided.

@pghvlaans

Copy link
Copy Markdown
Contributor Author

@sbo-bot: build system/fastfetch

@github-actions

github-actions Bot commented Sep 4, 2026

Copy link
Copy Markdown

reverse dependencies - system/fastfetch

None

@github-actions

github-actions Bot commented Sep 4, 2026

Copy link
Copy Markdown

✅ sbolint - system/fastfetch ✅

sbolint: fastfetch checks out OK

@sbo-bot

sbo-bot Bot commented Sep 4, 2026

Copy link
Copy Markdown

buildpkg i586 system/fastfetch

Creating hintfile directory: /etc/repo/SBo/hintfiles
Checking whether git is clean ... yes.
Indexing SlackBuilds ... done.
git repo: /var/lib/repo/SBo/slackbuilds
branch:   HEAD
date:     Fri Sep  4 14:49:37 GMT 2026
revision: bde21711cb9f69ade6565950c1ce641afaa367d7
title:    Merge fe51700af439d38220fbd3358651cce74a1d1895 into 3dbe9f62bbf6e5e66b2ca1d6f57ab70e3ea81d1c

================================================================================
system/fastfetch                                                        14:50:32
================================================================================

Calculating dependencies ... none.

Building system/fastfetch (update for version 2.66.1) ----------------- 14:50:32
Testing SlackBuild files ... done.
Downloading source files ...
Verifying source files ... done.
Running fastfetch.SlackBuild ...                                    ETA 14:51:??
env MAKEFLAGS='-j13 -l13' nice -n 5 bash ./fastfetch.SlackBuild
Built ok:  fastfetch-2.66.1-i586-1_SBo.txz                              14:50:55
Testing package fastfetch-2.66.1-i586-1_SBo.txz ... done.
Test installing fastfetch-2.66.1-i586-1_SBo.txz ...
fastfetch-2.66.1-i586-1_SBo: Like neofetch, but faster ................. [ 3.3M]
Unmounting chroot ... done.
Backed up: fastfetch-2.66.0-i586-2_SBo.txz
✅ system/fastfetch Updated for version 2.66.1 ✅

================================================================================
SUMMARY                                                                 14:50:56
================================================================================

Logfile:     /var/log/repo/SBo/repo_2026-09-04_14:50:31.log
Runtime:     0h 0m 25s
Updated:     1
  system/fastfetch/fastfetch-2.66.1-i586-1_SBo.txz

Snipped Build Log

Details
                                        ^~~~
[ 10%] Building C object CMakeFiles/libfastfetch.dir/src/common/impl/base64.c.o
[ 10%] Building C object CMakeFiles/libfastfetch.dir/src/common/impl/FFlist.c.o
[ 11%] Building C object CMakeFiles/libfastfetch.dir/src/common/impl/FFstrbuf.c.o
[ 11%] Building C object CMakeFiles/libfastfetch.dir/src/common/impl/path.c.o
[ 11%] Building C object CMakeFiles/libfastfetch.dir/src/common/impl/FFPlatform.c.o
[ 12%] Building C object CMakeFiles/libfastfetch.dir/src/common/impl/smbios.c.o
[ 12%] Building C object CMakeFiles/libfastfetch.dir/src/common/impl/strutil.c.o
[ 13%] Building C object CMakeFiles/libfastfetch.dir/src/detection/bluetoothradio/bluetoothradio.c.o
[ 13%] Building C object CMakeFiles/libfastfetch.dir/src/detection/bootmgr/bootmgr.c.o
[ 14%] Building C object CMakeFiles/libfastfetch.dir/src/detection/chassis/chassis.c.o
In file included from /tmp/SBo/repo.avy0gv/build_fastfetch/fastfetch-2.66.1/src/common/debug.h:4,
                 from /tmp/SBo/repo.avy0gv/build_fastfetch/fastfetch-2.66.1/src/common/impl/FFstrbuf.c:4:
/tmp/SBo/repo.avy0gv/build_fastfetch/fastfetch-2.66.1/src/common/time.h: In function ‘ffTimeSleep’:
/tmp/SBo/repo.avy0gv/build_fastfetch/fastfetch-2.66.1/src/common/time.h:61:43: warning: conversion to ‘long int’ from ‘uint32_t’ {aka ‘unsigned int’} may change the sign of the result [-Wsign-conversion]
   61 |     return nanosleep(&(struct timespec) { msec / 1000, (long) (msec % 1000) * 1000000 }, NULL) == 0;
      |                                           ^~~~
[ 14%] Building C object CMakeFiles/libfastfetch.dir/src/detection/codec/codec.c.o
[ 14%] Building C object CMakeFiles/libfastfetch.dir/src/detection/codec/codec_vulkan.c.o
[ 15%] Building C object CMakeFiles/libfastfetch.dir/src/detection/cpu/cpu.c.o
[ 15%] Building C object CMakeFiles/libfastfetch.dir/src/detection/cpu/cpu_x86.c.o
[ 16%] Building C object CMakeFiles/libfastfetch.dir/src/detection/cpuusage/cpuusage.c.o
[ 16%] Building C object CMakeFiles/libfastfetch.dir/src/detection/command/command.c.o
In file included from /tmp/SBo/repo.avy0gv/build_fastfetch/fastfetch-2.66.1/src/common/debug.h:4,
                 from /tmp/SBo/repo.avy0gv/build_fastfetch/fastfetch-2.66.1/src/common/impl/smbios.c:4:
/tmp/SBo/repo.avy0gv/build_fastfetch/fastfetch-2.66.1/src/common/time.h: In function ‘ffTimeSleep’:
/tmp/SBo/repo.avy0gv/build_fastfetch/fastfetch-2.66.1/src/common/time.h:61:43: warning: conversion to ‘long int’ from ‘uint32_t’ {aka ‘unsigned int’} may change the sign of the result [-Wsign-conversion]
   61 |     return nanosleep(&(struct timespec) { msec / 1000, (long) (msec % 1000) * 1000000 }, NULL) == 0;
      |                                           ^~~~
[ 17%] Building C object CMakeFiles/libfastfetch.dir/src/detection/disk/disk.c.o
[ 17%] Building C object CMakeFiles/libfastfetch.dir/src/detection/diskio/diskio.c.o
[ 17%] Building C object CMakeFiles/libfastfetch.dir/src/detection/displayserver/displayserver.c.o
[ 18%] Building C object CMakeFiles/libfastfetch.dir/src/detection/editor/editor.c.o
[ 18%] Building C object CMakeFiles/libfastfetch.dir/src/detection/font/font.c.o
[ 19%] Building C object CMakeFiles/libfastfetch.dir/src/detection/gpu/gpu.c.o
[ 19%] Building C object CMakeFiles/libfastfetch.dir/src/detection/host/host_mac.c.o
In file included from /tmp/SBo/repo.avy0gv/build_fastfetch/fastfetch-2.66.1/src/detection/cpuusage/cpuusage.c:3:
/tmp/SBo/repo.avy0gv/build_fastfetch/fastfetch-2.66.1/src/common/time.h: In function ‘ffTimeSleep’:
/tmp/SBo/repo.avy0gv/build_fastfetch/fastfetch-2.66.1/src/common/time.h:61:43: warning: conversion to ‘long int’ from ‘uint32_t’ {aka ‘unsigned int’} may change the sign of the result [-Wsign-conversion]
   61 |     return nanosleep(&(struct timespec) { msec / 1000, (long) (msec % 1000) * 1000000 }, NULL) == 0;
      |                                           ^~~~
[ 20%] Building C object CMakeFiles/libfastfetch.dir/src/detection/media/media.c.o
[ 20%] Building C object CMakeFiles/libfastfetch.dir/src/detection/netio/netio.c.o
[ 20%] Building C object CMakeFiles/libfastfetch.dir/src/detection/opencl/opencl.c.o
[ 21%] Building C object CMakeFiles/libfastfetch.dir/src/detection/opengl/opengl_shared.c.o
[ 21%] Building C object CMakeFiles/libfastfetch.dir/src/detection/os/os.c.o
[ 22%] Building C object CMakeFiles/libfastfetch.dir/src/detection/packages/packages.c.o
In file included from /tmp/SBo/repo.avy0gv/build_fastfetch/fastfetch-2.66.1/src/detection/diskio/diskio.c:3:
/tmp/SBo/repo.avy0gv/build_fastfetch/fastfetch-2.66.1/src/common/time.h: In function ‘ffTimeSleep’:
/tmp/SBo/repo.avy0gv/build_fastfetch/fastfetch-2.66.1/src/common/time.h:61:43: warning: conversion to ‘long int’ from ‘uint32_t’ {aka ‘unsigned int’} may change the sign of the result [-Wsign-conversion]
   61 |     return nanosleep(&(struct timespec) { msec / 1000, (long) (msec % 1000) * 1000000 }, NULL) == 0;
      |                                           ^~~~
In file included from /tmp/SBo/repo.avy0gv/build_fastfetch/fastfetch-2.66.1/src/common/debug.h:4,
                 from /tmp/SBo/repo.avy0gv/build_fastfetch/fastfetch-2.66.1/src/detection/gpu/gpu.c:2:
/tmp/SBo/repo.avy0gv/build_fastfetch/fastfetch-2.66.1/src/common/time.h: In function ‘ffTimeSleep’:
/tmp/SBo/repo.avy0gv/build_fastfetch/fastfetch-2.66.1/src/common/time.h:61:43: warning: conversion to ‘long int’ from ‘uint32_t’ {aka ‘unsigned int’} may change the sign of the result [-Wsign-conversion]
   61 |     return nanosleep(&(struct timespec) { msec / 1000, (long) (msec % 1000) * 1000000 }, NULL) == 0;
      |                                           ^~~~
[ 22%] Building C object CMakeFiles/libfastfetch.dir/src/detection/physicalmemory/physicalmemory.c.o
[ 23%] Building C object CMakeFiles/libfastfetch.dir/src/detection/publicip/publicip.c.o
[ 23%] Building C object CMakeFiles/libfastfetch.dir/src/detection/terminaltheme/terminaltheme.c.o
[ 23%] Building C object CMakeFiles/libfastfetch.dir/src/detection/terminalfont/terminalfont.c.o
[ 24%] Building C object CMakeFiles/libfastfetch.dir/src/detection/terminalshell/terminalshell.c.o
In file included from /tmp/SBo/repo.avy0gv/build_fastfetch/fastfetch-2.66.1/src/detection/netio/netio.c:3:
/tmp/SBo/repo.avy0gv/build_fastfetch/fastfetch-2.66.1/src/common/time.h: In function ‘ffTimeSleep’:
/tmp/SBo/repo.avy0gv/build_fastfetch/fastfetch-2.66.1/src/common/time.h:61:43: warning: conversion to ‘long int’ from ‘uint32_t’ {aka ‘unsigned int’} may change the sign of the result [-Wsign-conversion]
   61 |     return nanosleep(&(struct timespec) { msec / 1000, (long) (msec % 1000) * 1000000 }, NULL) == 0;
      |                                           ^~~~
In file included from /tmp/SBo/repo.avy0gv/build_fastfetch/fastfetch-2.66.1/src/common/debug.h:4,
                 from /tmp/SBo/repo.avy0gv/build_fastfetch/fastfetch-2.66.1/src/detection/opengl/opengl_shared.c:2:
/tmp/SBo/repo.avy0gv/build_fastfetch/fastfetch-2.66.1/src/common/time.h: In function ‘ffTimeSleep’:
/tmp/SBo/repo.avy0gv/build_fastfetch/fastfetch-2.66.1/src/common/time.h:61:43: warning: conversion to ‘long int’ from ‘uint32_t’ {aka ‘unsigned int’} may change the sign of the result [-Wsign-conversion]
   61 |     return nanosleep(&(struct timespec) { msec / 1000, (long) (msec % 1000) * 1000000 }, NULL) == 0;
      |                                           ^~~~
[ 24%] Building C object CMakeFiles/libfastfetch.dir/src/detection/version/version.c.o
[ 25%] Building C object CMakeFiles/libfastfetch.dir/src/detection/vulkan/vulkan.c.o
[ 25%] Building C object CMakeFiles/libfastfetch.dir/src/detection/weather/weather.c.o
[ 26%] Building C object CMakeFiles/libfastfetch.dir/src/detection/zpool/zpool.c.o
[ 26%] Building C object CMakeFiles/libfastfetch.dir/src/logo/builtin.c.o
In file included from /tmp/SBo/repo.avy0gv/build_fastfetch/fastfetch-2.66.1/src/detection/packages/packages.c:3:
/tmp/SBo/repo.avy0gv/build_fastfetch/fastfetch-2.66.1/src/common/time.h: In function ‘ffTimeSleep’:
/tmp/SBo/repo.avy0gv/build_fastfetch/fastfetch-2.66.1/src/common/time.h:61:43: warning: conversion to ‘long int’ from ‘uint32_t’ {aka ‘unsigned int’} may change the sign of the result [-Wsign-conversion]
   61 |     return nanosleep(&(struct timespec) { msec / 1000, (long) (msec % 1000) * 1000000 }, NULL) == 0;
      |                                           ^~~~
[ 26%] Building C object CMakeFiles/libfastfetch.dir/src/logo/image/im6.c.o
[ 27%] Building C object CMakeFiles/libfastfetch.dir/src/logo/image/im7.c.o
In file included from /tmp/SBo/repo.avy0gv/build_fastfetch/fastfetch-2.66.1/src/common/debug.h:4,
                 from /tmp/SBo/repo.avy0gv/build_fastfetch/fastfetch-2.66.1/src/detection/terminalfont/terminalfont.c:5:
/tmp/SBo/repo.avy0gv/build_fastfetch/fastfetch-2.66.1/src/common/time.h: In function ‘ffTimeSleep’:
/tmp/SBo/repo.avy0gv/build_fastfetch/fastfetch-2.66.1/src/common/time.h:61:43: warning: conversion to ‘long int’ from ‘uint32_t’ {aka ‘unsigned int’} may change the sign of the result [-Wsign-conversion]
   61 |     return nanosleep(&(struct timespec) { msec / 1000, (long) (msec % 1000) * 1000000 }, NULL) == 0;
      |                                           ^~~~
[ 27%] Building C object CMakeFiles/libfastfetch.dir/src/logo/image/image.c.o
[ 28%] Building C object CMakeFiles/libfastfetch.dir/src/logo/logo.c.o
[ 28%] Building C object CMakeFiles/libfastfetch.dir/src/modules/battery/battery.c.o
[ 29%] Building C object CMakeFiles/libfastfetch.dir/src/modules/bios/bios.c.o
[ 29%] Building C object CMakeFiles/libfastfetch.dir/src/modules/bluetooth/bluetooth.c.o
In file included from /tmp/SBo/repo.avy0gv/build_fastfetch/fastfetch-2.66.1/src/common/debug.h:4,
                 from /tmp/SBo/repo.avy0gv/build_fastfetch/fastfetch-2.66.1/src/detection/vulkan/vulkan.c:2:
/tmp/SBo/repo.avy0gv/build_fastfetch/fastfetch-2.66.1/src/common/time.h: In function ‘ffTimeSleep’:
/tmp/SBo/repo.avy0gv/build_fastfetch/fastfetch-2.66.1/src/common/time.h:61:43: warning: conversion to ‘long int’ from ‘uint32_t’ {aka ‘unsigned int’} may change the sign of the result [-Wsign-conversion]
   61 |     return nanosleep(&(struct timespec) { msec / 1000, (long) (msec % 1000) * 1000000 }, NULL) == 0;
      |                                           ^~~~
[ 29%] Building C object CMakeFiles/libfastfetch.dir/src/modules/bluetoothradio/bluetoothradio.c.o
[ 30%] Building C object CMakeFiles/libfastfetch.dir/src/modules/board/board.c.o
[ 30%] Building C object CMakeFiles/libfastfetch.dir/src/modules/bootmgr/bootmgr.c.o
[ 31%] Building C object CMakeFiles/libfastfetch.dir/src/modules/brightness/brightness.c.o
[ 31%] Building C object CMakeFiles/libfastfetch.dir/src/modules/break/break.c.o
[ 32%] Building C object CMakeFiles/libfastfetch.dir/src/modules/btrfs/btrfs.c.o
[ 32%] Building C object CMakeFiles/libfastfetch.dir/src/modules/camera/camera.c.o
In file included from /usr/include/ImageMagick-7/MagickCore/image.h:141,
                 from /usr/include/ImageMagick-7/MagickCore/draw.h:22,
                 from /usr/include/ImageMagick-7/MagickCore/annotate.h:21,
                 from /usr/include/ImageMagick-7/MagickCore/MagickCore.h:80,
                 from /tmp/SBo/repo.avy0gv/build_fastfetch/fastfetch-2.66.1/src/logo/image/im7.c:6:
/usr/include/ImageMagick-7/MagickCore/monitor.h: In function ‘QuantumTick’:
/usr/include/ImageMagick-7/MagickCore/monitor.h:44:15: warning: conversion to ‘long long unsigned int’ from ‘MagickOffsetType’ {aka ‘long long int’} may change the sign of the result [-Wsign-conversion]
   44 |   if ((offset % (span/100)) == 0)
      |               ^
In file included from /usr/include/ImageMagick-7/MagickCore/image.h:141,
                 from /usr/include/ImageMagick-7/MagickCore/draw.h:22,
                 from /usr/include/ImageMagick-7/MagickCore/annotate.h:21,
                 from /usr/include/ImageMagick-7/MagickCore/MagickCore.h:80,
                 from /tmp/SBo/repo.avy0gv/build_fastfetch/fastfetch-2.66.1/src/logo/image/image.c:397:
/usr/include/ImageMagick-7/MagickCore/monitor.h: In function ‘QuantumTick’:
/usr/include/ImageMagick-7/MagickCore/monitor.h:44:15: warning: conversion to ‘long long unsigned int’ from ‘MagickOffsetType’ {aka ‘long long int’} may change the sign of the result [-Wsign-conversion]
   44 |   if ((offset % (span/100)) == 0)
      |               ^
In file included from /usr/include/ImageMagick-7/MagickCore/MagickCore.h:135,
                 from /tmp/SBo/repo.avy0gv/build_fastfetch/fastfetch-2.66.1/src/logo/image/im7.c:6:
/usr/include/ImageMagick-7/MagickCore/pixel-accessor.h: In function ‘IsPixelAtDepth’:
/usr/include/ImageMagick-7/MagickCore/pixel-accessor.h:479:56: warning: conversion from ‘QuantumAny’ {aka ‘long long unsigned int’} to ‘double’ may change value [-Wconversion]
  479 |     (((MagickRealType) range*pixel)/QuantumRange+0.5)))/range);
      |                                                        ^
In file included from /usr/include/ImageMagick-7/MagickCore/MagickCore.h:135,
                 from /tmp/SBo/repo.avy0gv/build_fastfetch/fastfetch-2.66.1/src/logo/image/image.c:397:
/usr/include/ImageMagick-7/MagickCore/pixel-accessor.h: In function ‘IsPixelAtDepth’:
/usr/include/ImageMagick-7/MagickCore/pixel-accessor.h:479:56: warning: conversion from ‘QuantumAny’ {aka ‘long long unsigned int’} to ‘double’ may change value [-Wconversion]
  479 |     (((MagickRealType) range*pixel)/QuantumRange+0.5)))/range);
      |                                                        ^
[ 32%] Building C object CMakeFiles/libfastfetch.dir/src/modules/chassis/chassis.c.o
[ 33%] Building C object CMakeFiles/libfastfetch.dir/src/modules/codec/codec.c.o
[ 33%] Building C object CMakeFiles/libfastfetch.dir/src/modules/colors/colors.c.o
[ 34%] Building C object CMakeFiles/libfastfetch.dir/src/modules/cpu/cpu.c.o
[ 34%] Building C object CMakeFiles/libfastfetch.dir/src/modules/cpucache/cpucache.c.o
[ 35%] Building C object CMakeFiles/libfastfetch.dir/src/modules/cpuusage/cpuusage.c.o
[ 35%] Building C object CMakeFiles/libfastfetch.dir/src/modules/cursor/cursor.c.o
[ 35%] Building C object CMakeFiles/libfastfetch.dir/src/modules/custom/custom.c.o
[ 36%] Building C object CMakeFiles/libfastfetch.dir/src/modules/command/command.c.o
[ 36%] Building C object CMakeFiles/libfastfetch.dir/src/modules/datetime/datetime.c.o
In file included from /tmp/SBo/repo.avy0gv/build_fastfetch/fastfetch-2.66.1/src/modules/datetime/datetime.c:1:
/tmp/SBo/repo.avy0gv/build_fastfetch/fastfetch-2.66.1/src/common/time.h: In function ‘ffTimeSleep’:
/tmp/SBo/repo.avy0gv/build_fastfetch/fastfetch-2.66.1/src/common/time.h:61:43: warning: conversion to ‘long int’ from ‘uint32_t’ {aka ‘unsigned int’} may change the sign of the result [-Wsign-conversion]
   61 |     return nanosleep(&(struct timespec) { msec / 1000, (long) (msec % 1000) * 1000000 }, NULL) == 0;
      |                                           ^~~~
[ 37%] Building C object CMakeFiles/libfastfetch.dir/src/modules/de/de.c.o
[ 37%] Building C object CMakeFiles/libfastfetch.dir/src/modules/disk/disk.c.o
[ 38%] Building C object CMakeFiles/libfastfetch.dir/src/modules/diskio/diskio.c.o
[ 38%] Building C object CMakeFiles/libfastfetch.dir/src/modules/dns/dns.c.o
[ 38%] Building C object CMakeFiles/libfastfetch.dir/src/modules/editor/editor.c.o
[ 39%] Building C object CMakeFiles/libfastfetch.dir/src/modules/font/font.c.o
[ 39%] Building C object CMakeFiles/libfastfetch.dir/src/modules/gpu/gpu.c.o
[ 40%] Building C object CMakeFiles/libfastfetch.dir/src/modules/host/host.c.o
[ 40%] Building C object CMakeFiles/libfastfetch.dir/src/modules/icons/icons.c.o
[ 41%] Building C object CMakeFiles/libfastfetch.dir/src/modules/initsystem/initsystem.c.o
[ 41%] Building C object CMakeFiles/libfastfetch.dir/src/modules/gamepad/gamepad.c.o
In file included from /tmp/SBo/repo.avy0gv/build_fastfetch/fastfetch-2.66.1/src/modules/disk/disk.c:5:
/tmp/SBo/repo.avy0gv/build_fastfetch/fastfetch-2.66.1/src/common/time.h: In function ‘ffTimeSleep’:
/tmp/SBo/repo.avy0gv/build_fastfetch/fastfetch-2.66.1/src/common/time.h:61:43: warning: conversion to ‘long int’ from ‘uint32_t’ {aka ‘unsigned int’} may change the sign of the result [-Wsign-conversion]
   61 |     return nanosleep(&(struct timespec) { msec / 1000, (long) (msec % 1000) * 1000000 }, NULL) == 0;
      |                                           ^~~~
[ 41%] Building C object CMakeFiles/libfastfetch.dir/src/modules/kernel/kernel.c.o
[ 42%] Building C object CMakeFiles/libfastfetch.dir/src/modules/keyboard/keyboard.c.o
[ 42%] Building C object CMakeFiles/libfastfetch.dir/src/modules/lm/lm.c.o
[ 43%] Building C object CMakeFiles/libfastfetch.dir/src/modules/loadavg/loadavg.c.o
[ 43%] Building C object CMakeFiles/libfastfetch.dir/src/modules/locale/locale.c.o
[ 44%] Building C object CMakeFiles/libfastfetch.dir/src/modules/localip/localip.c.o
[ 44%] Building C object CMakeFiles/libfastfetch.dir/src/modules/logo/logo.c.o
[ 44%] Building C object CMakeFiles/libfastfetch.dir/src/modules/memory/memory.c.o
[ 45%] Building C object CMakeFiles/libfastfetch.dir/src/modules/monitor/monitor.c.o
[ 45%] Building C object CMakeFiles/libfastfetch.dir/src/modules/netio/netio.c.o
[ 46%] Building C object CMakeFiles/libfastfetch.dir/src/modules/opencl/opencl.c.o
[ 46%] Building C object CMakeFiles/libfastfetch.dir/src/modules/opengl/opengl.c.o
[ 47%] Building C object CMakeFiles/libfastfetch.dir/src/modules/os/os.c.o
[ 47%] Building C object CMakeFiles/libfastfetch.dir/src/modules/packages/packages.c.o
[ 47%] Building C object CMakeFiles/libfastfetch.dir/src/modules/physicaldisk/physicaldisk.c.o
[ 48%] Building C object CMakeFiles/libfastfetch.dir/src/modules/physicalmemory/physicalmemory.c.o
[ 48%] Building C object CMakeFiles/libfastfetch.dir/src/modules/processes/processes.c.o
[ 49%] Building C object CMakeFiles/libfastfetch.dir/src/modules/poweradapter/poweradapter.c.o
[ 49%] Building C object CMakeFiles/libfastfetch.dir/src/modules/player/player.c.o
[ 50%] Building C object CMakeFiles/libfastfetch.dir/src/modules/publicip/publicip.c.o
[ 50%] Building C object CMakeFiles/libfastfetch.dir/src/modules/display/display.c.o
[ 50%] Building C object CMakeFiles/libfastfetch.dir/src/modules/separator/separator.c.o
[ 51%] Building C object CMakeFiles/libfastfetch.dir/src/modules/shell/shell.c.o
[ 51%] Building C object CMakeFiles/libfastfetch.dir/src/modules/sound/sound.c.o
[ 52%] Building C object CMakeFiles/libfastfetch.dir/src/modules/swap/swap.c.o
[ 52%] Building C object CMakeFiles/libfastfetch.dir/src/modules/media/media.c.o
[ 53%] Building C object CMakeFiles/libfastfetch.dir/src/modules/mouse/mouse.c.o
[ 53%] Building C object CMakeFiles/libfastfetch.dir/src/modules/terminal/terminal.c.o
[ 53%] Building C object CMakeFiles/libfastfetch.dir/src/modules/terminaltheme/terminaltheme.c.o
[ 54%] Building C object CMakeFiles/libfastfetch.dir/src/modules/terminalfont/terminalfont.c.o
[ 54%] Building C object CMakeFiles/libfastfetch.dir/src/modules/terminalsize/terminalsize.c.o
[ 54%] Building C object CMakeFiles/libfastfetch.dir/src/modules/title/title.c.o
[ 55%] Building C object CMakeFiles/libfastfetch.dir/src/modules/theme/theme.c.o
[ 56%] Building C object CMakeFiles/libfastfetch.dir/src/modules/tpm/tpm.c.o
[ 56%] Building C object CMakeFiles/libfastfetch.dir/src/modules/uptime/uptime.c.o
[ 56%] Building C object CMakeFiles/libfastfetch.dir/src/modules/users/users.c.o
[ 57%] Building C object CMakeFiles/libfastfetch.dir/src/modules/version/version.c.o
[ 57%] Building C object CMakeFiles/libfastfetch.dir/src/modules/vulkan/vulkan.c.o
[ 58%] Building C object CMakeFiles/libfastfetch.dir/src/modules/wallpaper/wallpaper.c.o
[ 58%] Building C object CMakeFiles/libfastfetch.dir/src/modules/weather/weather.c.o
[ 59%] Building C object CMakeFiles/libfastfetch.dir/src/modules/wifi/wifi.c.o
[ 59%] Building C object CMakeFiles/libfastfetch.dir/src/modules/wm/wm.c.o
[ 59%] Building C object CMakeFiles/libfastfetch.dir/src/modules/wmtheme/wmtheme.c.o
In file included from /tmp/SBo/repo.avy0gv/build_fastfetch/fastfetch-2.66.1/src/modules/uptime/uptime.c:4:
/tmp/SBo/repo.avy0gv/build_fastfetch/fastfetch-2.66.1/src/common/time.h: In function ‘ffTimeSleep’:
/tmp/SBo/repo.avy0gv/build_fastfetch/fastfetch-2.66.1/src/common/time.h:61:43: warning: conversion to ‘long int’ from ‘uint32_t’ {aka ‘unsigned int’} may change the sign of the result [-Wsign-conversion]
   61 |     return nanosleep(&(struct timespec) { msec / 1000, (long) (msec % 1000) * 1000000 }, NULL) == 0;
      |                                           ^~~~
[ 60%] Building C object CMakeFiles/libfastfetch.dir/src/modules/zpool/zpool.c.o
In file included from /tmp/SBo/repo.avy0gv/build_fastfetch/fastfetch-2.66.1/src/modules/users/users.c:3:
/tmp/SBo/repo.avy0gv/build_fastfetch/fastfetch-2.66.1/src/common/time.h: In function ‘ffTimeSleep’:
/tmp/SBo/repo.avy0gv/build_fastfetch/fastfetch-2.66.1/src/common/time.h:61:43: warning: conversion to ‘long int’ from ‘uint32_t’ {aka ‘unsigned int’} may change the sign of the result [-Wsign-conversion]
   61 |     return nanosleep(&(struct timespec) { msec / 1000, (long) (msec % 1000) * 1000000 }, NULL) == 0;
      |                                           ^~~~
[ 60%] Building C object CMakeFiles/libfastfetch.dir/src/modules/modules.c.o
[ 61%] Building C object CMakeFiles/libfastfetch.dir/src/options/display.c.o
[ 61%] Building C object CMakeFiles/libfastfetch.dir/src/options/logo.c.o
[ 62%] Building C object CMakeFiles/libfastfetch.dir/src/options/general.c.o
[ 62%] Building C object CMakeFiles/libfastfetch.dir/src/common/impl/dbus.c.o
[ 62%] Building C object CMakeFiles/libfastfetch.dir/src/common/impl/io_unix.c.o
[ 63%] Building C object CMakeFiles/libfastfetch.dir/src/common/impl/netif_linux.c.o
[ 63%] Building C object CMakeFiles/libfastfetch.dir/src/common/impl/networking_linux.c.o
[ 64%] Building C object CMakeFiles/libfastfetch.dir/src/common/impl/processing_linux.c.o
[ 64%] Building C object CMakeFiles/libfastfetch.dir/src/common/impl/FFPlatform_unix.c.o
[ 65%] Building C object CMakeFiles/libfastfetch.dir/src/common/impl/binary_linux.c.o
[ 65%] Building C object CMakeFiles/libfastfetch.dir/src/common/impl/kmod_linux.c.o
[ 65%] Building C object CMakeFiles/libfastfetch.dir/src/detection/battery/battery_linux.c.o
In file included from /tmp/SBo/repo.avy0gv/build_fastfetch/fastfetch-2.66.1/src/common/impl/io_unix.c:4:
/tmp/SBo/repo.avy0gv/build_fastfetch/fastfetch-2.66.1/src/common/time.h: In function ‘ffTimeSleep’:
/tmp/SBo/repo.avy0gv/build_fastfetch/fastfetch-2.66.1/src/common/time.h:61:43: warning: conversion to ‘long int’ from ‘uint32_t’ {aka ‘unsigned int’} may change the sign of the result [-Wsign-conversion]
   61 |     return nanosleep(&(struct timespec) { msec / 1000, (long) (msec % 1000) * 1000000 }, NULL) == 0;
      |                                           ^~~~
In file included from /tmp/SBo/repo.avy0gv/build_fastfetch/fastfetch-2.66.1/src/common/impl/networking_linux.c:3:
/tmp/SBo/repo.avy0gv/build_fastfetch/fastfetch-2.66.1/src/common/time.h: In function ‘ffTimeSleep’:
/tmp/SBo/repo.avy0gv/build_fastfetch/fastfetch-2.66.1/src/common/time.h:61:43: warning: conversion to ‘long int’ from ‘uint32_t’ {aka ‘unsigned int’} may change the sign of the result [-Wsign-conversion]
   61 |     return nanosleep(&(struct timespec) { msec / 1000, (long) (msec % 1000) * 1000000 }, NULL) == 0;
      |                                           ^~~~
In file included from /tmp/SBo/repo.avy0gv/build_fastfetch/fastfetch-2.66.1/src/common/debug.h:4,
                 from /tmp/SBo/repo.avy0gv/build_fastfetch/fastfetch-2.66.1/src/common/impl/netif_linux.c:4:
/tmp/SBo/repo.avy0gv/build_fastfetch/fastfetch-2.66.1/src/common/time.h: In function ‘ffTimeSleep’:
/tmp/SBo/repo.avy0gv/build_fastfetch/fastfetch-2.66.1/src/common/time.h:61:43: warning: conversion to ‘long int’ from ‘uint32_t’ {aka ‘unsigned int’} may change the sign of the result [-Wsign-conversion]
   61 |     return nanosleep(&(struct timespec) { msec / 1000, (long) (msec % 1000) * 1000000 }, NULL) == 0;
      |                                           ^~~~
/tmp/SBo/repo.avy0gv/build_fastfetch/fastfetch-2.66.1/src/common/impl/networking_linux.c: In function ‘ffNetworkingRecvHttpResponse’:
/tmp/SBo/repo.avy0gv/build_fastfetch/fastfetch-2.66.1/src/common/impl/networking_linux.c:408:24: warning: conversion to ‘__time_t’ {aka ‘long int’} from ‘uint32_t’ {aka ‘unsigned int’} may change the sign of the result [-Wsign-conversion]
  408 |         timev.tv_sec = timeout / 1000;
      |                        ^~~~~~~
/tmp/SBo/repo.avy0gv/build_fastfetch/fastfetch-2.66.1/src/common/impl/netif_linux.c: In function ‘ffNetifGetDefaultRouteImplV4’:
/tmp/SBo/repo.avy0gv/build_fastfetch/fastfetch-2.66.1/src/common/impl/netif_linux.c:128:19: warning: conversion to ‘__u32’ {aka ‘unsigned int’} from ‘ssize_t’ {aka ‘int’} may change the sign of the result [-Wsign-conversion]
  128 |             nlh = NLMSG_NEXT(nlh, received)) {
      |                   ^~~~~~~~~~
/tmp/SBo/repo.avy0gv/build_fastfetch/fastfetch-2.66.1/src/common/impl/netif_linux.c:128:19: warning: conversion to ‘ssize_t’ {aka ‘int’} from ‘__u32’ {aka ‘unsigned int’} may change the sign of the result [-Wsign-conversion]
[ 66%] Building C object CMakeFiles/libfastfetch.dir/src/detection/bios/bios_linux.c.o
/tmp/SBo/repo.avy0gv/build_fastfetch/fastfetch-2.66.1/src/common/impl/netif_linux.c: In function ‘ffNetifGetDefaultRouteImplV6’:
/tmp/SBo/repo.avy0gv/build_fastfetch/fastfetch-2.66.1/src/common/impl/netif_linux.c:337:19: warning: conversion to ‘__u32’ {aka ‘unsigned int’} from ‘ssize_t’ {aka ‘int’} may change the sign of the result [-Wsign-conversion]
  337 |             nlh = NLMSG_NEXT(nlh, received)) {
      |                   ^~~~~~~~~~
/tmp/SBo/repo.avy0gv/build_fastfetch/fastfetch-2.66.1/src/common/impl/netif_linux.c:337:19: warning: conversion to ‘ssize_t’ {aka ‘int’} from ‘__u32’ {aka ‘unsigned int’} may change the sign of the result [-Wsign-conversion]
[ 66%] Building C object CMakeFiles/libfastfetch.dir/src/detection/board/board_linux.c.o
[ 67%] Building C object CMakeFiles/libfastfetch.dir/src/detection/bootmgr/bootmgr_linux.c.o
[ 68%] Building C object CMakeFiles/libfastfetch.dir/src/detection/btrfs/btrfs_linux.c.o
[ 68%] Building C object CMakeFiles/libfastfetch.dir/src/detection/chassis/chassis_linux.c.o
[ 68%] Building C object CMakeFiles/libfastfetch.dir/src/detection/brightness/brightness_linux.c.o
[ 68%] Building C object CMakeFiles/libfastfetch.dir/src/detection/codec/codec_linux.c.o
[ 69%] Building C object CMakeFiles/libfastfetch.dir/src/detection/cpu/cpu_linux.c.o
[ 69%] Building C object CMakeFiles/libfastfetch.dir/src/detection/cpucache/cpucache_linux.c.o
[ 70%] Building C object CMakeFiles/libfastfetch.dir/src/detection/cpuusage/cpuusage_linux.c.o
In file included from /tmp/SBo/repo.avy0gv/build_fastfetch/fastfetch-2.66.1/src/common/debug.h:4,
                 from /tmp/SBo/repo.avy0gv/build_fastfetch/fastfetch-2.66.1/src/detection/battery/battery_linux.c:4:
/tmp/SBo/repo.avy0gv/build_fastfetch/fastfetch-2.66.1/src/common/time.h: In function ‘ffTimeSleep’:
/tmp/SBo/repo.avy0gv/build_fastfetch/fastfetch-2.66.1/src/common/time.h:61:43: warning: conversion to ‘long int’ from ‘uint32_t’ {aka ‘unsigned int’} may change the sign of the result [-Wsign-conversion]
   61 |     return nanosleep(&(struct timespec) { msec / 1000, (long) (msec % 1000) * 1000000 }, NULL) == 0;
      |                                           ^~~~
[ 70%] Building C object CMakeFiles/libfastfetch.dir/src/detection/cursor/cursor_linux.c.o
[ 71%] Building C object CMakeFiles/libfastfetch.dir/src/detection/bluetooth/bluetooth_linux.c.o
[ 71%] Building C object CMakeFiles/libfastfetch.dir/src/detection/bluetoothradio/bluetoothradio_linux.c.o
[ 71%] Building C object CMakeFiles/libfastfetch.dir/src/detection/disk/disk_linux.c.o
[ 72%] Building C object CMakeFiles/libfastfetch.dir/src/detection/dns/dns_linux.c.o
[ 72%] Building C object CMakeFiles/libfastfetch.dir/src/detection/physicaldisk/physicaldisk_linux.c.o
[ 73%] Building C object CMakeFiles/libfastfetch.dir/src/detection/physicalmemory/physicalmemory_linux.c.o
[ 73%] Building C object CMakeFiles/libfastfetch.dir/src/detection/diskio/diskio_linux.c.o
/tmp/SBo/repo.avy0gv/build_fastfetch/fastfetch-2.66.1/src/detection/codec/codec_linux.c: In function ‘vaProfileToType’:
/tmp/SBo/repo.avy0gv/build_fastfetch/fastfetch-2.66.1/src/detection/codec/codec_linux.c:53:9: warning: case value ‘36’ not in enumerated type ‘VAProfile’ [-Wswitch]
   53 |         case 36: // VAProfileH264High10
      |         ^~~~
/tmp/SBo/repo.avy0gv/build_fastfetch/fastfetch-2.66.1/src/detection/codec/codec_linux.c:90:9: warning: case value ‘37’ not in enumerated type ‘VAProfile’ [-Wswitch]
   90 |         case 37: // VAProfileVVCMain10
      |         ^~~~
/tmp/SBo/repo.avy0gv/build_fastfetch/fastfetch-2.66.1/src/detection/codec/codec_linux.c:91:9: warning: case value ‘38’ not in enumerated type ‘VAProfile’ [-Wswitch]
   91 |         case 38: // VAProfileVVCMultilayerMain10
      |         ^~~~
/tmp/SBo/repo.avy0gv/build_fastfetch/fastfetch-2.66.1/src/detection/codec/codec_linux.c:87:9: warning: case value ‘39’ not in enumerated type ‘VAProfile’ [-Wswitch]
   87 |         case 39: // VAProfileAV1Profile2
      |         ^~~~
/tmp/SBo/repo.avy0gv/build_fastfetch/fastfetch-2.66.1/src/detection/codec/codec_linux.c:54:9: warning: case value ‘40’ not in enumerated type ‘VAProfile’ [-Wswitch]
   54 |         case 40: // VAProfileH264High422
      |         ^~~~
[ 74%] Building C object CMakeFiles/libfastfetch.dir/src/detection/displayserver/linux/displayserver_linux.c.o
[ 74%] Building C object CMakeFiles/libfastfetch.dir/src/detection/displayserver/linux/common.c.o
[ 74%] Building C object CMakeFiles/libfastfetch.dir/src/detection/displayserver/linux/drm.c.o
[ 75%] Building C object CMakeFiles/libfastfetch.dir/src/detection/displayserver/linux/wayland/wayland.c.o
[ 75%] Building C object CMakeFiles/libfastfetch.dir/src/detection/displayserver/linux/wayland/global-output.c.o
In file included from /tmp/SBo/repo.avy0gv/build_fastfetch/fastfetch-2.66.1/src/common/debug.h:4,
                 from /tmp/SBo/repo.avy0gv/build_fastfetch/fastfetch-2.66.1/src/detection/dns/dns_linux.c:6:
/tmp/SBo/repo.avy0gv/build_fastfetch/fastfetch-2.66.1/src/common/time.h: In function ‘ffTimeSleep’:
/tmp/SBo/repo.avy0gv/build_fastfetch/fastfetch-2.66.1/src/common/time.h:61:43: warning: conversion to ‘long int’ from ‘uint32_t’ {aka ‘unsigned int’} may change the sign of the result [-Wsign-conversion]
   61 |     return nanosleep(&(struct timespec) { msec / 1000, (long) (msec % 1000) * 1000000 }, NULL) == 0;
      |                                           ^~~~
[ 76%] Building C object CMakeFiles/libfastfetch.dir/src/detection/displayserver/linux/wayland/wl-output-protocol.c.o
[ 77%] Building C object CMakeFiles/libfastfetch.dir/src/detection/displayserver/linux/wayland/kde-output.c.o
[ 77%] Building C object CMakeFiles/libfastfetch.dir/src/detection/displayserver/linux/wayland/wp-color-management-v1-protocol.c.o
[ 77%] Building C object CMakeFiles/libfastfetch.dir/src/detection/displayserver/linux/wayland/kde-output-device-v2-protocol.c.o
[ 77%] Building C object CMakeFiles/libfastfetch.dir/src/detection/displayserver/linux/wayland/xdg-output-unstable-v1-protocol.c.o
[ 78%] Building C object CMakeFiles/libfastfetch.dir/src/detection/displayserver/linux/wmde.c.o
[ 78%] Building C object CMakeFiles/libfastfetch.dir/src/detection/displayserver/linux/xcb.c.o
[ 79%] Building C object CMakeFiles/libfastfetch.dir/src/detection/displayserver/linux/xlib.c.o
[ 79%] Building C object CMakeFiles/libfastfetch.dir/src/detection/font/font_linux.c.o
[ 80%] Building C object CMakeFiles/libfastfetch.dir/src/detection/gpu/gpu_linux.c.o
[ 80%] Building C object CMakeFiles/libfastfetch.dir/src/detection/gpu/gpu_drm.c.o
[ 80%] Building C object CMakeFiles/libfastfetch.dir/src/detection/gpu/gpu_pci.c.o
[ 81%] Building C object CMakeFiles/libfastfetch.dir/src/detection/gpu/gpu_windows.c.o
[ 81%] Building C object CMakeFiles/libfastfetch.dir/src/detection/gtk_qt/gtk.c.o
[ 82%] Building C object CMakeFiles/libfastfetch.dir/src/detection/host/host_linux.c.o
[ 82%] Building C object CMakeFiles/libfastfetch.dir/src/detection/icons/icons_linux.c.o
[ 83%] Building C object CMakeFiles/libfastfetch.dir/src/detection/initsystem/initsystem_linux.c.o
[ 83%] Building C object CMakeFiles/libfastfetch.dir/src/detection/keyboard/keyboard_linux.c.o
[ 83%] Building C object CMakeFiles/libfastfetch.dir/src/detection/libc/libc_linux.c.o
In file included from /tmp/SBo/repo.avy0gv/build_fastfetch/fastfetch-2.66.1/src/common/debug.h:4,
                 from /tmp/SBo/repo.avy0gv/build_fastfetch/fastfetch-2.66.1/src/detection/gpu/gpu_windows.c:6:
/tmp/SBo/repo.avy0gv/build_fastfetch/fastfetch-2.66.1/src/common/time.h: In function ‘ffTimeSleep’:
/tmp/SBo/repo.avy0gv/build_fastfetch/fastfetch-2.66.1/src/common/time.h:61:43: warning: conversion to ‘long int’ from ‘uint32_t’ {aka ‘unsigned int’} may change the sign of the result [-Wsign-conversion]
   61 |     return nanosleep(&(struct timespec) { msec / 1000, (long) (msec % 1000) * 1000000 }, NULL) == 0;
      |                                           ^~~~
[ 84%] Building C object CMakeFiles/libfastfetch.dir/src/detection/lm/lm_linux.c.o
[ 84%] Building C object CMakeFiles/libfastfetch.dir/src/detection/loadavg/loadavg_linux.c.o
[ 85%] Building C object CMakeFiles/libfastfetch.dir/src/detection/locale/locale_linux.c.o
[ 85%] Building C object CMakeFiles/libfastfetch.dir/src/detection/localip/localip_linux.c.o
[ 86%] Building C object CMakeFiles/libfastfetch.dir/src/detection/gamepad/gamepad_linux.c.o
[ 86%] Building C object CMakeFiles/libfastfetch.dir/src/detection/media/media_linux.c.o
[ 86%] Building C object CMakeFiles/libfastfetch.dir/src/detection/memory/memory_linux.c.o
[ 87%] Building C object CMakeFiles/libfastfetch.dir/src/detection/mouse/mouse_linux.c.o
[ 87%] Building C object CMakeFiles/libfastfetch.dir/src/detection/netio/netio_linux.c.o
[ 88%] Building C object CMakeFiles/libfastfetch.dir/src/detection/opengl/opengl_linux.c.o
[ 88%] Building C object CMakeFiles/libfastfetch.dir/src/detection/os/os_linux.c.o
[ 89%] Building C object CMakeFiles/libfastfetch.dir/src/detection/packages/packages_linux.c.o
[ 89%] Building C object CMakeFiles/libfastfetch.dir/src/detection/packages/packages_nix.c.o
[ 89%] Building C object CMakeFiles/libfastfetch.dir/src/detection/poweradapter/poweradapter_linux.c.o
In file included from /tmp/SBo/repo.avy0gv/build_fastfetch/fastfetch-2.66.1/src/common/debug.h:4,
                 from /tmp/SBo/repo.avy0gv/build_fastfetch/fastfetch-2.66.1/src/detection/localip/localip_linux.c:5:
/tmp/SBo/repo.avy0gv/build_fastfetch/fastfetch-2.66.1/src/common/time.h: In function ‘ffTimeSleep’:
/tmp/SBo/repo.avy0gv/build_fastfetch/fastfetch-2.66.1/src/common/time.h:61:43: warning: conversion to ‘long int’ from ‘uint32_t’ {aka ‘unsigned int’} may change the sign of the result [-Wsign-conversion]
   61 |     return nanosleep(&(struct timespec) { msec / 1000, (long) (msec % 1000) * 1000000 }, NULL) == 0;
      |                                           ^~~~
[ 89%] Building C object CMakeFiles/libfastfetch.dir/src/detection/gtk_qt/qt.c.o
[ 90%] Building C object CMakeFiles/libfastfetch.dir/src/detection/processes/processes_linux.c.o
[ 91%] Building C object CMakeFiles/libfastfetch.dir/src/detection/sound/sound_linux.c.o
[ 91%] Building C object CMakeFiles/libfastfetch.dir/src/detection/swap/swap_linux.c.o
[ 92%] Building C object CMakeFiles/libfastfetch.dir/src/detection/terminalfont/terminalfont_linux.c.o
[ 92%] Building C object CMakeFiles/libfastfetch.dir/src/detection/terminalshell/terminalshell_linux.c.o
[ 92%] Building C object CMakeFiles/libfastfetch.dir/src/detection/terminalsize/terminalsize_linux.c.o
[ 93%] Building C object CMakeFiles/libfastfetch.dir/src/detection/theme/theme_linux.c.o
[ 93%] Building C object CMakeFiles/libfastfetch.dir/src/detection/tpm/tpm_linux.c.o
[ 94%] Building C object CMakeFiles/libfastfetch.dir/src/detection/uptime/uptime_linux.c.o
[ 94%] Building C object CMakeFiles/libfastfetch.dir/src/detection/users/users_linux.c.o
[ 95%] Building C object CMakeFiles/libfastfetch.dir/src/detection/wallpaper/wallpaper_linux.c.o
[ 95%] Building C object CMakeFiles/libfastfetch.dir/src/detection/wifi/wifi_linux.c.o
[ 95%] Building C object CMakeFiles/libfastfetch.dir/src/detection/wm/wm_linux.c.o
[ 96%] Building C object CMakeFiles/libfastfetch.dir/src/detection/de/de_linux.c.o
[ 96%] Building C object CMakeFiles/libfastfetch.dir/src/detection/wmtheme/wmtheme_linux.c.o
[ 97%] Building C object CMakeFiles/libfastfetch.dir/src/detection/camera/camera_linux.c.o
[ 97%] Building C object CMakeFiles/libfastfetch.dir/src/detection/gpu/gpu_nvidia.c.o
[ 98%] Building C object CMakeFiles/libfastfetch.dir/src/detection/gpu/gpu_mthreads.c.o
In file included from /tmp/SBo/repo.avy0gv/build_fastfetch/fastfetch-2.66.1/src/detection/uptime/uptime_linux.c:2:
/tmp/SBo/repo.avy0gv/build_fastfetch/fastfetch-2.66.1/src/common/time.h: In function ‘ffTimeSleep’:
/tmp/SBo/repo.avy0gv/build_fastfetch/fastfetch-2.66.1/src/common/time.h:61:43: warning: conversion to ‘long int’ from ‘uint32_t’ {aka ‘unsigned int’} may change the sign of the result [-Wsign-conversion]
   61 |     return nanosleep(&(struct timespec) { msec / 1000, (long) (msec % 1000) * 1000000 }, NULL) == 0;
      |                                           ^~~~
[ 98%] Building C object CMakeFiles/libfastfetch.dir/src/common/impl/wcwidth.c.o
[ 99%] Building C object CMakeFiles/libfastfetch.dir/src/3rdparty/yyjson/yyjson.c.o
In file included from /tmp/SBo/repo.avy0gv/build_fastfetch/fastfetch-2.66.1/src/common/debug.h:4,
                 from /tmp/SBo/repo.avy0gv/build_fastfetch/fastfetch-2.66.1/src/detection/wifi/wifi_linux.c:3:
/tmp/SBo/repo.avy0gv/build_fastfetch/fastfetch-2.66.1/src/common/time.h: In function ‘ffTimeSleep’:
/tmp/SBo/repo.avy0gv/build_fastfetch/fastfetch-2.66.1/src/common/time.h:61:43: warning: conversion to ‘long int’ from ‘uint32_t’ {aka ‘unsigned int’} may change the sign of the result [-Wsign-conversion]
   61 |     return nanosleep(&(struct timespec) { msec / 1000, (long) (msec % 1000) * 1000000 }, NULL) == 0;
      |                                           ^~~~
In file included from /tmp/SBo/repo.avy0gv/build_fastfetch/fastfetch-2.66.1/src/common/debug.h:4,
                 from /tmp/SBo/repo.avy0gv/build_fastfetch/fastfetch-2.66.1/src/detection/wm/wm_linux.c:8:
/tmp/SBo/repo.avy0gv/build_fastfetch/fastfetch-2.66.1/src/common/time.h: In function ‘ffTimeSleep’:
/tmp/SBo/repo.avy0gv/build_fastfetch/fastfetch-2.66.1/src/common/time.h:61:43: warning: conversion to ‘long int’ from ‘uint32_t’ {aka ‘unsigned int’} may change the sign of the result [-Wsign-conversion]
   61 |     return nanosleep(&(struct timespec) { msec / 1000, (long) (msec % 1000) * 1000000 }, NULL) == 0;
      |                                           ^~~~
/tmp/SBo/repo.avy0gv/build_fastfetch/fastfetch-2.66.1/src/3rdparty/yyjson/yyjson.c:1191:18: warning: ‘f64_pow10_table’ defined but not used [-Wunused-const-variable=]
 1191 | static const f64 f64_pow10_table[F64_POW10_MAX_EXACT_EXP + 1] = {
      |                  ^~~~~~~~~~~~~~~
[ 99%] Built target libfastfetch
[100%] Building C object CMakeFiles/flashfetch.dir/src/flashfetch.c.o
[100%] Building C object CMakeFiles/fastfetch.dir/src/fastfetch.c.o
In file included from /tmp/SBo/repo.avy0gv/build_fastfetch/fastfetch-2.66.1/src/fastfetch.c:9:
/tmp/SBo/repo.avy0gv/build_fastfetch/fastfetch-2.66.1/src/common/time.h: In function ‘ffTimeSleep’:
/tmp/SBo/repo.avy0gv/build_fastfetch/fastfetch-2.66.1/src/common/time.h:61:43: warning: conversion to ‘long int’ from ‘uint32_t’ {aka ‘unsigned int’} may change the sign of the result [-Wsign-conversion]
   61 |     return nanosleep(&(struct timespec) { msec / 1000, (long) (msec % 1000) * 1000000 }, NULL) == 0;
      |                                           ^~~~
[100%] Linking C executable flashfetch
[100%] Linking C executable fastfetch
[100%] Built target flashfetch
[100%] Built target fastfetch
-- Install configuration: "Release"
-- Installing: /tmp/SBo/repo.avy0gv/build_fastfetch/package-fastfetch/usr/bin/fastfetch
-- Installing: /tmp/SBo/repo.avy0gv/build_fastfetch/package-fastfetch/usr/bin/flashfetch
-- Installing: /tmp/SBo/repo.avy0gv/build_fastfetch/package-fastfetch/usr/share/bash-completion/completions/fastfetch
-- Installing: /tmp/SBo/repo.avy0gv/build_fastfetch/package-fastfetch/usr/share/zsh/site-functions/_fastfetch
-- Installing: /tmp/SBo/repo.avy0gv/build_fastfetch/package-fastfetch/usr/share/fish/vendor_completions.d/fastfetch.fish
-- Installing: /tmp/SBo/repo.avy0gv/build_fastfetch/package-fastfetch/usr/share/fastfetch/presets
-- Installing: /tmp/SBo/repo.avy0gv/build_fastfetch/package-fastfetch/usr/share/fastfetch/presets/all.jsonc
-- Installing: /tmp/SBo/repo.avy0gv/build_fastfetch/package-fastfetch/usr/share/fastfetch/presets/archey.jsonc
-- Installing: /tmp/SBo/repo.avy0gv/build_fastfetch/package-fastfetch/usr/share/fastfetch/presets/ci.jsonc
-- Installing: /tmp/SBo/repo.avy0gv/build_fastfetch/package-fastfetch/usr/share/fastfetch/presets/examples
-- Installing: /tmp/SBo/repo.avy0gv/build_fastfetch/package-fastfetch/usr/share/fastfetch/presets/examples/10.jsonc
-- Installing: /tmp/SBo/repo.avy0gv/build_fastfetch/package-fastfetch/usr/share/fastfetch/presets/examples/11.jsonc
-- Installing: /tmp/SBo/repo.avy0gv/build_fastfetch/package-fastfetch/usr/share/fastfetch/presets/examples/12.jsonc
-- Installing: /tmp/SBo/repo.avy0gv/build_fastfetch/package-fastfetch/usr/share/fastfetch/presets/examples/13.jsonc
-- Installing: /tmp/SBo/repo.avy0gv/build_fastfetch/package-fastfetch/usr/share/fastfetch/presets/examples/14.jsonc
-- Installing: /tmp/SBo/repo.avy0gv/build_fastfetch/package-fastfetch/usr/share/fastfetch/presets/examples/15.jsonc
-- Installing: /tmp/SBo/repo.avy0gv/build_fastfetch/package-fastfetch/usr/share/fastfetch/presets/examples/16.jsonc
-- Installing: /tmp/SBo/repo.avy0gv/build_fastfetch/package-fastfetch/usr/share/fastfetch/presets/examples/17.jsonc
-- Installing: /tmp/SBo/repo.avy0gv/build_fastfetch/package-fastfetch/usr/share/fastfetch/presets/examples/18.jsonc
-- Installing: /tmp/SBo/repo.avy0gv/build_fastfetch/package-fastfetch/usr/share/fastfetch/presets/examples/19.jsonc
-- Installing: /tmp/SBo/repo.avy0gv/build_fastfetch/package-fastfetch/usr/share/fastfetch/presets/examples/2.jsonc
-- Installing: /tmp/SBo/repo.avy0gv/build_fastfetch/package-fastfetch/usr/share/fastfetch/presets/examples/20.jsonc
-- Installing: /tmp/SBo/repo.avy0gv/build_fastfetch/package-fastfetch/usr/share/fastfetch/presets/examples/21.jsonc
-- Installing: /tmp/SBo/repo.avy0gv/build_fastfetch/package-fastfetch/usr/share/fastfetch/presets/examples/22.jsonc
-- Installing: /tmp/SBo/repo.avy0gv/build_fastfetch/package-fastfetch/usr/share/fastfetch/presets/examples/23.jsonc
-- Installing: /tmp/SBo/repo.avy0gv/build_fastfetch/package-fastfetch/usr/share/fastfetch/presets/examples/24.jsonc
-- Installing: /tmp/SBo/repo.avy0gv/build_fastfetch/package-fastfetch/usr/share/fastfetch/presets/examples/25.jsonc
-- Installing: /tmp/SBo/repo.avy0gv/build_fastfetch/package-fastfetch/usr/share/fastfetch/presets/examples/26.jsonc
-- Installing: /tmp/SBo/repo.avy0gv/build_fastfetch/package-fastfetch/usr/share/fastfetch/presets/examples/27.jsonc
-- Installing: /tmp/SBo/repo.avy0gv/build_fastfetch/package-fastfetch/usr/share/fastfetch/presets/examples/28.jsonc
-- Installing: /tmp/SBo/repo.avy0gv/build_fastfetch/package-fastfetch/usr/share/fastfetch/presets/examples/29.jsonc
-- Installing: /tmp/SBo/repo.avy0gv/build_fastfetch/package-fastfetch/usr/share/fastfetch/presets/examples/3.jsonc
-- Installing: /tmp/SBo/repo.avy0gv/build_fastfetch/package-fastfetch/usr/share/fastfetch/presets/examples/30.jsonc
-- Installing: /tmp/SBo/repo.avy0gv/build_fastfetch/package-fastfetch/usr/share/fastfetch/presets/examples/31.jsonc
-- Installing: /tmp/SBo/repo.avy0gv/build_fastfetch/package-fastfetch/usr/share/fastfetch/presets/examples/32.jsonc
-- Installing: /tmp/SBo/repo.avy0gv/build_fastfetch/package-fastfetch/usr/share/fastfetch/presets/examples/4.jsonc
-- Installing: /tmp/SBo/repo.avy0gv/build_fastfetch/package-fastfetch/usr/share/fastfetch/presets/examples/5.jsonc
-- Installing: /tmp/SBo/repo.avy0gv/build_fastfetch/package-fastfetch/usr/share/fastfetch/presets/examples/6.jsonc
-- Installing: /tmp/SBo/repo.avy0gv/build_fastfetch/package-fastfetch/usr/share/fastfetch/presets/examples/7.jsonc
-- Installing: /tmp/SBo/repo.avy0gv/build_fastfetch/package-fastfetch/usr/share/fastfetch/presets/examples/8.jsonc
-- Installing: /tmp/SBo/repo.avy0gv/build_fastfetch/package-fastfetch/usr/share/fastfetch/presets/examples/9.jsonc
-- Installing: /tmp/SBo/repo.avy0gv/build_fastfetch/package-fastfetch/usr/share/fastfetch/presets/neofetch.jsonc
-- Installing: /tmp/SBo/repo.avy0gv/build_fastfetch/package-fastfetch/usr/share/fastfetch/presets/paleofetch.jsonc
-- Installing: /tmp/SBo/repo.avy0gv/build_fastfetch/package-fastfetch/usr/share/fastfetch/presets/screenfetch.jsonc
-- Installing: /tmp/SBo/repo.avy0gv/build_fastfetch/package-fastfetch/usr/share/licenses/fastfetch/LICENSE
-- Installing: /tmp/SBo/repo.avy0gv/build_fastfetch/package-fastfetch/usr/share/man/man1/fastfetch.1
removed '/tmp/SBo/repo.avy0gv/build_fastfetch/package-fastfetch/usr/share/fish/vendor_completions.d/fastfetch.fish'
removed directory '/tmp/SBo/repo.avy0gv/build_fastfetch/package-fastfetch/usr/share/fish/vendor_completions.d'
removed directory '/tmp/SBo/repo.avy0gv/build_fastfetch/package-fastfetch/usr/share/fish'

Slackware package maker, version 3.14159265.

Searching for symbolic links:

No symbolic links were found, so we won't make an installation script.
You can make your own later in ./install/doinst.sh and rebuild the
package if you like.

This next step is optional - you can set the directories in your package
to some sane permissions. If any of the directories in your package have
special permissions, then DO NOT reset them here!

Would you like to reset all directory permissions to 755 (drwxr-xr-x) and
directory ownerships to root.root ([y]es, [n]o)? n


Creating Slackware package:  /tmp/SBo/repo.avy0gv/output_fastfetch/fastfetch-2.66.1-i586-1_SBo.txz

./
install/
install/slack-desc
usr/
usr/bin/
usr/bin/fastfetch
usr/bin/flashfetch
usr/doc/
usr/doc/fastfetch-2.66.1/
usr/doc/fastfetch-2.66.1/CHANGELOG.md
usr/doc/fastfetch-2.66.1/LICENSE
usr/doc/fastfetch-2.66.1/README.md
usr/doc/fastfetch-2.66.1/fastfetch.SlackBuild
usr/doc/fastfetch-2.66.1/fastfetch.fish
usr/man/
usr/man/man1/
usr/man/man1/fastfetch.1.gz
usr/share/
usr/share/bash-completion/
usr/share/bash-completion/completions/
usr/share/bash-completion/completions/fastfetch
usr/share/fastfetch/
usr/share/fastfetch/presets/
usr/share/fastfetch/presets/all.jsonc
usr/share/fastfetch/presets/archey.jsonc
usr/share/fastfetch/presets/ci.jsonc
usr/share/fastfetch/presets/examples/
usr/share/fastfetch/presets/examples/10.jsonc
usr/share/fastfetch/presets/examples/11.jsonc
usr/share/fastfetch/presets/examples/12.jsonc
usr/share/fastfetch/presets/examples/13.jsonc
usr/share/fastfetch/presets/examples/14.jsonc
usr/share/fastfetch/presets/examples/15.jsonc
usr/share/fastfetch/presets/examples/16.jsonc
usr/share/fastfetch/presets/examples/17.jsonc
usr/share/fastfetch/presets/examples/18.jsonc
usr/share/fastfetch/presets/examples/19.jsonc
usr/share/fastfetch/presets/examples/2.jsonc
usr/share/fastfetch/presets/examples/20.jsonc
usr/share/fastfetch/presets/examples/21.jsonc
usr/share/fastfetch/presets/examples/22.jsonc
usr/share/fastfetch/presets/examples/23.jsonc
usr/share/fastfetch/presets/examples/24.jsonc
usr/share/fastfetch/presets/examples/25.jsonc
usr/share/fastfetch/presets/examples/26.jsonc
usr/share/fastfetch/presets/examples/27.jsonc
usr/share/fastfetch/presets/examples/28.jsonc
usr/share/fastfetch/presets/examples/29.jsonc
usr/share/fastfetch/presets/examples/3.jsonc
usr/share/fastfetch/presets/examples/30.jsonc
usr/share/fastfetch/presets/examples/31.jsonc
usr/share/fastfetch/presets/examples/32.jsonc
usr/share/fastfetch/presets/examples/4.jsonc
usr/share/fastfetch/presets/examples/5.jsonc
usr/share/fastfetch/presets/examples/6.jsonc
usr/share/fastfetch/presets/examples/7.jsonc
usr/share/fastfetch/presets/examples/8.jsonc
usr/share/fastfetch/presets/examples/9.jsonc
usr/share/fastfetch/presets/neofetch.jsonc
usr/share/fastfetch/presets/paleofetch.jsonc
usr/share/fastfetch/presets/screenfetch.jsonc
usr/share/zsh/
usr/share/zsh/site-functions/
usr/share/zsh/site-functions/_fastfetch

Slackware package /tmp/SBo/repo.avy0gv/output_fastfetch/fastfetch-2.66.1-i586-1_SBo.txz created.

Built ok:  fastfetch-2.66.1-i586-1_SBo.txz                              14:50:55
Testing package fastfetch-2.66.1-i586-1_SBo.txz ... 
Test installing fastfetch-2.66.1-i586-1_SBo.txz ...
fastfetch-2.66.1-i586-1_SBo: Like neofetch, but faster ................. [ 3.3M]
Unmounting chroot ... 
Backed up: fastfetch-2.66.0-i586-2_SBo.txz
:-) system/fastfetch Updated for version 2.66.1 (-:

@sbo-bot

sbo-bot Bot commented Sep 4, 2026

Copy link
Copy Markdown

sbopkglint i586 system/fastfetch

Using tests from /usr/share/sbo-maintainer-tools/sbopkglint.d
Exploding /var/lib/repo/SBo/packages/15.0/i586/system/fastfetch/fastfetch-2.66.1-i586-1_SBo.txz to /tmp/SBo/sbopkglint.lfgxMZ ...OK
Running pre-doinst test...OK
Installing /var/lib/repo/SBo/packages/15.0/i586/system/fastfetch/fastfetch-2.66.1-i586-1_SBo.txz to /tmp/SBo/sbopkglint.lfgxMZ ...OK
Running test: 05-basic-sanity...OK
Running test: 10-docs...OK
Running test: 15-noarch...OK
Running test: 20-arch...OK
Running test: 25-lafiles...OK
Running test: 30-manpages...OK
Running test: 35-desktop...OK
Running test: 40-newconfig...OK
Running test: 45-doinst...OK
Running test: 50-icons...OK
Running test: 60-usr_info...OK
Running test: 65-python...OK
Running test: 70-tmp_path...OK
Running test: 75-static_libs...OK
Running test: 85-perl...OK
Running test: 90-terminfo...OK
Running test: 95-pkgconfig...OK
✅ === fastfetch-2.66.1-i586-1_SBo.txz: All tests passed ✅

@sbo-bot

sbo-bot Bot commented Sep 4, 2026

Copy link
Copy Markdown

buildpkg x86_64 system/fastfetch

Creating hintfile directory: /etc/repo/SBo/hintfiles
Checking whether git is clean ... yes.
Indexing SlackBuilds ... done.
git repo: /var/lib/repo/SBo/slackbuilds
branch:   HEAD
date:     Fri Sep  4 14:49:37 GMT 2026
revision: bde21711cb9f69ade6565950c1ce641afaa367d7
title:    Merge fe51700af439d38220fbd3358651cce74a1d1895 into 3dbe9f62bbf6e5e66b2ca1d6f57ab70e3ea81d1c

================================================================================
system/fastfetch                                                        14:51:58
================================================================================

Calculating dependencies ... none.

Building system/fastfetch (update for version 2.66.1) ----------------- 14:51:59
Testing SlackBuild files ... done.
Downloading source files ...
Verifying source files ... done.
Running fastfetch.SlackBuild ...                                    ETA 14:52:??
env MAKEFLAGS='-j13 -l13' nice -n 5 bash ./fastfetch.SlackBuild
Built ok:  fastfetch-2.66.1-x86_64-1_SBo.txz                            14:52:19
Testing package fastfetch-2.66.1-x86_64-1_SBo.txz ... done.
Test installing fastfetch-2.66.1-x86_64-1_SBo.txz ...
fastfetch-2.66.1-x86_64-1_SBo: Like neofetch, but faster ............... [ 3.3M]
Unmounting chroot ... done.
Backed up: fastfetch-2.66.0-x86_64-2_SBo.txz
✅ system/fastfetch Updated for version 2.66.1 ✅

================================================================================
SUMMARY                                                                 14:52:20
================================================================================

Logfile:     /var/log/repo/SBo/repo_2026-09-04_14:51:58.log
Runtime:     0h 0m 23s
Updated:     1
  system/fastfetch/fastfetch-2.66.1-x86_64-1_SBo.txz

Snipped Build Log

Details
battery.h
fastfetch-2.66.1/src/modules/battery/option.h
fastfetch-2.66.1/src/modules/bios/
fastfetch-2.66.1/src/modules/bios/bios.c
fastfetch-2.66.1/src/modules/bios/bios.h
fastfetch-2.66.1/src/modules/bios/option.h
fastfetch-2.66.1/src/modules/bluetooth/
fastfetch-2.66.1/src/modules/bluetooth/bluetooth.c
fastfetch-2.66.1/src/modules/bluetooth/bluetooth.h
fastfetch-2.66.1/src/modules/bluetooth/option.h
fastfetch-2.66.1/src/modules/bluetoothradio/
fastfetch-2.66.1/src/modules/bluetoothradio/bluetoothradio.c
fastfetch-2.66.1/src/modules/bluetoothradio/bluetoothradio.h
fastfetch-2.66.1/src/modules/bluetoothradio/option.h
fastfetch-2.66.1/src/modules/board/
fastfetch-2.66.1/src/modules/board/board.c
fastfetch-2.66.1/src/modules/board/board.h
fastfetch-2.66.1/src/modules/board/option.h
fastfetch-2.66.1/src/modules/bootmgr/
fastfetch-2.66.1/src/modules/bootmgr/bootmgr.c
fastfetch-2.66.1/src/modules/bootmgr/bootmgr.h
fastfetch-2.66.1/src/modules/bootmgr/option.h
fastfetch-2.66.1/src/modules/break/
fastfetch-2.66.1/src/modules/break/break.c
fastfetch-2.66.1/src/modules/break/break.h
fastfetch-2.66.1/src/modules/break/option.h
fastfetch-2.66.1/src/modules/brightness/
fastfetch-2.66.1/src/modules/brightness/brightness.c
fastfetch-2.66.1/src/modules/brightness/brightness.h
fastfetch-2.66.1/src/modules/brightness/option.h
fastfetch-2.66.1/src/modules/btrfs/
fastfetch-2.66.1/src/modules/btrfs/btrfs.c
fastfetch-2.66.1/src/modules/btrfs/btrfs.h
fastfetch-2.66.1/src/modules/btrfs/option.h
fastfetch-2.66.1/src/modules/camera/
fastfetch-2.66.1/src/modules/camera/camera.c
fastfetch-2.66.1/src/modules/camera/camera.h
fastfetch-2.66.1/src/modules/camera/option.h
fastfetch-2.66.1/src/modules/chassis/
fastfetch-2.66.1/src/modules/chassis/chassis.c
fastfetch-2.66.1/src/modules/chassis/chassis.h
fastfetch-2.66.1/src/modules/chassis/option.h
fastfetch-2.66.1/src/modules/codec/
fastfetch-2.66.1/src/modules/codec/codec.c
fastfetch-2.66.1/src/modules/codec/codec.h
fastfetch-2.66.1/src/modules/codec/option.h
fastfetch-2.66.1/src/modules/colors/
fastfetch-2.66.1/src/modules/colors/colors.c
fastfetch-2.66.1/src/modules/colors/colors.h
fastfetch-2.66.1/src/modules/colors/option.h
fastfetch-2.66.1/src/modules/command/
fastfetch-2.66.1/src/modules/command/command.c
fastfetch-2.66.1/src/modules/command/command.h
fastfetch-2.66.1/src/modules/command/option.h
fastfetch-2.66.1/src/modules/cpu/
fastfetch-2.66.1/src/modules/cpu/cpu.c
fastfetch-2.66.1/src/modules/cpu/cpu.h
fastfetch-2.66.1/src/modules/cpu/option.h
fastfetch-2.66.1/src/modules/cpucache/
fastfetch-2.66.1/src/modules/cpucache/cpucache.c
fastfetch-2.66.1/src/modules/cpucache/cpucache.h
fastfetch-2.66.1/src/modules/cpucache/option.h
fastfetch-2.66.1/src/modules/cpuusage/
fastfetch-2.66.1/src/modules/cpuusage/cpuusage.c
fastfetch-2.66.1/src/modules/cpuusage/cpuusage.h
fastfetch-2.66.1/src/modules/cpuusage/option.h
fastfetch-2.66.1/src/modules/cursor/
fastfetch-2.66.1/src/modules/cursor/cursor.c
fastfetch-2.66.1/src/modules/cursor/cursor.h
fastfetch-2.66.1/src/modules/cursor/option.h
fastfetch-2.66.1/src/modules/custom/
fastfetch-2.66.1/src/modules/custom/custom.c
fastfetch-2.66.1/src/modules/custom/custom.h
fastfetch-2.66.1/src/modules/custom/option.h
fastfetch-2.66.1/src/modules/datetime/
fastfetch-2.66.1/src/modules/datetime/datetime.c
fastfetch-2.66.1/src/modules/datetime/datetime.h
fastfetch-2.66.1/src/modules/datetime/option.h
fastfetch-2.66.1/src/modules/de/
fastfetch-2.66.1/src/modules/de/de.c
fastfetch-2.66.1/src/modules/de/de.h
fastfetch-2.66.1/src/modules/de/option.h
fastfetch-2.66.1/src/modules/disk/
fastfetch-2.66.1/src/modules/disk/disk.c
fastfetch-2.66.1/src/modules/disk/disk.h
fastfetch-2.66.1/src/modules/disk/option.h
fastfetch-2.66.1/src/modules/diskio/
fastfetch-2.66.1/src/modules/diskio/diskio.c
fastfetch-2.66.1/src/modules/diskio/diskio.h
fastfetch-2.66.1/src/modules/diskio/option.h
fastfetch-2.66.1/src/modules/display/
fastfetch-2.66.1/src/modules/display/display.c
fastfetch-2.66.1/src/modules/display/display.h
fastfetch-2.66.1/src/modules/display/option.h
fastfetch-2.66.1/src/modules/dns/
fastfetch-2.66.1/src/modules/dns/dns.c
fastfetch-2.66.1/src/modules/dns/dns.h
fastfetch-2.66.1/src/modules/dns/option.h
fastfetch-2.66.1/src/modules/editor/
fastfetch-2.66.1/src/modules/editor/editor.c
fastfetch-2.66.1/src/modules/editor/editor.h
fastfetch-2.66.1/src/modules/editor/option.h
fastfetch-2.66.1/src/modules/font/
fastfetch-2.66.1/src/modules/font/font.c
fastfetch-2.66.1/src/modules/font/font.h
fastfetch-2.66.1/src/modules/font/option.h
fastfetch-2.66.1/src/modules/gamepad/
fastfetch-2.66.1/src/modules/gamepad/gamepad.c
fastfetch-2.66.1/src/modules/gamepad/gamepad.h
fastfetch-2.66.1/src/modules/gamepad/option.h
fastfetch-2.66.1/src/modules/gpu/
fastfetch-2.66.1/src/modules/gpu/gpu.c
fastfetch-2.66.1/src/modules/gpu/gpu.h
fastfetch-2.66.1/src/modules/gpu/option.h
fastfetch-2.66.1/src/modules/host/
fastfetch-2.66.1/src/modules/host/host.c
fastfetch-2.66.1/src/modules/host/host.h
fastfetch-2.66.1/src/modules/host/option.h
fastfetch-2.66.1/src/modules/icons/
fastfetch-2.66.1/src/modules/icons/icons.c
fastfetch-2.66.1/src/modules/icons/icons.h
fastfetch-2.66.1/src/modules/icons/option.h
fastfetch-2.66.1/src/modules/initsystem/
fastfetch-2.66.1/src/modules/initsystem/initsystem.c
fastfetch-2.66.1/src/modules/initsystem/initsystem.h
fastfetch-2.66.1/src/modules/initsystem/option.h
fastfetch-2.66.1/src/modules/kernel/
fastfetch-2.66.1/src/modules/kernel/kernel.c
fastfetch-2.66.1/src/modules/kernel/kernel.h
fastfetch-2.66.1/src/modules/kernel/option.h
fastfetch-2.66.1/src/modules/keyboard/
fastfetch-2.66.1/src/modules/keyboard/keyboard.c
fastfetch-2.66.1/src/modules/keyboard/keyboard.h
fastfetch-2.66.1/src/modules/keyboard/option.h
fastfetch-2.66.1/src/modules/lm/
fastfetch-2.66.1/src/modules/lm/lm.c
fastfetch-2.66.1/src/modules/lm/lm.h
fastfetch-2.66.1/src/modules/lm/option.h
fastfetch-2.66.1/src/modules/loadavg/
fastfetch-2.66.1/src/modules/loadavg/loadavg.c
fastfetch-2.66.1/src/modules/loadavg/loadavg.h
fastfetch-2.66.1/src/modules/loadavg/option.h
fastfetch-2.66.1/src/modules/locale/
fastfetch-2.66.1/src/modules/locale/locale.c
fastfetch-2.66.1/src/modules/locale/locale.h
fastfetch-2.66.1/src/modules/locale/option.h
fastfetch-2.66.1/src/modules/localip/
fastfetch-2.66.1/src/modules/localip/localip.c
fastfetch-2.66.1/src/modules/localip/localip.h
fastfetch-2.66.1/src/modules/localip/option.h
fastfetch-2.66.1/src/modules/logo/
fastfetch-2.66.1/src/modules/logo/logo.c
fastfetch-2.66.1/src/modules/logo/logo.h
fastfetch-2.66.1/src/modules/logo/option.h
fastfetch-2.66.1/src/modules/media/
fastfetch-2.66.1/src/modules/media/media.c
fastfetch-2.66.1/src/modules/media/media.h
fastfetch-2.66.1/src/modules/media/option.h
fastfetch-2.66.1/src/modules/memory/
fastfetch-2.66.1/src/modules/memory/memory.c
fastfetch-2.66.1/src/modules/memory/memory.h
fastfetch-2.66.1/src/modules/memory/option.h
fastfetch-2.66.1/src/modules/modules.c
fastfetch-2.66.1/src/modules/modules.h
fastfetch-2.66.1/src/modules/monitor/
fastfetch-2.66.1/src/modules/monitor/monitor.c
fastfetch-2.66.1/src/modules/monitor/monitor.h
fastfetch-2.66.1/src/modules/monitor/option.h
fastfetch-2.66.1/src/modules/mouse/
fastfetch-2.66.1/src/modules/mouse/mouse.c
fastfetch-2.66.1/src/modules/mouse/mouse.h
fastfetch-2.66.1/src/modules/mouse/option.h
fastfetch-2.66.1/src/modules/netio/
fastfetch-2.66.1/src/modules/netio/netio.c
fastfetch-2.66.1/src/modules/netio/netio.h
fastfetch-2.66.1/src/modules/netio/option.h
fastfetch-2.66.1/src/modules/opencl/
fastfetch-2.66.1/src/modules/opencl/opencl.c
fastfetch-2.66.1/src/modules/opencl/opencl.h
fastfetch-2.66.1/src/modules/opencl/option.h
fastfetch-2.66.1/src/modules/opengl/
fastfetch-2.66.1/src/modules/opengl/opengl.c
fastfetch-2.66.1/src/modules/opengl/opengl.h
fastfetch-2.66.1/src/modules/opengl/option.h
fastfetch-2.66.1/src/modules/options.h
fastfetch-2.66.1/src/modules/os/
fastfetch-2.66.1/src/modules/os/option.h
fastfetch-2.66.1/src/modules/os/os.c
fastfetch-2.66.1/src/modules/os/os.h
fastfetch-2.66.1/src/modules/packages/
fastfetch-2.66.1/src/modules/packages/option.h
fastfetch-2.66.1/src/modules/packages/packages.c
fastfetch-2.66.1/src/modules/packages/packages.h
fastfetch-2.66.1/src/modules/physicaldisk/
fastfetch-2.66.1/src/modules/physicaldisk/option.h
fastfetch-2.66.1/src/modules/physicaldisk/physicaldisk.c
fastfetch-2.66.1/src/modules/physicaldisk/physicaldisk.h
fastfetch-2.66.1/src/modules/physicalmemory/
fastfetch-2.66.1/src/modules/physicalmemory/option.h
fastfetch-2.66.1/src/modules/physicalmemory/physicalmemory.c
fastfetch-2.66.1/src/modules/physicalmemory/physicalmemory.h
fastfetch-2.66.1/src/modules/player/
fastfetch-2.66.1/src/modules/player/option.h
fastfetch-2.66.1/src/modules/player/player.c
fastfetch-2.66.1/src/modules/player/player.h
fastfetch-2.66.1/src/modules/poweradapter/
fastfetch-2.66.1/src/modules/poweradapter/option.h
fastfetch-2.66.1/src/modules/poweradapter/poweradapter.c
fastfetch-2.66.1/src/modules/poweradapter/poweradapter.h
fastfetch-2.66.1/src/modules/processes/
fastfetch-2.66.1/src/modules/processes/option.h
fastfetch-2.66.1/src/modules/processes/processes.c
fastfetch-2.66.1/src/modules/processes/processes.h
fastfetch-2.66.1/src/modules/publicip/
fastfetch-2.66.1/src/modules/publicip/option.h
fastfetch-2.66.1/src/modules/publicip/publicip.c
fastfetch-2.66.1/src/modules/publicip/publicip.h
fastfetch-2.66.1/src/modules/separator/
fastfetch-2.66.1/src/modules/separator/option.h
fastfetch-2.66.1/src/modules/separator/separator.c
fastfetch-2.66.1/src/modules/separator/separator.h
fastfetch-2.66.1/src/modules/shell/
fastfetch-2.66.1/src/modules/shell/option.h
fastfetch-2.66.1/src/modules/shell/shell.c
fastfetch-2.66.1/src/modules/shell/shell.h
fastfetch-2.66.1/src/modules/sound/
fastfetch-2.66.1/src/modules/sound/option.h
fastfetch-2.66.1/src/modules/sound/sound.c
fastfetch-2.66.1/src/modules/sound/sound.h
fastfetch-2.66.1/src/modules/swap/
fastfetch-2.66.1/src/modules/swap/option.h
fastfetch-2.66.1/src/modules/swap/swap.c
fastfetch-2.66.1/src/modules/swap/swap.h
fastfetch-2.66.1/src/modules/terminal/
fastfetch-2.66.1/src/modules/terminal/option.h
fastfetch-2.66.1/src/modules/terminal/terminal.c
fastfetch-2.66.1/src/modules/terminal/terminal.h
fastfetch-2.66.1/src/modules/terminalfont/
fastfetch-2.66.1/src/modules/terminalfont/option.h
fastfetch-2.66.1/src/modules/terminalfont/terminalfont.c
fastfetch-2.66.1/src/modules/terminalfont/terminalfont.h
fastfetch-2.66.1/src/modules/terminalsize/
fastfetch-2.66.1/src/modules/terminalsize/option.h
fastfetch-2.66.1/src/modules/terminalsize/terminalsize.c
fastfetch-2.66.1/src/modules/terminalsize/terminalsize.h
fastfetch-2.66.1/src/modules/terminaltheme/
fastfetch-2.66.1/src/modules/terminaltheme/option.h
fastfetch-2.66.1/src/modules/terminaltheme/terminaltheme.c
fastfetch-2.66.1/src/modules/terminaltheme/terminaltheme.h
fastfetch-2.66.1/src/modules/theme/
fastfetch-2.66.1/src/modules/theme/option.h
fastfetch-2.66.1/src/modules/theme/theme.c
fastfetch-2.66.1/src/modules/theme/theme.h
fastfetch-2.66.1/src/modules/title/
fastfetch-2.66.1/src/modules/title/option.h
fastfetch-2.66.1/src/modules/title/title.c
fastfetch-2.66.1/src/modules/title/title.h
fastfetch-2.66.1/src/modules/tpm/
fastfetch-2.66.1/src/modules/tpm/option.h
fastfetch-2.66.1/src/modules/tpm/tpm.c
fastfetch-2.66.1/src/modules/tpm/tpm.h
fastfetch-2.66.1/src/modules/uptime/
fastfetch-2.66.1/src/modules/uptime/option.h
fastfetch-2.66.1/src/modules/uptime/uptime.c
fastfetch-2.66.1/src/modules/uptime/uptime.h
fastfetch-2.66.1/src/modules/users/
fastfetch-2.66.1/src/modules/users/option.h
fastfetch-2.66.1/src/modules/users/users.c
fastfetch-2.66.1/src/modules/users/users.h
fastfetch-2.66.1/src/modules/version/
fastfetch-2.66.1/src/modules/version/option.h
fastfetch-2.66.1/src/modules/version/version.c
fastfetch-2.66.1/src/modules/version/version.h
fastfetch-2.66.1/src/modules/vulkan/
fastfetch-2.66.1/src/modules/vulkan/option.h
fastfetch-2.66.1/src/modules/vulkan/vulkan.c
fastfetch-2.66.1/src/modules/vulkan/vulkan.h
fastfetch-2.66.1/src/modules/wallpaper/
fastfetch-2.66.1/src/modules/wallpaper/option.h
fastfetch-2.66.1/src/modules/wallpaper/wallpaper.c
fastfetch-2.66.1/src/modules/wallpaper/wallpaper.h
fastfetch-2.66.1/src/modules/weather/
fastfetch-2.66.1/src/modules/weather/option.h
fastfetch-2.66.1/src/modules/weather/weather.c
fastfetch-2.66.1/src/modules/weather/weather.h
fastfetch-2.66.1/src/modules/wifi/
fastfetch-2.66.1/src/modules/wifi/option.h
fastfetch-2.66.1/src/modules/wifi/wifi.c
fastfetch-2.66.1/src/modules/wifi/wifi.h
fastfetch-2.66.1/src/modules/wm/
fastfetch-2.66.1/src/modules/wm/option.h
fastfetch-2.66.1/src/modules/wm/wm.c
fastfetch-2.66.1/src/modules/wm/wm.h
fastfetch-2.66.1/src/modules/wmtheme/
fastfetch-2.66.1/src/modules/wmtheme/option.h
fastfetch-2.66.1/src/modules/wmtheme/wmtheme.c
fastfetch-2.66.1/src/modules/wmtheme/wmtheme.h
fastfetch-2.66.1/src/modules/zpool/
fastfetch-2.66.1/src/modules/zpool/option.h
fastfetch-2.66.1/src/modules/zpool/zpool.c
fastfetch-2.66.1/src/modules/zpool/zpool.h
fastfetch-2.66.1/src/options/
fastfetch-2.66.1/src/options/display.c
fastfetch-2.66.1/src/options/display.h
fastfetch-2.66.1/src/options/general.c
fastfetch-2.66.1/src/options/general.h
fastfetch-2.66.1/src/options/logo.c
fastfetch-2.66.1/src/options/logo.h
fastfetch-2.66.1/tests/
fastfetch-2.66.1/tests/color.c
fastfetch-2.66.1/tests/duration.c
fastfetch-2.66.1/tests/format.c
fastfetch-2.66.1/tests/list.c
fastfetch-2.66.1/tests/strbuf.c
fastfetch-2.66.1/tests/strutil.c
fastfetch-2.66.1/tests/testlogo-hardcolors.fflogo
fastfetch-2.66.1/tests/testlogo-softcolors.fflogo
-- The C compiler identification is GNU 11.2.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Build for system processor: amd64
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed
-- Check if compiler accepts -pthread
-- Check if compiler accepts -pthread - yes
-- Found Threads: TRUE  
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.2") 
-- Looking for linux/version.h
-- Looking for linux/version.h - found
-- Build type: Release
-- Threads type: pthread
-- Enabling LTO
-- Target dirs: ROOT="" USR="/usr" HOME="/home" ETC="/etc"
-- Found Python: /usr/bin/python3.9 (found version "3.9.25") found components: Interpreter 
-- Minifying 'help.json'
-- Generating 'fastfetch.1'
-- Looking for pipe2
-- Looking for pipe2 - found
-- Looking for memrchr
-- Looking for memrchr - found
-- Performing Test COMPILER_SUPPORTS_COUNT_OF
-- Performing Test COMPILER_SUPPORTS_COUNT_OF - Failed
-- _Countof is NOT supported by the compiler
-- Looking for malloc_usable_size
-- Looking for malloc_usable_size - found
-- Library: found VULKAN by pkg-config
-- Library: found WAYLAND by pkg-config
-- Library: found XCB_RANDR by pkg-config
-- Library: found XRANDR by pkg-config
-- Library: found DRM by pkg-config
-- Library: found VADRM by pkg-config
-- Library: found VAX11 by pkg-config
-- Library: found VDPAU by pkg-config
-- Library: found GIO by pkg-config
-- Library: found DCONF by pkg-config
-- Library: missing: EET
-- Library: found DBUS by pkg-config
-- Library: found SQLITE3 by pkg-config
-- Library: found RPM by pkg-config
-- Library: found IMAGEMAGICK7 by pkg-config
-- Library: missing: IMAGEMAGICK6
-- Library: found ZLIB by pkg-config
-- Library: missing: CHAFA
-- Library: found EGL by pkg-config
-- Library: found GLX by pkg-config
-- Library: found OPENCL by pkg-config
-- Library: found PULSE by pkg-config
-- Library: missing: DDCUTIL
-- Library: found ELF by pkg-config
-- Library: missing: QUICKJS
-- Library: missing: LUA
-- Looking for linux/videodev2.h
-- Looking for linux/videodev2.h - found
-- Looking for utmpx.h
-- Looking for utmpx.h - found
-- Looking for wordexp.h
-- Looking for wordexp.h - found
-- wordexp.h found, wordexp support enabled
-- Looking for pthread_np.h
-- Looking for pthread_np.h - not found
-- Looking for pthread_timedjoin_np
-- Looking for pthread_timedjoin_np - found
-- Disabled package managers: AM;APK;CARDS;CHOCO;EMERGE;EOPKG;HPKG;INSTALLRELEASE;KISS;LINGLONG;LPKG;LPKGBUILD;MACPORTS;MOSS;MPORT;OPKG;PACMAN;PACSTALL;PALUDIS;PISI;PKG;SCOOP;SNAP;SOAR;SORCERY;WINGET;XBPS
-- Configuring done
-- Generating done
-- Build files have been written to: /tmp/SBo/repo.brrk3S/build_fastfetch/fastfetch-2.66.1/build
[  1%] Building C object CMakeFiles/libfastfetch.dir/src/common/impl/commandoption.c.o
[  1%] Building C object CMakeFiles/libfastfetch.dir/src/common/impl/frequency.c.o
[  1%] Building C object CMakeFiles/libfastfetch.dir/src/common/impl/jsonconfig.c.o
[  1%] Building C object CMakeFiles/libfastfetch.dir/src/common/impl/duration.c.o
[  2%] Building C object CMakeFiles/libfastfetch.dir/src/common/impl/font.c.o
[  3%] Building C object CMakeFiles/libfastfetch.dir/src/common/impl/format.c.o
[  3%] Building C object CMakeFiles/libfastfetch.dir/src/common/impl/library.c.o
[  5%] Building C object CMakeFiles/libfastfetch.dir/src/common/impl/netif.c.o
[  5%] Building C object CMakeFiles/libfastfetch.dir/src/common/impl/init.c.o
[  5%] Building C object CMakeFiles/libfastfetch.dir/src/common/impl/lua.c.o
[  5%] Building C object CMakeFiles/libfastfetch.dir/src/common/impl/option.c.o
[  5%] Building C object CMakeFiles/libfastfetch.dir/src/common/impl/networking_common.c.o
[  6%] Building C object CMakeFiles/libfastfetch.dir/src/common/impl/parsing.c.o
[  6%] Building C object CMakeFiles/libfastfetch.dir/src/common/impl/percent.c.o
[  7%] Building C object CMakeFiles/libfastfetch.dir/src/common/impl/printing.c.o
[  8%] Building C object CMakeFiles/libfastfetch.dir/src/common/impl/settings.c.o
[  8%] Building C object CMakeFiles/libfastfetch.dir/src/common/impl/size.c.o
[  8%] Building C object CMakeFiles/libfastfetch.dir/src/common/impl/properties.c.o
[  8%] Building C object CMakeFiles/libfastfetch.dir/src/common/impl/temps.c.o
[  9%] Building C object CMakeFiles/libfastfetch.dir/src/common/impl/time.c.o
[  9%] Building C object CMakeFiles/libfastfetch.dir/src/common/impl/edidHelper.c.o
[ 10%] Building C object CMakeFiles/libfastfetch.dir/src/common/impl/base64.c.o
[ 10%] Building C object CMakeFiles/libfastfetch.dir/src/common/impl/FFlist.c.o
[ 11%] Building C object CMakeFiles/libfastfetch.dir/src/common/impl/FFstrbuf.c.o
[ 11%] Building C object CMakeFiles/libfastfetch.dir/src/common/impl/path.c.o
[ 11%] Building C object CMakeFiles/libfastfetch.dir/src/common/impl/FFPlatform.c.o
[ 12%] Building C object CMakeFiles/libfastfetch.dir/src/common/impl/smbios.c.o
[ 12%] Building C object CMakeFiles/libfastfetch.dir/src/common/impl/strutil.c.o
[ 13%] Building C object CMakeFiles/libfastfetch.dir/src/detection/bluetoothradio/bluetoothradio.c.o
[ 14%] Building C object CMakeFiles/libfastfetch.dir/src/detection/chassis/chassis.c.o
[ 14%] Building C object CMakeFiles/libfastfetch.dir/src/detection/bootmgr/bootmgr.c.o
[ 14%] Building C object CMakeFiles/libfastfetch.dir/src/detection/codec/codec.c.o
[ 14%] Building C object CMakeFiles/libfastfetch.dir/src/detection/codec/codec_vulkan.c.o
[ 15%] Building C object CMakeFiles/libfastfetch.dir/src/detection/cpu/cpu.c.o
[ 15%] Building C object CMakeFiles/libfastfetch.dir/src/detection/cpu/cpu_x86.c.o
[ 16%] Building C object CMakeFiles/libfastfetch.dir/src/detection/cpuusage/cpuusage.c.o
[ 16%] Building C object CMakeFiles/libfastfetch.dir/src/detection/command/command.c.o
[ 17%] Building C object CMakeFiles/libfastfetch.dir/src/detection/disk/disk.c.o
[ 17%] Building C object CMakeFiles/libfastfetch.dir/src/detection/diskio/diskio.c.o
[ 17%] Building C object CMakeFiles/libfastfetch.dir/src/detection/displayserver/displayserver.c.o
[ 18%] Building C object CMakeFiles/libfastfetch.dir/src/detection/editor/editor.c.o
[ 18%] Building C object CMakeFiles/libfastfetch.dir/src/detection/font/font.c.o
[ 19%] Building C object CMakeFiles/libfastfetch.dir/src/detection/gpu/gpu.c.o
[ 19%] Building C object CMakeFiles/libfastfetch.dir/src/detection/host/host_mac.c.o
[ 20%] Building C object CMakeFiles/libfastfetch.dir/src/detection/media/media.c.o
[ 20%] Building C object CMakeFiles/libfastfetch.dir/src/detection/netio/netio.c.o
[ 20%] Building C object CMakeFiles/libfastfetch.dir/src/detection/opencl/opencl.c.o
[ 21%] Building C object CMakeFiles/libfastfetch.dir/src/detection/opengl/opengl_shared.c.o
[ 21%] Building C object CMakeFiles/libfastfetch.dir/src/detection/os/os.c.o
[ 22%] Building C object CMakeFiles/libfastfetch.dir/src/detection/packages/packages.c.o
[ 22%] Building C object CMakeFiles/libfastfetch.dir/src/detection/physicalmemory/physicalmemory.c.o
[ 23%] Building C object CMakeFiles/libfastfetch.dir/src/detection/publicip/publicip.c.o
[ 23%] Building C object CMakeFiles/libfastfetch.dir/src/detection/terminaltheme/terminaltheme.c.o
[ 23%] Building C object CMakeFiles/libfastfetch.dir/src/detection/terminalfont/terminalfont.c.o
[ 24%] Building C object CMakeFiles/libfastfetch.dir/src/detection/terminalshell/terminalshell.c.o
[ 24%] Building C object CMakeFiles/libfastfetch.dir/src/detection/version/version.c.o
[ 25%] Building C object CMakeFiles/libfastfetch.dir/src/detection/vulkan/vulkan.c.o
[ 25%] Building C object CMakeFiles/libfastfetch.dir/src/detection/weather/weather.c.o
[ 26%] Building C object CMakeFiles/libfastfetch.dir/src/detection/zpool/zpool.c.o
[ 26%] Building C object CMakeFiles/libfastfetch.dir/src/logo/builtin.c.o
[ 26%] Building C object CMakeFiles/libfastfetch.dir/src/logo/image/im6.c.o
[ 27%] Building C object CMakeFiles/libfastfetch.dir/src/logo/image/im7.c.o
[ 27%] Building C object CMakeFiles/libfastfetch.dir/src/logo/image/image.c.o
[ 28%] Building C object CMakeFiles/libfastfetch.dir/src/logo/logo.c.o
[ 28%] Building C object CMakeFiles/libfastfetch.dir/src/modules/battery/battery.c.o
[ 29%] Building C object CMakeFiles/libfastfetch.dir/src/modules/bios/bios.c.o
[ 29%] Building C object CMakeFiles/libfastfetch.dir/src/modules/bluetooth/bluetooth.c.o
[ 29%] Building C object CMakeFiles/libfastfetch.dir/src/modules/bluetoothradio/bluetoothradio.c.o
[ 30%] Building C object CMakeFiles/libfastfetch.dir/src/modules/board/board.c.o
[ 30%] Building C object CMakeFiles/libfastfetch.dir/src/modules/bootmgr/bootmgr.c.o
[ 31%] Building C object CMakeFiles/libfastfetch.dir/src/modules/brightness/brightness.c.o
[ 31%] Building C object CMakeFiles/libfastfetch.dir/src/modules/break/break.c.o
[ 32%] Building C object CMakeFiles/libfastfetch.dir/src/modules/btrfs/btrfs.c.o
[ 32%] Building C object CMakeFiles/libfastfetch.dir/src/modules/camera/camera.c.o
In file included from /usr/include/ImageMagick-7/MagickCore/image.h:141,
                 from /usr/include/ImageMagick-7/MagickCore/draw.h:22,
                 from /usr/include/ImageMagick-7/MagickCore/annotate.h:21,
                 from /usr/include/ImageMagick-7/MagickCore/MagickCore.h:80,
                 from /tmp/SBo/repo.brrk3S/build_fastfetch/fastfetch-2.66.1/src/logo/image/im7.c:6:
/usr/include/ImageMagick-7/MagickCore/monitor.h: In function ‘QuantumTick’:
/usr/include/ImageMagick-7/MagickCore/monitor.h:44:15: warning: conversion to ‘long long unsigned int’ from ‘MagickOffsetType’ {aka ‘long long int’} may change the sign of the result [-Wsign-conversion]
   44 |   if ((offset % (span/100)) == 0)
      |               ^
In file included from /usr/include/ImageMagick-7/MagickCore/image.h:141,
                 from /usr/include/ImageMagick-7/MagickCore/draw.h:22,
                 from /usr/include/ImageMagick-7/MagickCore/annotate.h:21,
                 from /usr/include/ImageMagick-7/MagickCore/MagickCore.h:80,
                 from /tmp/SBo/repo.brrk3S/build_fastfetch/fastfetch-2.66.1/src/logo/image/image.c:397:
/usr/include/ImageMagick-7/MagickCore/monitor.h: In function ‘QuantumTick’:
/usr/include/ImageMagick-7/MagickCore/monitor.h:44:15: warning: conversion to ‘long long unsigned int’ from ‘MagickOffsetType’ {aka ‘long long int’} may change the sign of the result [-Wsign-conversion]
   44 |   if ((offset % (span/100)) == 0)
      |               ^
In file included from /usr/include/ImageMagick-7/MagickCore/MagickCore.h:135,
                 from /tmp/SBo/repo.brrk3S/build_fastfetch/fastfetch-2.66.1/src/logo/image/im7.c:6:
/usr/include/ImageMagick-7/MagickCore/pixel-accessor.h: In function ‘IsPixelAtDepth’:
/usr/include/ImageMagick-7/MagickCore/pixel-accessor.h:479:56: warning: conversion from ‘QuantumAny’ {aka ‘long long unsigned int’} to ‘double’ may change value [-Wconversion]
  479 |     (((MagickRealType) range*pixel)/QuantumRange+0.5)))/range);
      |                                                        ^
In file included from /usr/include/ImageMagick-7/MagickCore/MagickCore.h:135,
                 from /tmp/SBo/repo.brrk3S/build_fastfetch/fastfetch-2.66.1/src/logo/image/image.c:397:
/usr/include/ImageMagick-7/MagickCore/pixel-accessor.h: In function ‘IsPixelAtDepth’:
/usr/include/ImageMagick-7/MagickCore/pixel-accessor.h:479:56: warning: conversion from ‘QuantumAny’ {aka ‘long long unsigned int’} to ‘double’ may change value [-Wconversion]
  479 |     (((MagickRealType) range*pixel)/QuantumRange+0.5)))/range);
      |                                                        ^
[ 32%] Building C object CMakeFiles/libfastfetch.dir/src/modules/chassis/chassis.c.o
[ 33%] Building C object CMakeFiles/libfastfetch.dir/src/modules/codec/codec.c.o
[ 33%] Building C object CMakeFiles/libfastfetch.dir/src/modules/colors/colors.c.o
[ 34%] Building C object CMakeFiles/libfastfetch.dir/src/modules/cpu/cpu.c.o
[ 34%] Building C object CMakeFiles/libfastfetch.dir/src/modules/cpucache/cpucache.c.o
[ 35%] Building C object CMakeFiles/libfastfetch.dir/src/modules/cpuusage/cpuusage.c.o
[ 35%] Building C object CMakeFiles/libfastfetch.dir/src/modules/cursor/cursor.c.o
[ 35%] Building C object CMakeFiles/libfastfetch.dir/src/modules/custom/custom.c.o
[ 36%] Building C object CMakeFiles/libfastfetch.dir/src/modules/command/command.c.o
[ 36%] Building C object CMakeFiles/libfastfetch.dir/src/modules/datetime/datetime.c.o
[ 37%] Building C object CMakeFiles/libfastfetch.dir/src/modules/de/de.c.o
[ 37%] Building C object CMakeFiles/libfastfetch.dir/src/modules/disk/disk.c.o
[ 38%] Building C object CMakeFiles/libfastfetch.dir/src/modules/diskio/diskio.c.o
[ 38%] Building C object CMakeFiles/libfastfetch.dir/src/modules/dns/dns.c.o
[ 38%] Building C object CMakeFiles/libfastfetch.dir/src/modules/editor/editor.c.o
[ 39%] Building C object CMakeFiles/libfastfetch.dir/src/modules/font/font.c.o
[ 39%] Building C object CMakeFiles/libfastfetch.dir/src/modules/gpu/gpu.c.o
[ 40%] Building C object CMakeFiles/libfastfetch.dir/src/modules/host/host.c.o
[ 40%] Building C object CMakeFiles/libfastfetch.dir/src/modules/icons/icons.c.o
[ 41%] Building C object CMakeFiles/libfastfetch.dir/src/modules/initsystem/initsystem.c.o
[ 41%] Building C object CMakeFiles/libfastfetch.dir/src/modules/gamepad/gamepad.c.o
[ 41%] Building C object CMakeFiles/libfastfetch.dir/src/modules/kernel/kernel.c.o
[ 42%] Building C object CMakeFiles/libfastfetch.dir/src/modules/keyboard/keyboard.c.o
[ 42%] Building C object CMakeFiles/libfastfetch.dir/src/modules/lm/lm.c.o
[ 43%] Building C object CMakeFiles/libfastfetch.dir/src/modules/loadavg/loadavg.c.o
[ 43%] Building C object CMakeFiles/libfastfetch.dir/src/modules/locale/locale.c.o
[ 44%] Building C object CMakeFiles/libfastfetch.dir/src/modules/localip/localip.c.o
[ 44%] Building C object CMakeFiles/libfastfetch.dir/src/modules/logo/logo.c.o
[ 44%] Building C object CMakeFiles/libfastfetch.dir/src/modules/memory/memory.c.o
[ 45%] Building C object CMakeFiles/libfastfetch.dir/src/modules/monitor/monitor.c.o
[ 45%] Building C object CMakeFiles/libfastfetch.dir/src/modules/netio/netio.c.o
[ 46%] Building C object CMakeFiles/libfastfetch.dir/src/modules/opencl/opencl.c.o
[ 46%] Building C object CMakeFiles/libfastfetch.dir/src/modules/opengl/opengl.c.o
[ 47%] Building C object CMakeFiles/libfastfetch.dir/src/modules/os/os.c.o
[ 47%] Building C object CMakeFiles/libfastfetch.dir/src/modules/packages/packages.c.o
[ 47%] Building C object CMakeFiles/libfastfetch.dir/src/modules/physicaldisk/physicaldisk.c.o
[ 48%] Building C object CMakeFiles/libfastfetch.dir/src/modules/physicalmemory/physicalmemory.c.o
[ 48%] Building C object CMakeFiles/libfastfetch.dir/src/modules/processes/processes.c.o
[ 49%] Building C object CMakeFiles/libfastfetch.dir/src/modules/player/player.c.o
[ 50%] Building C object CMakeFiles/libfastfetch.dir/src/modules/publicip/publicip.c.o
[ 50%] Building C object CMakeFiles/libfastfetch.dir/src/modules/poweradapter/poweradapter.c.o
[ 50%] Building C object CMakeFiles/libfastfetch.dir/src/modules/display/display.c.o
[ 50%] Building C object CMakeFiles/libfastfetch.dir/src/modules/separator/separator.c.o
[ 51%] Building C object CMakeFiles/libfastfetch.dir/src/modules/shell/shell.c.o
[ 51%] Building C object CMakeFiles/libfastfetch.dir/src/modules/sound/sound.c.o
[ 52%] Building C object CMakeFiles/libfastfetch.dir/src/modules/swap/swap.c.o
[ 52%] Building C object CMakeFiles/libfastfetch.dir/src/modules/media/media.c.o
[ 53%] Building C object CMakeFiles/libfastfetch.dir/src/modules/mouse/mouse.c.o
[ 53%] Building C object CMakeFiles/libfastfetch.dir/src/modules/terminal/terminal.c.o
[ 53%] Building C object CMakeFiles/libfastfetch.dir/src/modules/terminaltheme/terminaltheme.c.o
[ 54%] Building C object CMakeFiles/libfastfetch.dir/src/modules/terminalfont/terminalfont.c.o
[ 54%] Building C object CMakeFiles/libfastfetch.dir/src/modules/terminalsize/terminalsize.c.o
[ 55%] Building C object CMakeFiles/libfastfetch.dir/src/modules/theme/theme.c.o
[ 55%] Building C object CMakeFiles/libfastfetch.dir/src/modules/title/title.c.o
[ 56%] Building C object CMakeFiles/libfastfetch.dir/src/modules/tpm/tpm.c.o
[ 56%] Building C object CMakeFiles/libfastfetch.dir/src/modules/uptime/uptime.c.o
[ 56%] Building C object CMakeFiles/libfastfetch.dir/src/modules/users/users.c.o
[ 57%] Building C object CMakeFiles/libfastfetch.dir/src/modules/version/version.c.o
[ 57%] Building C object CMakeFiles/libfastfetch.dir/src/modules/vulkan/vulkan.c.o
[ 58%] Building C object CMakeFiles/libfastfetch.dir/src/modules/wallpaper/wallpaper.c.o
[ 58%] Building C object CMakeFiles/libfastfetch.dir/src/modules/weather/weather.c.o
[ 59%] Building C object CMakeFiles/libfastfetch.dir/src/modules/wifi/wifi.c.o
[ 59%] Building C object CMakeFiles/libfastfetch.dir/src/modules/wm/wm.c.o
[ 59%] Building C object CMakeFiles/libfastfetch.dir/src/modules/wmtheme/wmtheme.c.o
[ 60%] Building C object CMakeFiles/libfastfetch.dir/src/modules/zpool/zpool.c.o
[ 60%] Building C object CMakeFiles/libfastfetch.dir/src/modules/modules.c.o
[ 61%] Building C object CMakeFiles/libfastfetch.dir/src/options/display.c.o
[ 61%] Building C object CMakeFiles/libfastfetch.dir/src/options/logo.c.o
[ 62%] Building C object CMakeFiles/libfastfetch.dir/src/options/general.c.o
[ 62%] Building C object CMakeFiles/libfastfetch.dir/src/common/impl/dbus.c.o
[ 62%] Building C object CMakeFiles/libfastfetch.dir/src/common/impl/io_unix.c.o
[ 63%] Building C object CMakeFiles/libfastfetch.dir/src/common/impl/netif_linux.c.o
[ 63%] Building C object CMakeFiles/libfastfetch.dir/src/common/impl/networking_linux.c.o
[ 64%] Building C object CMakeFiles/libfastfetch.dir/src/common/impl/processing_linux.c.o
[ 64%] Building C object CMakeFiles/libfastfetch.dir/src/common/impl/FFPlatform_unix.c.o
[ 65%] Building C object CMakeFiles/libfastfetch.dir/src/common/impl/binary_linux.c.o
[ 65%] Building C object CMakeFiles/libfastfetch.dir/src/common/impl/kmod_linux.c.o
[ 65%] Building C object CMakeFiles/libfastfetch.dir/src/detection/battery/battery_linux.c.o
[ 66%] Building C object CMakeFiles/libfastfetch.dir/src/detection/bios/bios_linux.c.o
[ 66%] Building C object CMakeFiles/libfastfetch.dir/src/detection/board/board_linux.c.o
[ 67%] Building C object CMakeFiles/libfastfetch.dir/src/detection/bootmgr/bootmgr_linux.c.o
[ 67%] Building C object CMakeFiles/libfastfetch.dir/src/detection/brightness/brightness_linux.c.o
[ 68%] Building C object CMakeFiles/libfastfetch.dir/src/detection/btrfs/btrfs_linux.c.o
[ 68%] Building C object CMakeFiles/libfastfetch.dir/src/detection/chassis/chassis_linux.c.o
[ 68%] Building C object CMakeFiles/libfastfetch.dir/src/detection/codec/codec_linux.c.o
[ 69%] Building C object CMakeFiles/libfastfetch.dir/src/detection/cpu/cpu_linux.c.o
[ 69%] Building C object CMakeFiles/libfastfetch.dir/src/detection/cpucache/cpucache_linux.c.o
[ 70%] Building C object CMakeFiles/libfastfetch.dir/src/detection/cpuusage/cpuusage_linux.c.o
[ 70%] Building C object CMakeFiles/libfastfetch.dir/src/detection/cursor/cursor_linux.c.o
[ 71%] Building C object CMakeFiles/libfastfetch.dir/src/detection/bluetooth/bluetooth_linux.c.o
[ 71%] Building C object CMakeFiles/libfastfetch.dir/src/detection/bluetoothradio/bluetoothradio_linux.c.o
[ 71%] Building C object CMakeFiles/libfastfetch.dir/src/detection/disk/disk_linux.c.o
[ 72%] Building C object CMakeFiles/libfastfetch.dir/src/detection/dns/dns_linux.c.o
[ 72%] Building C object CMakeFiles/libfastfetch.dir/src/detection/physicaldisk/physicaldisk_linux.c.o
[ 73%] Building C object CMakeFiles/libfastfetch.dir/src/detection/physicalmemory/physicalmemory_linux.c.o
[ 73%] Building C object CMakeFiles/libfastfetch.dir/src/detection/diskio/diskio_linux.c.o
/tmp/SBo/repo.brrk3S/build_fastfetch/fastfetch-2.66.1/src/detection/codec/codec_linux.c: In function ‘vaProfileToType’:
/tmp/SBo/repo.brrk3S/build_fastfetch/fastfetch-2.66.1/src/detection/codec/codec_linux.c:53:9: warning: case value ‘36’ not in enumerated type ‘VAProfile’ [-Wswitch]
   53 |         case 36: // VAProfileH264High10
      |         ^~~~
/tmp/SBo/repo.brrk3S/build_fastfetch/fastfetch-2.66.1/src/detection/codec/codec_linux.c:90:9: warning: case value ‘37’ not in enumerated type ‘VAProfile’ [-Wswitch]
   90 |         case 37: // VAProfileVVCMain10
      |         ^~~~
/tmp/SBo/repo.brrk3S/build_fastfetch/fastfetch-2.66.1/src/detection/codec/codec_linux.c:91:9: warning: case value ‘38’ not in enumerated type ‘VAProfile’ [-Wswitch]
   91 |         case 38: // VAProfileVVCMultilayerMain10
      |         ^~~~
/tmp/SBo/repo.brrk3S/build_fastfetch/fastfetch-2.66.1/src/detection/codec/codec_linux.c:87:9: warning: case value ‘39’ not in enumerated type ‘VAProfile’ [-Wswitch]
   87 |         case 39: // VAProfileAV1Profile2
      |         ^~~~
/tmp/SBo/repo.brrk3S/build_fastfetch/fastfetch-2.66.1/src/detection/codec/codec_linux.c:54:9: warning: case value ‘40’ not in enumerated type ‘VAProfile’ [-Wswitch]
   54 |         case 40: // VAProfileH264High422
      |         ^~~~
[ 74%] Building C object CMakeFiles/libfastfetch.dir/src/detection/displayserver/linux/displayserver_linux.c.o
[ 74%] Building C object CMakeFiles/libfastfetch.dir/src/detection/displayserver/linux/common.c.o
[ 74%] Building C object CMakeFiles/libfastfetch.dir/src/detection/displayserver/linux/drm.c.o
[ 75%] Building C object CMakeFiles/libfastfetch.dir/src/detection/displayserver/linux/wayland/wayland.c.o
[ 75%] Building C object CMakeFiles/libfastfetch.dir/src/detection/displayserver/linux/wayland/global-output.c.o
[ 76%] Building C object CMakeFiles/libfastfetch.dir/src/detection/displayserver/linux/wayland/wl-output-protocol.c.o
[ 76%] Building C object CMakeFiles/libfastfetch.dir/src/detection/displayserver/linux/wayland/wp-color-management-v1-protocol.c.o
[ 77%] Building C object CMakeFiles/libfastfetch.dir/src/detection/displayserver/linux/wayland/kde-output.c.o
[ 77%] Building C object CMakeFiles/libfastfetch.dir/src/detection/displayserver/linux/wayland/kde-output-device-v2-protocol.c.o
[ 77%] Building C object CMakeFiles/libfastfetch.dir/src/detection/displayserver/linux/wayland/xdg-output-unstable-v1-protocol.c.o
[ 78%] Building C object CMakeFiles/libfastfetch.dir/src/detection/displayserver/linux/wmde.c.o
[ 78%] Building C object CMakeFiles/libfastfetch.dir/src/detection/displayserver/linux/xcb.c.o
[ 79%] Building C object CMakeFiles/libfastfetch.dir/src/detection/displayserver/linux/xlib.c.o
[ 79%] Building C object CMakeFiles/libfastfetch.dir/src/detection/font/font_linux.c.o
[ 80%] Building C object CMakeFiles/libfastfetch.dir/src/detection/gpu/gpu_linux.c.o
[ 80%] Building C object CMakeFiles/libfastfetch.dir/src/detection/gpu/gpu_drm.c.o
[ 80%] Building C object CMakeFiles/libfastfetch.dir/src/detection/gpu/gpu_pci.c.o
[ 81%] Building C object CMakeFiles/libfastfetch.dir/src/detection/gpu/gpu_windows.c.o
[ 81%] Building C object CMakeFiles/libfastfetch.dir/src/detection/gtk_qt/gtk.c.o
[ 82%] Building C object CMakeFiles/libfastfetch.dir/src/detection/host/host_linux.c.o
[ 82%] Building C object CMakeFiles/libfastfetch.dir/src/detection/icons/icons_linux.c.o
[ 83%] Building C object CMakeFiles/libfastfetch.dir/src/detection/initsystem/initsystem_linux.c.o
[ 83%] Building C object CMakeFiles/libfastfetch.dir/src/detection/keyboard/keyboard_linux.c.o
[ 84%] Building C object CMakeFiles/libfastfetch.dir/src/detection/lm/lm_linux.c.o
[ 84%] Building C object CMakeFiles/libfastfetch.dir/src/detection/libc/libc_linux.c.o
[ 84%] Building C object CMakeFiles/libfastfetch.dir/src/detection/loadavg/loadavg_linux.c.o
[ 85%] Building C object CMakeFiles/libfastfetch.dir/src/detection/locale/locale_linux.c.o
[ 85%] Building C object CMakeFiles/libfastfetch.dir/src/detection/localip/localip_linux.c.o
[ 86%] Building C object CMakeFiles/libfastfetch.dir/src/detection/gamepad/gamepad_linux.c.o
[ 86%] Building C object CMakeFiles/libfastfetch.dir/src/detection/media/media_linux.c.o
[ 86%] Building C object CMakeFiles/libfastfetch.dir/src/detection/memory/memory_linux.c.o
[ 87%] Building C object CMakeFiles/libfastfetch.dir/src/detection/mouse/mouse_linux.c.o
[ 87%] Building C object CMakeFiles/libfastfetch.dir/src/detection/netio/netio_linux.c.o
[ 88%] Building C object CMakeFiles/libfastfetch.dir/src/detection/opengl/opengl_linux.c.o
[ 88%] Building C object CMakeFiles/libfastfetch.dir/src/detection/os/os_linux.c.o
[ 89%] Building C object CMakeFiles/libfastfetch.dir/src/detection/packages/packages_linux.c.o
[ 89%] Building C object CMakeFiles/libfastfetch.dir/src/detection/packages/packages_nix.c.o
[ 89%] Building C object CMakeFiles/libfastfetch.dir/src/detection/poweradapter/poweradapter_linux.c.o
[ 90%] Building C object CMakeFiles/libfastfetch.dir/src/detection/processes/processes_linux.c.o
[ 90%] Building C object CMakeFiles/libfastfetch.dir/src/detection/gtk_qt/qt.c.o
[ 91%] Building C object CMakeFiles/libfastfetch.dir/src/detection/sound/sound_linux.c.o
[ 91%] Building C object CMakeFiles/libfastfetch.dir/src/detection/swap/swap_linux.c.o
[ 92%] Building C object CMakeFiles/libfastfetch.dir/src/detection/terminalfont/terminalfont_linux.c.o
[ 92%] Building C object CMakeFiles/libfastfetch.dir/src/detection/terminalshell/terminalshell_linux.c.o
[ 92%] Building C object CMakeFiles/libfastfetch.dir/src/detection/terminalsize/terminalsize_linux.c.o
[ 93%] Building C object CMakeFiles/libfastfetch.dir/src/detection/theme/theme_linux.c.o
[ 93%] Building C object CMakeFiles/libfastfetch.dir/src/detection/tpm/tpm_linux.c.o
[ 94%] Building C object CMakeFiles/libfastfetch.dir/src/detection/uptime/uptime_linux.c.o
[ 94%] Building C object CMakeFiles/libfastfetch.dir/src/detection/users/users_linux.c.o
[ 95%] Building C object CMakeFiles/libfastfetch.dir/src/detection/wallpaper/wallpaper_linux.c.o
[ 95%] Building C object CMakeFiles/libfastfetch.dir/src/detection/wifi/wifi_linux.c.o
[ 95%] Building C object CMakeFiles/libfastfetch.dir/src/detection/wm/wm_linux.c.o
[ 96%] Building C object CMakeFiles/libfastfetch.dir/src/detection/de/de_linux.c.o
[ 96%] Building C object CMakeFiles/libfastfetch.dir/src/detection/wmtheme/wmtheme_linux.c.o
[ 97%] Building C object CMakeFiles/libfastfetch.dir/src/detection/camera/camera_linux.c.o
[ 97%] Building C object CMakeFiles/libfastfetch.dir/src/detection/gpu/gpu_nvidia.c.o
[ 98%] Building C object CMakeFiles/libfastfetch.dir/src/detection/gpu/gpu_mthreads.c.o
[ 98%] Building C object CMakeFiles/libfastfetch.dir/src/common/impl/wcwidth.c.o
[ 99%] Building C object CMakeFiles/libfastfetch.dir/src/3rdparty/yyjson/yyjson.c.o
[ 99%] Built target libfastfetch
[ 99%] Building C object CMakeFiles/fastfetch.dir/src/fastfetch.c.o
[100%] Building C object CMakeFiles/flashfetch.dir/src/flashfetch.c.o
[100%] Linking C executable flashfetch
[100%] Linking C executable fastfetch
[100%] Built target flashfetch
[100%] Built target fastfetch
-- Install configuration: "Release"
-- Installing: /tmp/SBo/repo.brrk3S/build_fastfetch/package-fastfetch/usr/bin/fastfetch
-- Installing: /tmp/SBo/repo.brrk3S/build_fastfetch/package-fastfetch/usr/bin/flashfetch
-- Installing: /tmp/SBo/repo.brrk3S/build_fastfetch/package-fastfetch/usr/share/bash-completion/completions/fastfetch
-- Installing: /tmp/SBo/repo.brrk3S/build_fastfetch/package-fastfetch/usr/share/zsh/site-functions/_fastfetch
-- Installing: /tmp/SBo/repo.brrk3S/build_fastfetch/package-fastfetch/usr/share/fish/vendor_completions.d/fastfetch.fish
-- Installing: /tmp/SBo/repo.brrk3S/build_fastfetch/package-fastfetch/usr/share/fastfetch/presets
-- Installing: /tmp/SBo/repo.brrk3S/build_fastfetch/package-fastfetch/usr/share/fastfetch/presets/all.jsonc
-- Installing: /tmp/SBo/repo.brrk3S/build_fastfetch/package-fastfetch/usr/share/fastfetch/presets/archey.jsonc
-- Installing: /tmp/SBo/repo.brrk3S/build_fastfetch/package-fastfetch/usr/share/fastfetch/presets/ci.jsonc
-- Installing: /tmp/SBo/repo.brrk3S/build_fastfetch/package-fastfetch/usr/share/fastfetch/presets/examples
-- Installing: /tmp/SBo/repo.brrk3S/build_fastfetch/package-fastfetch/usr/share/fastfetch/presets/examples/10.jsonc
-- Installing: /tmp/SBo/repo.brrk3S/build_fastfetch/package-fastfetch/usr/share/fastfetch/presets/examples/11.jsonc
-- Installing: /tmp/SBo/repo.brrk3S/build_fastfetch/package-fastfetch/usr/share/fastfetch/presets/examples/12.jsonc
-- Installing: /tmp/SBo/repo.brrk3S/build_fastfetch/package-fastfetch/usr/share/fastfetch/presets/examples/13.jsonc
-- Installing: /tmp/SBo/repo.brrk3S/build_fastfetch/package-fastfetch/usr/share/fastfetch/presets/examples/14.jsonc
-- Installing: /tmp/SBo/repo.brrk3S/build_fastfetch/package-fastfetch/usr/share/fastfetch/presets/examples/15.jsonc
-- Installing: /tmp/SBo/repo.brrk3S/build_fastfetch/package-fastfetch/usr/share/fastfetch/presets/examples/16.jsonc
-- Installing: /tmp/SBo/repo.brrk3S/build_fastfetch/package-fastfetch/usr/share/fastfetch/presets/examples/17.jsonc
-- Installing: /tmp/SBo/repo.brrk3S/build_fastfetch/package-fastfetch/usr/share/fastfetch/presets/examples/18.jsonc
-- Installing: /tmp/SBo/repo.brrk3S/build_fastfetch/package-fastfetch/usr/share/fastfetch/presets/examples/19.jsonc
-- Installing: /tmp/SBo/repo.brrk3S/build_fastfetch/package-fastfetch/usr/share/fastfetch/presets/examples/2.jsonc
-- Installing: /tmp/SBo/repo.brrk3S/build_fastfetch/package-fastfetch/usr/share/fastfetch/presets/examples/20.jsonc
-- Installing: /tmp/SBo/repo.brrk3S/build_fastfetch/package-fastfetch/usr/share/fastfetch/presets/examples/21.jsonc
-- Installing: /tmp/SBo/repo.brrk3S/build_fastfetch/package-fastfetch/usr/share/fastfetch/presets/examples/22.jsonc
-- Installing: /tmp/SBo/repo.brrk3S/build_fastfetch/package-fastfetch/usr/share/fastfetch/presets/examples/23.jsonc
-- Installing: /tmp/SBo/repo.brrk3S/build_fastfetch/package-fastfetch/usr/share/fastfetch/presets/examples/24.jsonc
-- Installing: /tmp/SBo/repo.brrk3S/build_fastfetch/package-fastfetch/usr/share/fastfetch/presets/examples/25.jsonc
-- Installing: /tmp/SBo/repo.brrk3S/build_fastfetch/package-fastfetch/usr/share/fastfetch/presets/examples/26.jsonc
-- Installing: /tmp/SBo/repo.brrk3S/build_fastfetch/package-fastfetch/usr/share/fastfetch/presets/examples/27.jsonc
-- Installing: /tmp/SBo/repo.brrk3S/build_fastfetch/package-fastfetch/usr/share/fastfetch/presets/examples/28.jsonc
-- Installing: /tmp/SBo/repo.brrk3S/build_fastfetch/package-fastfetch/usr/share/fastfetch/presets/examples/29.jsonc
-- Installing: /tmp/SBo/repo.brrk3S/build_fastfetch/package-fastfetch/usr/share/fastfetch/presets/examples/3.jsonc
-- Installing: /tmp/SBo/repo.brrk3S/build_fastfetch/package-fastfetch/usr/share/fastfetch/presets/examples/30.jsonc
-- Installing: /tmp/SBo/repo.brrk3S/build_fastfetch/package-fastfetch/usr/share/fastfetch/presets/examples/31.jsonc
-- Installing: /tmp/SBo/repo.brrk3S/build_fastfetch/package-fastfetch/usr/share/fastfetch/presets/examples/32.jsonc
-- Installing: /tmp/SBo/repo.brrk3S/build_fastfetch/package-fastfetch/usr/share/fastfetch/presets/examples/4.jsonc
-- Installing: /tmp/SBo/repo.brrk3S/build_fastfetch/package-fastfetch/usr/share/fastfetch/presets/examples/5.jsonc
-- Installing: /tmp/SBo/repo.brrk3S/build_fastfetch/package-fastfetch/usr/share/fastfetch/presets/examples/6.jsonc
-- Installing: /tmp/SBo/repo.brrk3S/build_fastfetch/package-fastfetch/usr/share/fastfetch/presets/examples/7.jsonc
-- Installing: /tmp/SBo/repo.brrk3S/build_fastfetch/package-fastfetch/usr/share/fastfetch/presets/examples/8.jsonc
-- Installing: /tmp/SBo/repo.brrk3S/build_fastfetch/package-fastfetch/usr/share/fastfetch/presets/examples/9.jsonc
-- Installing: /tmp/SBo/repo.brrk3S/build_fastfetch/package-fastfetch/usr/share/fastfetch/presets/neofetch.jsonc
-- Installing: /tmp/SBo/repo.brrk3S/build_fastfetch/package-fastfetch/usr/share/fastfetch/presets/paleofetch.jsonc
-- Installing: /tmp/SBo/repo.brrk3S/build_fastfetch/package-fastfetch/usr/share/fastfetch/presets/screenfetch.jsonc
-- Installing: /tmp/SBo/repo.brrk3S/build_fastfetch/package-fastfetch/usr/share/licenses/fastfetch/LICENSE
-- Installing: /tmp/SBo/repo.brrk3S/build_fastfetch/package-fastfetch/usr/share/man/man1/fastfetch.1
removed '/tmp/SBo/repo.brrk3S/build_fastfetch/package-fastfetch/usr/share/fish/vendor_completions.d/fastfetch.fish'
removed directory '/tmp/SBo/repo.brrk3S/build_fastfetch/package-fastfetch/usr/share/fish/vendor_completions.d'
removed directory '/tmp/SBo/repo.brrk3S/build_fastfetch/package-fastfetch/usr/share/fish'

Slackware package maker, version 3.14159265.

Searching for symbolic links:

No symbolic links were found, so we won't make an installation script.
You can make your own later in ./install/doinst.sh and rebuild the
package if you like.

This next step is optional - you can set the directories in your package
to some sane permissions. If any of the directories in your package have
special permissions, then DO NOT reset them here!

Would you like to reset all directory permissions to 755 (drwxr-xr-x) and
directory ownerships to root.root ([y]es, [n]o)? n


Creating Slackware package:  /tmp/SBo/repo.brrk3S/output_fastfetch/fastfetch-2.66.1-x86_64-1_SBo.txz

./
install/
install/slack-desc
usr/
usr/bin/
usr/bin/fastfetch
usr/bin/flashfetch
usr/doc/
usr/doc/fastfetch-2.66.1/
usr/doc/fastfetch-2.66.1/CHANGELOG.md
usr/doc/fastfetch-2.66.1/LICENSE
usr/doc/fastfetch-2.66.1/README.md
usr/doc/fastfetch-2.66.1/fastfetch.SlackBuild
usr/doc/fastfetch-2.66.1/fastfetch.fish
usr/man/
usr/man/man1/
usr/man/man1/fastfetch.1.gz
usr/share/
usr/share/bash-completion/
usr/share/bash-completion/completions/
usr/share/bash-completion/completions/fastfetch
usr/share/fastfetch/
usr/share/fastfetch/presets/
usr/share/fastfetch/presets/all.jsonc
usr/share/fastfetch/presets/archey.jsonc
usr/share/fastfetch/presets/ci.jsonc
usr/share/fastfetch/presets/examples/
usr/share/fastfetch/presets/examples/10.jsonc
usr/share/fastfetch/presets/examples/11.jsonc
usr/share/fastfetch/presets/examples/12.jsonc
usr/share/fastfetch/presets/examples/13.jsonc
usr/share/fastfetch/presets/examples/14.jsonc
usr/share/fastfetch/presets/examples/15.jsonc
usr/share/fastfetch/presets/examples/16.jsonc
usr/share/fastfetch/presets/examples/17.jsonc
usr/share/fastfetch/presets/examples/18.jsonc
usr/share/fastfetch/presets/examples/19.jsonc
usr/share/fastfetch/presets/examples/2.jsonc
usr/share/fastfetch/presets/examples/20.jsonc
usr/share/fastfetch/presets/examples/21.jsonc
usr/share/fastfetch/presets/examples/22.jsonc
usr/share/fastfetch/presets/examples/23.jsonc
usr/share/fastfetch/presets/examples/24.jsonc
usr/share/fastfetch/presets/examples/25.jsonc
usr/share/fastfetch/presets/examples/26.jsonc
usr/share/fastfetch/presets/examples/27.jsonc
usr/share/fastfetch/presets/examples/28.jsonc
usr/share/fastfetch/presets/examples/29.jsonc
usr/share/fastfetch/presets/examples/3.jsonc
usr/share/fastfetch/presets/examples/30.jsonc
usr/share/fastfetch/presets/examples/31.jsonc
usr/share/fastfetch/presets/examples/32.jsonc
usr/share/fastfetch/presets/examples/4.jsonc
usr/share/fastfetch/presets/examples/5.jsonc
usr/share/fastfetch/presets/examples/6.jsonc
usr/share/fastfetch/presets/examples/7.jsonc
usr/share/fastfetch/presets/examples/8.jsonc
usr/share/fastfetch/presets/examples/9.jsonc
usr/share/fastfetch/presets/neofetch.jsonc
usr/share/fastfetch/presets/paleofetch.jsonc
usr/share/fastfetch/presets/screenfetch.jsonc
usr/share/zsh/
usr/share/zsh/site-functions/
usr/share/zsh/site-functions/_fastfetch

Slackware package /tmp/SBo/repo.brrk3S/output_fastfetch/fastfetch-2.66.1-x86_64-1_SBo.txz created.

Built ok:  fastfetch-2.66.1-x86_64-1_SBo.txz                            14:52:19
Testing package fastfetch-2.66.1-x86_64-1_SBo.txz ... 
Test installing fastfetch-2.66.1-x86_64-1_SBo.txz ...
fastfetch-2.66.1-x86_64-1_SBo: Like neofetch, but faster ............... [ 3.3M]
Unmounting chroot ... 
Backed up: fastfetch-2.66.0-x86_64-2_SBo.txz
:-) system/fastfetch Updated for version 2.66.1 (-:

@sbo-bot

sbo-bot Bot commented Sep 4, 2026

Copy link
Copy Markdown

sbopkglint x86_64 system/fastfetch

Using tests from /usr/share/sbo-maintainer-tools/sbopkglint.d
Exploding /var/lib/repo/SBo/packages/15.0/x86_64/system/fastfetch/fastfetch-2.66.1-x86_64-1_SBo.txz to /tmp/SBo/sbopkglint.ZoebFn ...OK
Running pre-doinst test...OK
Installing /var/lib/repo/SBo/packages/15.0/x86_64/system/fastfetch/fastfetch-2.66.1-x86_64-1_SBo.txz to /tmp/SBo/sbopkglint.ZoebFn ...OK
Running test: 05-basic-sanity...OK
Running test: 10-docs...OK
Running test: 15-noarch...OK
Running test: 20-arch...OK
Running test: 25-lafiles...OK
Running test: 30-manpages...OK
Running test: 35-desktop...OK
Running test: 40-newconfig...OK
Running test: 45-doinst...OK
Running test: 50-icons...OK
Running test: 60-usr_info...OK
Running test: 65-python...OK
Running test: 70-tmp_path...OK
Running test: 75-static_libs...OK
Running test: 85-perl...OK
Running test: 90-terminfo...OK
Running test: 95-pkgconfig...OK
✅ === fastfetch-2.66.1-x86_64-1_SBo.txz: All tests passed ✅

@cwilling

cwilling commented Sep 5, 2026

Copy link
Copy Markdown
Collaborator

Merged

@cwilling cwilling closed this Sep 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants