From: "Yann E. MORIN" <yann.morin.1998@free.fr>
To: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Cc: Asaf Kahlon <asafka7@gmail.com>, buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH 1/1] package/collectd: disable libupsclient
Date: Mon, 29 Aug 2022 09:30:24 +0200 [thread overview]
Message-ID: <20220829073024.GT37358@scaer> (raw)
In-Reply-To: <20220828221705.58756-1-fontaine.fabrice@gmail.com>
Fabrice, All,
On 2022-08-29 00:17 +0200, Fabrice Fontaine spake thusly:
> Disable libupsclient to avoid the following build failure if
> libupsclient is installed on host:
>
> src/nut.c:40:2: error: #error "Unable to determine the UPS connection type."
> 40 | #error "Unable to determine the UPS connection type."
> | ^~~~~
> src/nut.c:46:3: error: unknown type name 'collectd_upsconn_t'
> 46 | collectd_upsconn_t *conn;
> | ^~~~~~~~~~~~~~~~~~
>
> libupsclient is an optional dependency of nut plugin since version
> 5.10.0 and
> https://github.com/collectd/collectd/commit/bc2d94024d0250211c1e498db1b43bb4525324da
>
> Fixes:
> - http://autobuild.buildroot.org/results/22b758097e8fb72c68e41329cbc7abc748d81ca6
>
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Applied to master, thanks.
However, I think a better fix would be to understand why this breaks,
even though we do have nut enabled in the config, and collectd's
configure did detect it correctly.
The issue is that collectd's configure script can not detect the type
(as in, a C type) for the structure that hols a UPS connection. And the
issue has nothing to do with the actual type:
http://autobuild.buildroot.org/results/22b758097e8fb72c68e41329cbc7abc748d81ca6/collectd-5.12.0/config.log
configure:107607: checking for UPSCONN_t
configure:107607: /usr/lfs/hdd_v1/rc-buildroot-test/scripts/instance-1/output-1/host/bin/i586-linux-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
In file included from conftest.c:155:
/usr/lfs/hdd_v1/rc-buildroot-test/scripts/instance-1/output-1/host/i586-buildroot-linux-musl/sysroot/usr/include/upsclient.h:102:87: error: unknown type name 'time_t'
102 | ssize_t upscli_sendline_timeout(UPSCONN_t *ups, const char *buf, size_t buflen, const time_t timeout);
| ^~~~~~
So, the detection fails, not because of the upsclient is missing (it is
not!), but because the detection fails. Why does that toolchan not have
the time_t type defined? It is a musl toolchain, so maybe, just maybe?
So, I reverted the patch because I applied too fast...
Regards,
Yann E. MORIN.
> ---
> package/collectd/collectd.mk | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/package/collectd/collectd.mk b/package/collectd/collectd.mk
> index 5751757040..e0f40095aa 100644
> --- a/package/collectd/collectd.mk
> +++ b/package/collectd/collectd.mk
> @@ -45,6 +45,7 @@ COLLECTD_CONF_OPTS += \
> --with-nan-emulation \
> --with-fp-layout=$(COLLECTD_FP_LAYOUT) \
> --with-perl-bindings=no \
> + --without-libupsclient \
> --disable-werror \
> $(foreach p, $(COLLECTD_PLUGINS_DISABLE), --disable-$(p)) \
> $(if $(BR2_PACKAGE_COLLECTD_AGGREGATION),--enable-aggregation,--disable-aggregation) \
> --
> 2.35.1
>
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 561 099 427 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
next prev parent reply other threads:[~2022-08-29 7:30 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-08-28 22:17 [Buildroot] [PATCH 1/1] package/collectd: disable libupsclient Fabrice Fontaine
2022-08-29 7:30 ` Yann E. MORIN [this message]
2022-08-29 8:07 ` Yann E. MORIN
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=20220829073024.GT37358@scaer \
--to=yann.morin.1998@free.fr \
--cc=asafka7@gmail.com \
--cc=buildroot@buildroot.org \
--cc=fontaine.fabrice@gmail.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox