Package Details: sfeed 2.0-1

Git Clone URL: https://aur.archlinux.org/sfeed.git (read-only, click to copy)
Package Base: sfeed
Description: RSS and Atom parser
Upstream URL: https://codemadness.org/sfeed-simple-feed-parser.html
Keywords: atom news newsboat newsfeed rss suckless terminal
Licenses: ISC
Conflicts: sfeed-curses
Provides: sfeed-curses
Replaces: sfeed-curses
Submitter: clove3am
Maintainer: eugene
Last Packager: eugene
Votes: 7
Popularity: 0.000008
First Submitted: 2020-05-21 01:20 (UTC)
Last Updated: 2024-05-30 18:55 (UTC)

Dependencies (7)

Required by (2)

Sources (1)

Latest Comments

eugene commented on 2024-05-30 18:27 (UTC)

Thank you for the report, @Eirikr. I've just updated the package to match gcc14 requirements

Eirikr commented on 2024-05-30 17:35 (UTC)

Currently fails to build: any ideas for a fix? My makepkg.conf flags are stock other than -native and -O3 flags.

==> Starting build()...
make: Entering directory '/home/eirikr/.cache/yay/sfeed/src/sfeed-2.0'
c99 -o sfeed.o -c sfeed.c -march=native -O3 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection         -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/home/eirikr/.cache/yay/sfeed/src=/usr/src/debug/sfeed -flto=auto -D_DEFAULT_SOURCE
c99 -o util.o -c util.c -march=native -O3 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection         -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/home/eirikr/.cache/yay/sfeed/src=/usr/src/debug/sfeed -flto=auto -D_DEFAULT_SOURCE
util.c: In function ‘printutf8pad’:
util.c:379:41: error: implicit declaration of function ‘wcwidth’ [-Wimplicit-function-declaration]
  379 |                         } else if ((w = wcwidth(wc)) == -1) {
      |                                         ^~~~~~~
make: *** [Makefile:114: util.o] Error 1
make: Leaving directory '/home/eirikr/.cache/yay/sfeed/src/sfeed-2.0'
==> ERROR: A failure occurred in build().
    Aborting...
 -> error making: sfeed-exit status 4
 -> Failed to install the following packages. Manual intervention is required:
sfeed - exit status 4

m040601 commented on 2021-03-15 13:35 (UTC)

This package build and runs perfectly on other architectures other than x86. Please update the PKGBUILD and change,

arch=('x86_64')

to

arch=('i686' 'x86_64' 'armv6h' 'armv7h')