From: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
To: buildroot@busybox.net
Subject: [Buildroot] [git commit] package/polkit: bump to version 0.116
Date: Thu, 2 Apr 2020 23:10:49 +0200 [thread overview]
Message-ID: <20200402231049.12916682@windsurf.home> (raw)
In-Reply-To: <20191208145140.33E3E8899E@busybox.osuosl.org>
Hello Adam,
On Sun, 8 Dec 2019 15:56:32 +0100
Thomas Petazzoni <thomas.petazzoni@bootlin.com> wrote:
> DEVELOPERS | 1 +
> .../0001-make-netgroup-support-optional.patch | 232 +++++++++++++++++++++
This patch in polkit touches configure.ac, but we don't have
POLKIT_AUTORECONF = YES, which is not good.
The issue is that POLKIT_AUTORECONF = YES fails with:
src/polkit/Makefile.am:106: error: HAVE_INTROSPECTION does not appear in AM_CONDITIONAL
src/polkitagent/Makefile.am:116: error: HAVE_INTROSPECTION does not appear in AM_CONDITIONAL
this is because the HAVE_INTROSPECTION automake conditional is defined
in some m4 file installed by gobject-introspection, so when you have a
configuration building polkit, but without gobject-introspection, it
fails.
This is an issue we already faced with autoreconf: if a m4 macro from
an optional dependency is used, you need this optional dependency
installed to have its m4 macros, even if you don't care about this
particular dependency.
I don't know of a good work-around for that. Perhaps Yann or Peter have
some ideas ?
Best regards,
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
next prev parent reply other threads:[~2020-04-02 21:10 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-12-08 14:56 [Buildroot] [git commit] package/polkit: bump to version 0.116 Thomas Petazzoni
2020-02-10 0:00 ` Carlos Santos
2020-02-10 8:33 ` Thomas Petazzoni
2020-02-10 13:29 ` Carlos Santos
2020-03-08 3:23 ` Carlos Santos
2020-04-02 21:10 ` Thomas Petazzoni [this message]
2020-04-03 20:28 ` Yann E. MORIN
2020-04-04 13:08 ` 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=20200402231049.12916682@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.