Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] undefined macro: AM_PROG_LIBTOOL (buildroot failure)
@ 2008-05-28 21:09 Ram kumar
  2008-06-13  8:49 ` Peter Korsgaard
  0 siblings, 1 reply; 5+ messages in thread
From: Ram kumar @ 2008-05-28 21:09 UTC (permalink / raw)
  To: buildroot

hi,
     Iam trying to build a development environment using buildroot for my
atmel eval kit (AT91SAM9260 ek).I follow the instruaction in the website
http://www.linux4sam.org/twiki/bin/view/Linux4SAM/BuildRoot. But my
buildroot fails when it is trying to build libusb.

First the buildroot throws 404 file not found error since
http://ftp.debian.org/pool/main/libu/libusb/ doesn't have
libusb_0.1.12-9.diff.gz which buildroot looks for......so i edited the
/buildroot/package/libusb/libusb.mk file to download
libusb_0.1.12-11.diff.gz which is present in the FTP server.

Build root then succeeds and stops with the following error message.

configure.in:84: warning: macro `AM_PROG_LIBTOOL' not found in library
autoreconf: configure.in: tracing
autoreconf: configure.in: not using Libtool
autoreconf: running: /buildroot/build_arm/staging_dir/usr/bin/autoconf
--include=/buildroot/build_arm/staging_dir/usr/share/aclocal --force
configure.in:84: error: possibly undefined macro: AM_PROG_LIBTOOL
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.
autoreconf: /buildroot/build_arm/staging_dir/usr/bin/autoconf failed with
exit status: 1

Please guide me whether i have to apply any patch to overcome this error ?

I have tried buiding buildroot for several times.But i didn't succeed even
for a single time.Most of the time i get the file not found error or some
unknown error.

Is this because iam compiling a recent version or a beta version or an
unstable version?

Please guide me which version of buildroot will compile properly  ? so that
i can download that and build a development environment for my research.

Regards,
Ram
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://busybox.net/lists/buildroot/attachments/20080529/46cfde58/attachment.htm 

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

* [Buildroot] undefined macro: AM_PROG_LIBTOOL (buildroot failure)
  2008-05-28 21:09 [Buildroot] undefined macro: AM_PROG_LIBTOOL (buildroot failure) Ram kumar
@ 2008-06-13  8:49 ` Peter Korsgaard
  2008-09-25 10:52   ` Ram kumar
  2008-09-25 10:54   ` Ram kumar
  0 siblings, 2 replies; 5+ messages in thread
From: Peter Korsgaard @ 2008-06-13  8:49 UTC (permalink / raw)
  To: buildroot

>>>>> "Ram" == Ram kumar <ramkumar.research@gmail.com> writes:

 Ram> hi,

 Ram>      Iam trying to build a development environment using
 Ram> buildroot for my atmel eval kit (AT91SAM9260 ek).I follow the
 Ram> instruaction in the website http://
 Ram> www.linux4sam.org/twiki/bin/view/Linux4SAM/BuildRoot. But my
 Ram> buildroot fails when it is trying to build libusb.

 Ram> First the buildroot throws 404 file not found error since
 Ram> http://ftp.debian.org /pool/main/libu/libusb/ doesn't have
 Ram> libusb_0.1.12-9.diff.gz which buildroot looks for......so i
 Ram> edited the /buildroot/package/libusb/libusb.mk file to download
 Ram> libusb_0.1.12-11.diff.gz which is present in the FTP server.

libusb missed a dependency on host-libtool and patch version bumped.
Fixed in r22311-r22313.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] undefined macro: AM_PROG_LIBTOOL (buildroot failure)
  2008-06-13  8:49 ` Peter Korsgaard
@ 2008-09-25 10:52   ` Ram kumar
  2008-09-29  9:53     ` Peter Korsgaard
  2008-09-25 10:54   ` Ram kumar
  1 sibling, 1 reply; 5+ messages in thread
From: Ram kumar @ 2008-09-25 10:52 UTC (permalink / raw)
  To: buildroot

hi peter,



On Fri, Jun 13, 2008 at 2:19 PM, Peter Korsgaard <jacmet@uclibc.org> wrote:
>>>>>> "Ram" == Ram kumar <ramkumar.research@gmail.com> writes:
>
>  Ram> hi,
>
>  Ram>      Iam trying to build a development environment using
>  Ram> buildroot for my atmel eval kit (AT91SAM9260 ek).I follow the
>  Ram> instruaction in the website http://
>  Ram> www.linux4sam.org/twiki/bin/view/Linux4SAM/BuildRoot. But my
>  Ram> buildroot fails when it is trying to build libusb.
>
>  Ram> First the buildroot throws 404 file not found error since
>  Ram> http://ftp.debian.org /pool/main/libu/libusb/ doesn't have
>  Ram> libusb_0.1.12-9.diff.gz which buildroot looks for......so i
>  Ram> edited the /buildroot/package/libusb/libusb.mk file to download
>  Ram> libusb_0.1.12-11.diff.gz which is present in the FTP server.
>
> libusb missed a dependency on host-libtool and patch version bumped.
> Fixed in r22311-r22313.

can you just tell me....how to download the patch and apply it ?????

Once upon a time.I have downloaded the buildroot from this website.

Please guide me to compile with this patch

Regards,
Ram

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

* [Buildroot] undefined macro: AM_PROG_LIBTOOL (buildroot failure)
  2008-06-13  8:49 ` Peter Korsgaard
  2008-09-25 10:52   ` Ram kumar
@ 2008-09-25 10:54   ` Ram kumar
  1 sibling, 0 replies; 5+ messages in thread
From: Ram kumar @ 2008-09-25 10:54 UTC (permalink / raw)
  To: buildroot

hi,

On Fri, Jun 13, 2008 at 2:19 PM, Peter Korsgaard <jacmet@uclibc.org> wrote:
>>>>>> "Ram" == Ram kumar <ramkumar.research@gmail.com> writes:
>
>  Ram> hi,
>
>  Ram>      Iam trying to build a development environment using
>  Ram> buildroot for my atmel eval kit (AT91SAM9260 ek).I follow the
>  Ram> instruaction in the website http://
>  Ram> www.linux4sam.org/twiki/bin/view/Linux4SAM/BuildRoot. But my
>  Ram> buildroot fails when it is trying to build libusb.
>
>  Ram> First the buildroot throws 404 file not found error since
>  Ram> http://ftp.debian.org /pool/main/libu/libusb/ doesn't have
>  Ram> libusb_0.1.12-9.diff.gz which buildroot looks for......so i
>  Ram> edited the /buildroot/package/libusb/libusb.mk file to download
>  Ram> libusb_0.1.12-11.diff.gz which is present in the FTP server.
>
> libusb missed a dependency on host-libtool and patch version bumped.
> Fixed in r22311-r22313.
>

I have buildroot downloaded from
http://buildroot.uclibc.org/downloads/snapshots/

Please guide me to download the above patch and apply ???

Regards,
Ram

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

* [Buildroot] undefined macro: AM_PROG_LIBTOOL (buildroot failure)
  2008-09-25 10:52   ` Ram kumar
@ 2008-09-29  9:53     ` Peter Korsgaard
  0 siblings, 0 replies; 5+ messages in thread
From: Peter Korsgaard @ 2008-09-29  9:53 UTC (permalink / raw)
  To: buildroot

>>>>> "Ram" == Ram kumar <ramkumar.research@gmail.com> writes:

Hi,

 >> libusb missed a dependency on host-libtool and patch version bumped.
 >> Fixed in r22311-r22313.

 Ram> can you just tell me....how to download the patch and apply it ?????

You can either do a svn checkout or download the nightly tarball (any
version since June 14th should be ok.

If you only want those particular commits you can take then with svn
diff - No guarantees that they apply cleanly or do the right things on
other versions ofcause.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2008-09-29  9:53 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-28 21:09 [Buildroot] undefined macro: AM_PROG_LIBTOOL (buildroot failure) Ram kumar
2008-06-13  8:49 ` Peter Korsgaard
2008-09-25 10:52   ` Ram kumar
2008-09-29  9:53     ` Peter Korsgaard
2008-09-25 10:54   ` Ram kumar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox