* [Buildroot] commit bf4465 (ncurses: fix hanging installation due to old version of tic)
@ 2011-11-24 20:47 Trevor Woerner
2011-11-24 20:57 ` Thomas Petazzoni
0 siblings, 1 reply; 6+ messages in thread
From: Trevor Woerner @ 2011-11-24 20:47 UTC (permalink / raw)
To: buildroot
Now that ncurses depends on host-ncurses I was wondering if it also
needs to depend on host-automake and/or host-pkg-config?
Could $(call AUTOTARGETS,host) be tweaked to automatically include
host-automake implicitly?
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] commit bf4465 (ncurses: fix hanging installation due to old version of tic)
2011-11-24 20:47 [Buildroot] commit bf4465 (ncurses: fix hanging installation due to old version of tic) Trevor Woerner
@ 2011-11-24 20:57 ` Thomas Petazzoni
2011-11-24 21:08 ` Trevor Woerner
0 siblings, 1 reply; 6+ messages in thread
From: Thomas Petazzoni @ 2011-11-24 20:57 UTC (permalink / raw)
To: buildroot
Le Thu, 24 Nov 2011 15:47:23 -0500,
Trevor Woerner <twoerner@gmail.com> a ?crit :
> Now that ncurses depends on host-ncurses I was wondering if it also
> needs to depend on host-automake and/or host-pkg-config?
>
> Could $(call AUTOTARGETS,host) be tweaked to automatically include
> host-automake implicitly?
It already does if <pkg>_AUTORECONF = YES.
Thomas
--
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] commit bf4465 (ncurses: fix hanging installation due to old version of tic)
2011-11-24 20:57 ` Thomas Petazzoni
@ 2011-11-24 21:08 ` Trevor Woerner
2011-11-24 21:39 ` Thomas Petazzoni
0 siblings, 1 reply; 6+ messages in thread
From: Trevor Woerner @ 2011-11-24 21:08 UTC (permalink / raw)
To: buildroot
On Thu, Nov 24, 2011 at 3:57 PM, Thomas Petazzoni
<thomas.petazzoni@free-electrons.com> wrote:
> Le Thu, 24 Nov 2011 15:47:23 -0500,
> Trevor Woerner <twoerner@gmail.com> a ?crit :
>> Could $(call AUTOTARGETS,host) be tweaked to automatically include
>> host-automake implicitly?
>
> It already does if <pkg>_AUTORECONF = YES.
Ah, and the ncurses packages does not. Shouldn't it?
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] commit bf4465 (ncurses: fix hanging installation due to old version of tic)
2011-11-24 21:08 ` Trevor Woerner
@ 2011-11-24 21:39 ` Thomas Petazzoni
2011-11-24 21:59 ` Trevor Woerner
0 siblings, 1 reply; 6+ messages in thread
From: Thomas Petazzoni @ 2011-11-24 21:39 UTC (permalink / raw)
To: buildroot
Le Thu, 24 Nov 2011 16:08:47 -0500,
Trevor Woerner <twoerner@gmail.com> a ?crit :
> Ah, and the ncurses packages does not. Shouldn't it?
Not if autoreconfiguring the package is not needed.
Thomas
--
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] commit bf4465 (ncurses: fix hanging installation due to old version of tic)
2011-11-24 21:39 ` Thomas Petazzoni
@ 2011-11-24 21:59 ` Trevor Woerner
2011-11-25 9:20 ` Thomas De Schampheleire
0 siblings, 1 reply; 6+ messages in thread
From: Trevor Woerner @ 2011-11-24 21:59 UTC (permalink / raw)
To: buildroot
I have a configuration where I'm:
- using an external toolchain
- not using busybox
- selecting a very small number of starter packages
When I record the build and look at the steps involved it starts off
looking like the following:
>>> ncurses 5.7 Extracting
>>> ncurses 5.7 Patching package//ncurses
>>> ncurses 5.7 Updating config.sub and config.guess
>>> ncurses 5.7 Patching libtool
>>> host-ncurses 5.7 Extracting
>>> host-ncurses 5.7 Patching package//ncurses
>>> host-ncurses 5.7 Updating config.sub and config.guess
>>> host-ncurses 5.7 Patching libtool
>>> host-ncurses 5.7 Configuring
>>> host-ncurses 5.7 Building
>>> host-ncurses 5.7 Installing to host directory
>>> ncurses 5.7 Configuring
>>> ncurses 5.7 Building
>>> ncurses 5.7 Installing to staging directory
>>> ncurses 5.7 Installing to target
...
Since ncurses and host-ncurses use the autotools I was just wondering
if it was an oversight that they're not first building and using
host-autotools.
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] commit bf4465 (ncurses: fix hanging installation due to old version of tic)
2011-11-24 21:59 ` Trevor Woerner
@ 2011-11-25 9:20 ` Thomas De Schampheleire
0 siblings, 0 replies; 6+ messages in thread
From: Thomas De Schampheleire @ 2011-11-25 9:20 UTC (permalink / raw)
To: buildroot
On Thu, Nov 24, 2011 at 10:59 PM, Trevor Woerner <twoerner@gmail.com> wrote:
> I have a configuration where I'm:
> - using an external toolchain
> - not using busybox
> - selecting a very small number of starter packages
>
> When I record the build and look at the steps involved it starts off
> looking like the following:
>>>> ncurses 5.7 Extracting
>>>> ncurses 5.7 Patching package//ncurses
>>>> ncurses 5.7 ?Updating config.sub and config.guess
>>>> ncurses 5.7 Patching libtool
>>>> host-ncurses 5.7 Extracting
>>>> host-ncurses 5.7 Patching package//ncurses
>>>> host-ncurses 5.7 ?Updating config.sub and config.guess
>>>> host-ncurses 5.7 Patching libtool
>>>> host-ncurses 5.7 Configuring
>>>> host-ncurses 5.7 Building
>>>> host-ncurses 5.7 Installing to host directory
>>>> ncurses 5.7 Configuring
>>>> ncurses 5.7 Building
>>>> ncurses 5.7 Installing to staging directory
>>>> ncurses 5.7 Installing to target
> ...
>
> Since ncurses and host-ncurses use the autotools I was just wondering
> if it was an oversight that they're not first building and using
> host-autotools.
The autoconf and automake script are only needed to recreate the
configure script and Makefiles, after you manually changed any of the
input files (configure.ac or Makefile.am). In most cases, you do not
change these files, and the configure script and Makefile files
distributed with the package are in line with the corresponding input
files. So, host-autoconf and host-automake are not built.
The <pkg>_AUTORECONF variable can be set to YES to force recreation of
the configure script and Makefiles, in which case these tools will be
built.
Best regards,
Thomas
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2011-11-25 9:20 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-24 20:47 [Buildroot] commit bf4465 (ncurses: fix hanging installation due to old version of tic) Trevor Woerner
2011-11-24 20:57 ` Thomas Petazzoni
2011-11-24 21:08 ` Trevor Woerner
2011-11-24 21:39 ` Thomas Petazzoni
2011-11-24 21:59 ` Trevor Woerner
2011-11-25 9:20 ` Thomas De Schampheleire
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox