From: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/1] package/sysklogd: bump to version 2.1.2
Date: Sat, 5 Dec 2020 22:21:53 +0100 [thread overview]
Message-ID: <20201205222153.75769040@windsurf.home> (raw)
In-Reply-To: <20200812160843.24064-1-andreas.hilse@googlemail.com>
Hello Andreas,
On Wed, 12 Aug 2020 18:08:43 +0200
Andreas Hilse <andreas.hilse@googlemail.com> wrote:
> - fixes: sysklogd 1.6 klogd with newer glibcs: kernel messages are logged to user facility
> - sysklogd removed klogd, functionality has been moved to syslogd
> - now supports config fragments in /etc/syslog.d
> - disabled sysklogd logger to not interfere with other loggers
>
> Signed-off-by: Andreas Hilse <andreas.hilse@googlemail.com>
I think the commit log should mention that the license has changed,
with a link to https://github.com/troglobit/sysklogd/releases/tag/v2.1.
However, I was about to apply, but got a build failure:
syslogd.c: In function ?opensys?:
syslogd.c:486:42: error: ?O_CLOEXEC? undeclared (first use in this function)
fd = open(file, O_RDONLY | O_NONBLOCK | O_CLOEXEC, 0);
^
syslogd.c:486:42: note: each undeclared identifier is reported only once for each function it appears in
make[3]: *** [Makefile:646: syslogd-syslogd.o] Error 1
make[3]: *** Waiting for unfinished jobs....
syslog.c: In function ?vsyslogp_r?:
syslog.c:448:27: error: ?O_CLOEXEC? undeclared (first use in this function)
O_WRONLY | O_NONBLOCK | O_CLOEXEC, 0)) >= 0) {
^
which happens with the following defconfig:
BR2_arm=y
BR2_TOOLCHAIN_EXTERNAL=y
BR2_TOOLCHAIN_EXTERNAL_CUSTOM=y
BR2_TOOLCHAIN_EXTERNAL_DOWNLOAD=y
BR2_TOOLCHAIN_EXTERNAL_URL="http://autobuild.buildroot.org/toolchains/tarballs/br-arm-full-2020.02.tar.bz2"
BR2_TOOLCHAIN_EXTERNAL_GCC_5=y
BR2_TOOLCHAIN_EXTERNAL_HEADERS_4_14=y
BR2_TOOLCHAIN_EXTERNAL_LOCALE=y
# BR2_TOOLCHAIN_EXTERNAL_HAS_THREADS_DEBUG is not set
BR2_TOOLCHAIN_EXTERNAL_CXX=y
BR2_INIT_NONE=y
BR2_SYSTEM_BIN_SH_NONE=y
# BR2_PACKAGE_BUSYBOX is not set
BR2_PACKAGE_SYSKLOGD=y
# BR2_TARGET_ROOTFS_TAR is not set
Could you have a look ?
Thanks a lot!
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
next prev parent reply other threads:[~2020-12-05 21:21 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-08-12 16:08 [Buildroot] [PATCH 1/1] package/sysklogd: bump to version 2.1.2 Andreas Hilse
2020-08-13 8:25 ` Thomas Petazzoni
2020-08-14 9:10 ` Andreas Hilse
2020-12-05 21:21 ` Thomas Petazzoni [this message]
2020-12-08 20:41 ` Andreas Hilse
2020-12-09 8:11 ` Thomas Petazzoni
2020-12-29 15:03 ` Andreas Hilse
2020-12-29 15:13 ` Thomas Petazzoni
2020-12-29 18:11 ` [Buildroot] [PATCH v2 " Andreas Hilse
2021-01-16 19:33 ` Joachim Wiberg
2021-01-19 21:26 ` Thomas Petazzoni
2021-01-20 10:11 ` Andreas Hilse
2021-01-20 10:38 ` Thomas Petazzoni
2021-01-21 12:41 ` Joachim Wiberg
2021-01-19 21:22 ` Thomas Petazzoni
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20201205222153.75769040@windsurf.home \
--to=thomas.petazzoni@bootlin.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.