Package Details: rsyslog 8.2502.0-1

Git Clone URL: https://aur.archlinux.org/rsyslog.git (read-only, click to copy)
Package Base: rsyslog
Description: An enhanced multi-threaded syslogd with a focus on security and reliability
Upstream URL: http://www.rsyslog.com/
Licenses: GPL3
Submitter: Barthalion
Maintainer: fordprefect
Last Packager: fordprefect
Votes: 21
Popularity: 1.26
First Submitted: 2018-01-07 12:53 (UTC)
Last Updated: 2025-03-01 14:01 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 Next › Last »

bartus commented on 2020-07-19 20:16 (UTC) (edited on 2020-07-19 20:57 (UTC) by bartus)

GitHub sources are missing autoconf initialization. You need to call autoreconf -fvi before ./configure, otherwise configure is missing.

chowbok commented on 2019-03-09 18:54 (UTC)

Sorry to be a pest, but it would really be convenient if you could add that architecture.

chowbok commented on 2019-01-27 06:19 (UTC)

Hi, can you add "aarch64" to the supported architectures in the PKGBUILD? I tested it on there, it compiles fine.

fordprefect commented on 2018-10-30 16:23 (UTC)

the new release fixed the build issue for me.

meti commented on 2018-10-27 22:36 (UTC)

@nfnty my makepkg.conf has stock *flags, so I don't think it's something in there. As I said, I can't reproduce your problem, so I can't help.

nfnty commented on 2018-10-27 21:46 (UTC)

@fordprefect Same issue here.

@meti Check your makepkg.conf if anything's not up-to-date.

meti commented on 2018-10-21 16:36 (UTC)

I just tried a clean build and i got no implicit declarations error at all... I can't help you, sorry.

fordprefect commented on 2018-10-21 15:47 (UTC)

i get compilation warnings when building this (implicit declarations) which are treated as errors and thus break the building process. is this intended?

meti commented on 2018-04-28 17:31 (UTC)

@KarlFiabeschi: thanks, I fixed the xconsole and added an .install file to provide a reminder about create the spool directory.

<deleted-account> commented on 2018-04-26 21:36 (UTC)

two things:

1) .=notice;.=warn |/dev/xconsole

should be:

*.=notice;*.=warn   |/dev/console

2) if you put:

$WorkDirectory /var/spool/rsyslog

we must create the directory or provide a warning about it.

Thanks