From: Baruch Siach <baruch@tkos.co.il>
To: buildroot@busybox.net
Subject: [Buildroot] [autobuild.buildroot.net] Build results for 2014-03-28
Date: Thu, 3 Apr 2014 16:13:29 +0300 [thread overview]
Message-ID: <20140403131329.GJ4579@tarshish> (raw)
In-Reply-To: <20140330051113.GA4579@tarshish>
Hi Thomas, all,
On Sun, Mar 30, 2014 at 08:11:13AM +0300, Baruch Siach wrote:
> On Sat, Mar 29, 2014 at 05:54:52PM +0100, Thomas Petazzoni wrote:
> > > i686 | wget-1.15 | NOK | http://autobuild.buildroot.net/results/849a7167241f4fd4ea8bab1085c8fc3db5e4495d/
> > > i686 | wget-1.15 | NOK | http://autobuild.buildroot.net/results/6526c2392eba1b3f6193ec6c3e87af548dbbf8b0/
> > > i686 | wget-1.15 | NOK | http://autobuild.buildroot.net/results/23237d2f90d8ec0584a9eb4de8b9b785089053ac/
> >
> > These problems exist since AUTORECONF has been enabled on wget, by
> > commit 84bf8f04c68074e7a3acee4018f2ddd63733b52e from Baruch.
> >
> > Baruch, can you have a look?
>
> I'll take a look in a few days.
The direct cause of this build failure is the gettext version check at
po/Makefile.in.in:
check-macro-version:
@test "$(GETTEXT_MACRO_VERSION)" = "@GETTEXT_MACRO_VERSION@"
Since commit 84bf8f04c6807 (wget: fix build against uclibc snapshot) we
autoreconf wget. When host-gettext is built before wget, the generated
aclocal.m4 file includes the gettext version of gettext.m4 instead of wget own
version of this file which is older. The reason for that seems to be that the
gettext gettext.m4 is copied to $(HOST_DIR)/usr/share/aclocal which is added
to aclocal search path with its -I parameter. The newer gettext.m4 defines
GETTEXT_MACRO_VERSION as 0.18, while po/Makefile.in.in expects 0.17.
My questions is: how can we avoid getting the wrong gettext.m4 version used?
baruch
--
http://baruch.siach.name/blog/ ~. .~ Tk Open Systems
=}------------------------------------------------ooO--U--Ooo------------{=
- baruch at tkos.co.il - tel: +972.2.679.5364, http://www.tkos.co.il -
next prev parent reply other threads:[~2014-04-03 13:13 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-03-29 7:30 [Buildroot] [autobuild.buildroot.net] Build results for 2014-03-28 Thomas Petazzoni
2014-03-29 16:54 ` Thomas Petazzoni
2014-03-29 17:06 ` Max Filippov
2014-03-30 15:27 ` Thomas Petazzoni
2014-03-30 22:09 ` Marcelo Gutierrez
2014-03-29 19:16 ` Gustavo Zacarias
2014-03-30 5:11 ` Baruch Siach
2014-04-03 13:13 ` Baruch Siach [this message]
2014-03-30 11:59 ` Yegor Yefremov
2014-04-05 12:48 ` Thomas Petazzoni
2014-04-05 14:44 ` Yegor Yefremov
2014-04-05 17:07 ` Thomas Petazzoni
2014-03-31 10:24 ` Anton Kolesov
2014-03-31 10:32 ` Thomas Petazzoni
2014-03-31 10:42 ` Anton Kolesov
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=20140403131329.GJ4579@tarshish \
--to=baruch@tkos.co.il \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox