diff mbox series

[1/2] package/vte: needs host-intltool

Message ID 20190713083256.28511-1-fontaine.fabrice@gmail.com
State Accepted
Headers show
Series [1/2] package/vte: needs host-intltool | expand

Commit Message

Fabrice Fontaine July 13, 2019, 8:32 a.m. UTC
Fixes:
 - http://autobuild.buildroot.org/results/30a8032ebba5a30bacd321c407a1d0734fadf757

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/vte/vte.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Thomas Petazzoni July 14, 2019, 12:51 p.m. UTC | #1
On Sat, 13 Jul 2019 10:32:55 +0200
Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:

> Fixes:
>  - http://autobuild.buildroot.org/results/30a8032ebba5a30bacd321c407a1d0734fadf757
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

This vte package has not changed since it was introduced in January
2018. Why suddenly we have this error caused by the missing intltool ?

Thanks,

Thomas
Fabrice Fontaine July 14, 2019, 1:28 p.m. UTC | #2
Dear Thomas,

Le dim. 14 juil. 2019 à 14:51, Thomas Petazzoni
<thomas.petazzoni@bootlin.com> a écrit :
>
> On Sat, 13 Jul 2019 10:32:55 +0200
> Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:
>
> > Fixes:
> >  - http://autobuild.buildroot.org/results/30a8032ebba5a30bacd321c407a1d0734fadf757
> >
> > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
>
> This vte package has not changed since it was introduced in January
> 2018. Why suddenly we have this error caused by the missing intltool ?
This version of vte currently depends on intltool through
IT_PROG_INTLTOOL([0.35]) and it uses intltool-update to retrieve the
version.
However, on my build system and the one from the Xogium autobuilder,
intltool-update is not available which raise this build failure.
I don't know why we didn't get this error sooner, perhaps because
intltool was more widely installed on the different distributions or
because host-intltool was built due to another package?
>
> Thanks,
>
> Thomas
> --
> Thomas Petazzoni, CTO, Bootlin
> Embedded Linux and Kernel engineering
> https://bootlin.com
Best Regards,

Fabrice
Thomas Petazzoni Aug. 2, 2019, 10:27 p.m. UTC | #3
On Sat, 13 Jul 2019 10:32:55 +0200
Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:

> Fixes:
>  - http://autobuild.buildroot.org/results/30a8032ebba5a30bacd321c407a1d0734fadf757
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
>  package/vte/vte.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied to master, thanks.

Thomas
Peter Korsgaard Aug. 29, 2019, 9:19 p.m. UTC | #4
>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:

 > Fixes:
 >  - http://autobuild.buildroot.org/results/30a8032ebba5a30bacd321c407a1d0734fadf757

 > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Committed to 2019.02.x and 2019.05.x, thanks.
diff mbox series

Patch

diff --git a/package/vte/vte.mk b/package/vte/vte.mk
index 90853cb4a5..7332a1ae04 100644
--- a/package/vte/vte.mk
+++ b/package/vte/vte.mk
@@ -7,7 +7,7 @@ 
 VTE_VERSION = 0.48.3
 VTE_SOURCE = vte-$(VTE_VERSION).tar.xz
 VTE_SITE = http://ftp.gnome.org/pub/gnome/sources/vte/0.48
-VTE_DEPENDENCIES = host-pkgconf libgtk3 libxml2 pcre2
+VTE_DEPENDENCIES = host-intltool host-pkgconf libgtk3 libxml2 pcre2
 VTE_LICENSE = LGPL-2.1+
 VTE_LICENSE_FILES = COPYING
 VTE_CONF_OPTS += --disable-introspection --without-gnutls --disable-vala