* [ptxdist] [PATCH] polkit: build fails without HOST_GLIB
@ 2019-10-17 14:46 Artur Wiebe
2019-10-18 10:08 ` Michael Olbrich
0 siblings, 1 reply; 3+ messages in thread
From: Artur Wiebe @ 2019-10-17 14:46 UTC (permalink / raw)
To: ptxdist; +Cc: Artur Wiebe
Signed-off-by: Artur Wiebe <artur@4wiebe.de>
---
rules/polkit.in | 1 +
1 file changed, 1 insertion(+)
diff --git a/rules/polkit.in b/rules/polkit.in
index 02e1a9671..4488ae300 100644
--- a/rules/polkit.in
+++ b/rules/polkit.in
@@ -8,6 +8,7 @@ menuconfig POLKIT
select HOST_GTK_DOC
select EXPAT
select GLIB
+ select HOST_GLIB
select SYSTEMD if POLKIT_SYSTEMD
select SYSTEMD_LOGIND if POLKIT_SYSTEMD
select ROOTFS_VAR_LIB if RUNTIME
--
2.23.0
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [ptxdist] [PATCH] polkit: build fails without HOST_GLIB
2019-10-17 14:46 [ptxdist] [PATCH] polkit: build fails without HOST_GLIB Artur Wiebe
@ 2019-10-18 10:08 ` Michael Olbrich
2019-10-18 10:36 ` [ptxdist] ?==?utf-8?q? ?==?utf-8?q? " Artur Wiebe
0 siblings, 1 reply; 3+ messages in thread
From: Michael Olbrich @ 2019-10-18 10:08 UTC (permalink / raw)
To: ptxdist
It needs glib-mkenums, or is it something else?
Michael
On Thu, Oct 17, 2019 at 04:46:17PM +0200, Artur Wiebe wrote:
> Signed-off-by: Artur Wiebe <artur@4wiebe.de>
> ---
> rules/polkit.in | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/rules/polkit.in b/rules/polkit.in
> index 02e1a9671..4488ae300 100644
> --- a/rules/polkit.in
> +++ b/rules/polkit.in
> @@ -8,6 +8,7 @@ menuconfig POLKIT
> select HOST_GTK_DOC
> select EXPAT
> select GLIB
> + select HOST_GLIB
> select SYSTEMD if POLKIT_SYSTEMD
> select SYSTEMD_LOGIND if POLKIT_SYSTEMD
> select ROOTFS_VAR_LIB if RUNTIME
> --
> 2.23.0
>
>
> _______________________________________________
> ptxdist mailing list
> ptxdist@pengutronix.de
>
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [ptxdist] ?==?utf-8?q? ?==?utf-8?q? [PATCH] polkit: build fails without HOST_GLIB
2019-10-18 10:08 ` Michael Olbrich
@ 2019-10-18 10:36 ` Artur Wiebe
0 siblings, 0 replies; 3+ messages in thread
From: Artur Wiebe @ 2019-10-18 10:36 UTC (permalink / raw)
To: ptxdist
This is the error message:
configure.ac:446: error: possibly undefined macro: AM_GLIB_GNU_GETTEXT
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
autoreconf: /mnt/root/platform-x86/sysroot-host/bin/autoconf failed with exit status: 1
/usr/local/lib/ptxdist-2019.10.1/rules/post/ptxd_make_world_extract.make:45: recipe for target '/mnt/root/platform-x86/state/polkit.extract.post' failed
make: *** [/mnt/root/platform-x86/state/polkit.extract.post] Error 1
Artur
On Friday, October 18, 2019 12:08 CEST, Michael Olbrich <m.olbrich@pengutronix.de> wrote:
> It needs glib-mkenums, or is it something else?
>
> Michael
>
> On Thu, Oct 17, 2019 at 04:46:17PM +0200, Artur Wiebe wrote:
> > Signed-off-by: Artur Wiebe <artur@4wiebe.de>
> > ---
> > rules/polkit.in | 1 +
> > 1 file changed, 1 insertion(+)
> >
> > diff --git a/rules/polkit.in b/rules/polkit.in
> > index 02e1a9671..4488ae300 100644
> > --- a/rules/polkit.in
> > +++ b/rules/polkit.in
> > @@ -8,6 +8,7 @@ menuconfig POLKIT
> > select HOST_GTK_DOC
> > select EXPAT
> > select GLIB
> > + select HOST_GLIB
> > select SYSTEMD if POLKIT_SYSTEMD
> > select SYSTEMD_LOGIND if POLKIT_SYSTEMD
> > select ROOTFS_VAR_LIB if RUNTIME
> > --
> > 2.23.0
> >
> >
> > _______________________________________________
> > ptxdist mailing list
> > ptxdist@pengutronix.de
> >
>
> --
> Pengutronix e.K. | |
> Industrial Linux Solutions | http://www.pengutronix.de/ |
> Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
> Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
>
> _______________________________________________
> ptxdist mailing list
> ptxdist@pengutronix.de
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2019-10-18 10:36 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-17 14:46 [ptxdist] [PATCH] polkit: build fails without HOST_GLIB Artur Wiebe
2019-10-18 10:08 ` Michael Olbrich
2019-10-18 10:36 ` [ptxdist] ?==?utf-8?q? ?==?utf-8?q? " Artur Wiebe
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox