* [Buildroot] [PATCH 1/1] package/libtool: disable makeinfo
@ 2015-07-03 1:14 Sam Bobroff
2015-07-03 16:07 ` Arnout Vandecappelle
` (2 more replies)
0 siblings, 3 replies; 7+ messages in thread
From: Sam Bobroff @ 2015-07-03 1:14 UTC (permalink / raw)
To: buildroot
host-libtool can fail to build if the host is missing makeinfo, so
disable it.
Signed-off-by: Sam Bobroff <sam.bobroff@au1.ibm.com>
---
Without this patch, buildroot fails to build host-libtool on my Debian
8 system, as it doesn't have the texinfo package installed.
package/libtool/libtool.mk | 1 +
1 file changed, 1 insertion(+)
diff --git a/package/libtool/libtool.mk b/package/libtool/libtool.mk
index 28786d2..8688f8b 100644
--- a/package/libtool/libtool.mk
+++ b/package/libtool/libtool.mk
@@ -13,6 +13,7 @@ LIBTOOL_DEPENDENCIES = host-m4
LIBTOOL_LICENSE = GPLv2+
LIBTOOL_LICENSE_FILES = COPYING
+HOST_LIBTOOL_CONF_ENV = MAKEINFO=true
HOST_LIBTOOL_LIBTOOL_PATCH = NO
# We have a patch that affects libtool.m4, which triggers an autoreconf
--
2.1.4
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [Buildroot] [PATCH 1/1] package/libtool: disable makeinfo
2015-07-03 1:14 [Buildroot] [PATCH 1/1] package/libtool: disable makeinfo Sam Bobroff
@ 2015-07-03 16:07 ` Arnout Vandecappelle
2015-07-03 17:56 ` Yann E. MORIN
2015-07-04 10:45 ` Thomas Petazzoni
2 siblings, 0 replies; 7+ messages in thread
From: Arnout Vandecappelle @ 2015-07-03 16:07 UTC (permalink / raw)
To: buildroot
On 07/03/15 03:14, Sam Bobroff wrote:
> host-libtool can fail to build if the host is missing makeinfo, so
> disable it.
>
> Signed-off-by: Sam Bobroff <sam.bobroff@au1.ibm.com>
Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Regards,
Arnout
> ---
> Without this patch, buildroot fails to build host-libtool on my Debian
> 8 system, as it doesn't have the texinfo package installed.
>
> package/libtool/libtool.mk | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/package/libtool/libtool.mk b/package/libtool/libtool.mk
> index 28786d2..8688f8b 100644
> --- a/package/libtool/libtool.mk
> +++ b/package/libtool/libtool.mk
> @@ -13,6 +13,7 @@ LIBTOOL_DEPENDENCIES = host-m4
> LIBTOOL_LICENSE = GPLv2+
> LIBTOOL_LICENSE_FILES = COPYING
>
> +HOST_LIBTOOL_CONF_ENV = MAKEINFO=true
> HOST_LIBTOOL_LIBTOOL_PATCH = NO
>
> # We have a patch that affects libtool.m4, which triggers an autoreconf
>
--
Arnout Vandecappelle arnout at mind be
Senior Embedded Software Architect +32-16-286500
Essensium/Mind http://www.mind.be
G.Geenslaan 9, 3001 Leuven, Belgium BE 872 984 063 RPR Leuven
LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
GPG fingerprint: 7493 020B C7E3 8618 8DEC 222C 82EB F404 F9AC 0DDF
^ permalink raw reply [flat|nested] 7+ messages in thread
* [Buildroot] [PATCH 1/1] package/libtool: disable makeinfo
2015-07-03 1:14 [Buildroot] [PATCH 1/1] package/libtool: disable makeinfo Sam Bobroff
2015-07-03 16:07 ` Arnout Vandecappelle
@ 2015-07-03 17:56 ` Yann E. MORIN
2015-07-04 10:45 ` Thomas Petazzoni
2 siblings, 0 replies; 7+ messages in thread
From: Yann E. MORIN @ 2015-07-03 17:56 UTC (permalink / raw)
To: buildroot
Sam, All,
On 2015-07-03 11:14 +1000, Sam Bobroff spake thusly:
> host-libtool can fail to build if the host is missing makeinfo, so
> disable it.
>
> Signed-off-by: Sam Bobroff <sam.bobroff@au1.ibm.com>
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Regards,
Yann E. MORIN.
> ---
> Without this patch, buildroot fails to build host-libtool on my Debian
> 8 system, as it doesn't have the texinfo package installed.
>
> package/libtool/libtool.mk | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/package/libtool/libtool.mk b/package/libtool/libtool.mk
> index 28786d2..8688f8b 100644
> --- a/package/libtool/libtool.mk
> +++ b/package/libtool/libtool.mk
> @@ -13,6 +13,7 @@ LIBTOOL_DEPENDENCIES = host-m4
> LIBTOOL_LICENSE = GPLv2+
> LIBTOOL_LICENSE_FILES = COPYING
>
> +HOST_LIBTOOL_CONF_ENV = MAKEINFO=true
> HOST_LIBTOOL_LIBTOOL_PATCH = NO
>
> # We have a patch that affects libtool.m4, which triggers an autoreconf
> --
> 2.1.4
>
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 223 225 172 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
^ permalink raw reply [flat|nested] 7+ messages in thread
* [Buildroot] [PATCH 1/1] package/libtool: disable makeinfo
2015-07-03 1:14 [Buildroot] [PATCH 1/1] package/libtool: disable makeinfo Sam Bobroff
2015-07-03 16:07 ` Arnout Vandecappelle
2015-07-03 17:56 ` Yann E. MORIN
@ 2015-07-04 10:45 ` Thomas Petazzoni
2015-07-06 21:37 ` Arnout Vandecappelle
2 siblings, 1 reply; 7+ messages in thread
From: Thomas Petazzoni @ 2015-07-04 10:45 UTC (permalink / raw)
To: buildroot
Dear Sam Bobroff,
On Fri, 3 Jul 2015 11:14:38 +1000, Sam Bobroff wrote:
> host-libtool can fail to build if the host is missing makeinfo, so
> disable it.
>
> Signed-off-by: Sam Bobroff <sam.bobroff@au1.ibm.com>
> ---
> Without this patch, buildroot fails to build host-libtool on my Debian
> 8 system, as it doesn't have the texinfo package installed.
Applied, thanks.
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 7+ messages in thread
* [Buildroot] [PATCH 1/1] package/libtool: disable makeinfo
2015-07-04 10:45 ` Thomas Petazzoni
@ 2015-07-06 21:37 ` Arnout Vandecappelle
2015-07-07 6:20 ` Peter Korsgaard
2015-07-07 7:22 ` Thomas Petazzoni
0 siblings, 2 replies; 7+ messages in thread
From: Arnout Vandecappelle @ 2015-07-06 21:37 UTC (permalink / raw)
To: buildroot
On 07/04/15 12:45, Thomas Petazzoni wrote:
> Dear Sam Bobroff,
>
> On Fri, 3 Jul 2015 11:14:38 +1000, Sam Bobroff wrote:
>> host-libtool can fail to build if the host is missing makeinfo, so
>> disable it.
>>
>> Signed-off-by: Sam Bobroff <sam.bobroff@au1.ibm.com>
>> ---
>> Without this patch, buildroot fails to build host-libtool on my Debian
>> 8 system, as it doesn't have the texinfo package installed.
>
> Applied, thanks.
>
> Thomas
>
BTW, Thomas, any idea why the autobuilders didn't catch this? Do the chroots
have texinfo installed?
Regards,
Arnout
--
Arnout Vandecappelle arnout at mind be
Senior Embedded Software Architect +32-16-286500
Essensium/Mind http://www.mind.be
G.Geenslaan 9, 3001 Leuven, Belgium BE 872 984 063 RPR Leuven
LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
GPG fingerprint: 7493 020B C7E3 8618 8DEC 222C 82EB F404 F9AC 0DDF
^ permalink raw reply [flat|nested] 7+ messages in thread
* [Buildroot] [PATCH 1/1] package/libtool: disable makeinfo
2015-07-06 21:37 ` Arnout Vandecappelle
@ 2015-07-07 6:20 ` Peter Korsgaard
2015-07-07 7:22 ` Thomas Petazzoni
1 sibling, 0 replies; 7+ messages in thread
From: Peter Korsgaard @ 2015-07-07 6:20 UTC (permalink / raw)
To: buildroot
>>>>> "Arnout" == Arnout Vandecappelle <arnout@mind.be> writes:
Hi,
> BTW, Thomas, any idea why the autobuilders didn't catch this? Do the chroots
> have texinfo installed?
I cannot say for Thomas, but the autobuilders I run on gccX do not run
in a chroot, and they do have texinfo installed.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 7+ messages in thread
* [Buildroot] [PATCH 1/1] package/libtool: disable makeinfo
2015-07-06 21:37 ` Arnout Vandecappelle
2015-07-07 6:20 ` Peter Korsgaard
@ 2015-07-07 7:22 ` Thomas Petazzoni
1 sibling, 0 replies; 7+ messages in thread
From: Thomas Petazzoni @ 2015-07-07 7:22 UTC (permalink / raw)
To: buildroot
Arnout,
On Mon, 6 Jul 2015 23:37:49 +0200, Arnout Vandecappelle wrote:
> BTW, Thomas, any idea why the autobuilders didn't catch this? Do the chroots
> have texinfo installed?
My chroot does not have texinfo installed:
test at build:~$ dpkg -l | grep texinfo
test at build:~$ which makeinfo
test at build:~$
This makeinfo thing is very mysterious to me. Sometimes it complains
it's missing, sometimes not. I've never been able to really understand
what happens.
I am wondering if some packages don't bundle the pre-generated
documentation in their tarball, but sometimes have the pre-generated
files with an older date than the source files, which causes the
documentation to be generated once again. But that's really just a
guess.
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2015-07-07 7:22 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-03 1:14 [Buildroot] [PATCH 1/1] package/libtool: disable makeinfo Sam Bobroff
2015-07-03 16:07 ` Arnout Vandecappelle
2015-07-03 17:56 ` Yann E. MORIN
2015-07-04 10:45 ` Thomas Petazzoni
2015-07-06 21:37 ` Arnout Vandecappelle
2015-07-07 6:20 ` Peter Korsgaard
2015-07-07 7:22 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox