Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [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

* 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

* Re: [Buildroot] [PATCH v1] package/speechd: fix gettext version mismatch
  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
  0 siblings, 1 reply; 5+ messages in thread
From: Peter Seiderer @ 2023-02-27 21:41 UTC (permalink / raw)
  To: Vincent Fazio; +Cc: buildroot@buildroot.org

Hello Vincent,

On Mon, 27 Feb 2023 21:17:40 +0000, Vincent Fazio <vfazio@xes-inc.com> wrote:

> 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?

Yes, already on my ToDo list ;-), in the meantime (and for master branch/2023.2) this minimal patch...

> Otherwise I'll try to find some time to test your patch with autopoint to see if there's still an issue.

Thanks for taking a look at it...

Regards,
Peter

>
> >  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

* Re: [Buildroot] [PATCH v1] package/speechd: fix gettext version mismatch
  2023-02-27 21:41 ` Peter Seiderer
@ 2023-02-27 21:56   ` Peter Seiderer
  0 siblings, 0 replies; 5+ messages in thread
From: Peter Seiderer @ 2023-02-27 21:56 UTC (permalink / raw)
  To: Vincent Fazio; +Cc: buildroot@buildroot.org

Hello Vincent,

On Mon, 27 Feb 2023 22:41:13 +0100, Peter Seiderer <ps.report@gmx.net> wrote:

> Hello Vincent,
>
> On Mon, 27 Feb 2023 21:17:40 +0000, Vincent Fazio <vfazio@xes-inc.com> wrote:
>
> > 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?

package/speechd needs 'SPEECHD_AUTOPOINT = YES'...

Regards,
Peter


>
> Yes, already on my ToDo list ;-), in the meantime (and for master branch/2023.2) this minimal patch...
>
> > Otherwise I'll try to find some time to test your patch with autopoint to see if there's still an issue.
>
> Thanks for taking a look at it...
>
> Regards,
> Peter
>
> >
> > >  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

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

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

* Re: [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, 0 replies; 5+ messages in thread
From: Arnout Vandecappelle @ 2023-03-09 20:24 UTC (permalink / raw)
  To: Peter Seiderer, buildroot



On 27/02/2023 22:08, Peter Seiderer wrote:
> - 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>

  Applied to master, thanks.

  Regards,
  Arnout

> ---
>   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
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[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