Package Details: archstatus-git r26.0a3b6f2-1

Git Clone URL: https://aur.archlinux.org/archstatus-git.git (read-only, click to copy)
Package Base: archstatus-git
Description: Simple status monitor for Arch Linux
Upstream URL: https://github.com/pvtoari/archstatus
Licenses: MIT
Conflicts: archstatus
Provides: archstatus
Submitter: PettanC
Maintainer: PettanC
Last Packager: PettanC
Votes: 0
Popularity: 0.000000
First Submitted: 2025-09-01 10:24 (UTC)
Last Updated: 2025-09-01 10:24 (UTC)

Dependencies (5)

Required by (0)

Sources (1)

Latest Comments

omnigenous commented on 2025-09-05 23:13 (UTC)

Fails to build:

FAILED: archstatus.p/src_front.c.o 
cc -Iarchstatus.p -I. -I.. -I../include -I/usr/include/cjson -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=gnu11 -O3 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -flto=auto -MD -MQ archstatus.p/src_front.c.o -MF archstatus.p/src_front.c.o.d -o archstatus.p/src_front.c.o -c ../src/front.c
../src/front.c: In function ‘print_os_logo’:
../src/front.c:12:17: error: format not a string literal and no format arguments [-Werror=format-security]
   12 |                 printf(logo);
      |                 ^~~~~~
../src/front.c:15:17: warning: ignoring return value of ‘asprintf’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
   15 |                 asprintf(&str, "%s%s%s All systems %sOperational%s", COLOR_GREEN_FOREGROUND, BIG_BLACK_CIRCLE, ANSI_COLOR_RESET, COLOR_GREEN_FOREGROUND, ANSI_COLOR_RESET);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../src/front.c:19:17: warning: ignoring return value of ‘asprintf’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
   19 |                 asprintf(&str, "%s%s%s%d monitor/s %sDown%s", COLOR_RED_FOREGROUND, BIG_BLACK_CIRCLE, ANSI_COLOR_RESET, status[0], COLOR_RED_FOREGROUND, ANSI_COLOR_RESET);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: some warnings being treated as errors
[2/5] Compiling C object archstatus.p/src_logo.c.o
../src/logo.c: In function ‘get_os_release’:
../src/logo.c:11:5: warning: ignoring return value of ‘fgets’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
   11 |     fgets(buffer, 64, fp);
      |     ^~~~~~~~~~~~~~~~~~~~~
[4/5] Compiling C object archstatus.p/src_archstatus.c.o
ninja: build stopped: subcommand failed.
==> ERROR: A failure occurred in build().
    Aborting...
 -> error making: archstatus-git-exit status 4
 -> Failed to install the following packages. Manual intervention is required:
archstatus-git - exit status 4