Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* Re: [Buildroot] [PATCH v1] package/speechd: fix gettext version mismatch
@ 2023-02-27 21:17 Vincent Fazio
  2023-02-27 21:41 ` Peter Seiderer
  0 siblings, 1 reply; 5+ messages in thread
From: Vincent Fazio @ 2023-02-27 21:17 UTC (permalink / raw)
  To: Peter Seiderer, buildroot@buildroot.org

Peter,

> -----Original Message-----
> From: buildroot <buildroot-bounces@buildroot.org> On Behalf Of Peter
> Seiderer
> Sent: Monday, February 27, 2023 3:08 PM
> To: buildroot@buildroot.org
> Subject: [External] - [Buildroot] [PATCH v1] package/speechd: fix gettext
> version mismatch
> 
> - fix gettext version mismatch in case of BR2_SYSTEM_ENABLE_NLS and
>   BR2_PACKAGE_PROVIDES_HOST_GETTEXT="host-gettext-gnu" by setting
>   SPEECHD_GETTEXTIZE
> 
> Fixes:
> 
>   -
> http://autobuild.buildroot.net/results/283333290c5adb48d0c6e592b3261992
> 537f92d3
> 
>   Making all in po
>   *** error: gettext infrastructure mismatch: using a Makefile.in.in from
> gettext version 0.19 but the autoconf macros are from gettext version 0.20
> 
> Signed-off-by: Peter Seiderer <ps.report@gmx.net>
> ---
>  package/speechd/speechd.mk | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/package/speechd/speechd.mk b/package/speechd/speechd.mk
> index dee94a6752..ec62980986 100644
> --- a/package/speechd/speechd.mk
> +++ b/package/speechd/speechd.mk
> @@ -11,6 +11,7 @@ SPEECHD_LICENSE_FILES = COPYING.GPL-2
> COPYING.GPL-3 COPYING.LGPL  SPEECHD_INSTALL_STAGING = YES  #
> speechd source code is released without configure script
> SPEECHD_AUTORECONF = YES
> +SPEECHD_GETTEXTIZE = YES

I wonder if this will actually be necessary after https://patchwork.ozlabs.org/project/buildroot/list/?series=343029

Can you test to see if it's still a problem after applying the series and using autopoint?
Otherwise I'll try to find some time to test your patch with autopoint to see if there's still an issue.

>  SPEECHD_DEPENDENCIES = host-pkgconf dotconf libglib2 libsndfile
> SPEECHD_CONF_ENV = ac_cv_prog_HELP2MAN=""
>  SPEECHD_CONF_OPTS = --without-kali
> --
> 2.39.2
> 
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
> CAUTION: This email originated from outside of the organization. Do not click
> links or open attachments unless you recognize the sender and know the
> content is safe.

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 5+ messages in thread
* [Buildroot] [PATCH v1] package/speechd: fix gettext version mismatch
@ 2023-02-27 21:08 Peter Seiderer
  2023-03-09 20:24 ` Arnout Vandecappelle
  0 siblings, 1 reply; 5+ messages in thread
From: Peter Seiderer @ 2023-02-27 21:08 UTC (permalink / raw)
  To: buildroot

- fix gettext version mismatch in case of BR2_SYSTEM_ENABLE_NLS and
  BR2_PACKAGE_PROVIDES_HOST_GETTEXT="host-gettext-gnu" by setting
  SPEECHD_GETTEXTIZE

Fixes:

  -  http://autobuild.buildroot.net/results/283333290c5adb48d0c6e592b3261992537f92d3

  Making all in po
  *** error: gettext infrastructure mismatch: using a Makefile.in.in from gettext version 0.19 but the autoconf macros are from gettext version 0.20

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
---
 package/speechd/speechd.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/speechd/speechd.mk b/package/speechd/speechd.mk
index dee94a6752..ec62980986 100644
--- a/package/speechd/speechd.mk
+++ b/package/speechd/speechd.mk
@@ -11,6 +11,7 @@ SPEECHD_LICENSE_FILES = COPYING.GPL-2 COPYING.GPL-3 COPYING.LGPL
 SPEECHD_INSTALL_STAGING = YES
 # speechd source code is released without configure script
 SPEECHD_AUTORECONF = YES
+SPEECHD_GETTEXTIZE = YES
 SPEECHD_DEPENDENCIES = host-pkgconf dotconf libglib2 libsndfile
 SPEECHD_CONF_ENV = ac_cv_prog_HELP2MAN=""
 SPEECHD_CONF_OPTS = --without-kali
-- 
2.39.2

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-03-09 20:24 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-27 21:17 [Buildroot] [PATCH v1] package/speechd: fix gettext version mismatch Vincent Fazio
2023-02-27 21:41 ` Peter Seiderer
2023-02-27 21:56   ` Peter Seiderer
  -- strict thread matches above, loose matches on Subject: below --
2023-02-27 21:08 Peter Seiderer
2023-03-09 20:24 ` Arnout Vandecappelle

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox