public inbox for ltp@lists.linux.it
 help / color / mirror / Atom feed
* [LTP] About "make autotools" failure
@ 2010-11-04 10:22 Mitani
  2010-11-05  1:15 ` Garrett Cooper
  0 siblings, 1 reply; 3+ messages in thread
From: Mitani @ 2010-11-04 10:22 UTC (permalink / raw)
  To: ltp-list

Hi,


I tried to build LTP with today's git "ltp-40be648.tar.gz".
But "make autotools" failed in my all systems.

------------
sed -n '1{s:LTP-:m4_define([LTP_VERSION],[:;s:$:]):;p;q}' ChangeLog >
m4/ltp-version.m4
aclocal -I m4
autoconf
autoheader
automake -c -a
configure.ac:18: installing `./config.guess'
configure.ac:18: installing `./config.sub'
configure.ac:4: installing `./install-sh'
configure.ac:4: installing `./missing'
set -x; \
	cd testcases/kernel/syscalls/pcllib && \
	aclocal && \
	autoconf && \
	autoheader && \
	automake --add-missing
+ cd testcases/kernel/syscalls/pcllib
+ aclocal
+ autoconf
configure.in:11: error: possibly undefined macro: AC_PROG_LIBTOOL
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.
make: *** [testcases/kernel/syscalls/pcllib/configure] Error 1
------------

The environments of my systems are as follows:
  - RHEL4.8 (kernel version 2.6.9-89)   --- (x86, x86_64, ia64)
  - RHEL5.5 (kernel version 2.6.18-194) --- (x86, x86_64, ia64)


I use "automake", "autoconf" and "m4" whose versions are same as 
written in "INSTALL" file:
------------
[root@RHEL55-64-LTP ~]# automake --version
automake (GNU automake) 1.10.2
Copyright (C) 2008 Free Software Foundation, Inc.
License GPLv2+: GNU GPL version 2 or later
<http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Written by Tom Tromey <tromey@redhat.com>
       and Alexandre Duret-Lutz <adl@gnu.org>.
[root@RHEL55-64-LTP ~]# autoconf --version
autoconf (GNU Autoconf) 2.61
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software.  You may redistribute copies of it under the terms of
the GNU General Public License <http://www.gnu.org/licenses/gpl.html>.
There is NO WARRANTY, to the extent permitted by law.

Written by David J. MacKenzie and Akim Demaille.
[root@RHEL55-64-LTP ~]# m4 --version
GNU M4 1.4.7
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Written by Rene' Seindal.
[root@RHEL55-64-LTP ~]#
------------



By the way, in today's git "ltp-40be648.tar.gz", "${LTPROOT}/testcases/
kernel/syscalls/pcllib/aclocal.m4" is overwritten after failure of 
"make autotools" command.
But, in older gits "ltp-7e2cbbd", "${LTPROOT}/testcases/kernel/
syscalls/pcllib/aclocal.m4" is not overwritten after success of 
"make autotools" command.
Why?


Regards--

-Tomonori Mitani



------------------------------------------------------------------------------
The Next 800 Companies to Lead America's Growth: New Video Whitepaper
David G. Thomson, author of the best-selling book "Blueprint to a 
Billion" shares his insights and actions to help propel your 
business during the next growth cycle. Listen Now!
http://p.sf.net/sfu/SAP-dev2dev
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

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

* Re: [LTP] About "make autotools" failure
  2010-11-04 10:22 [LTP] About "make autotools" failure Mitani
@ 2010-11-05  1:15 ` Garrett Cooper
  2010-11-08  9:18   ` Mitani
  0 siblings, 1 reply; 3+ messages in thread
From: Garrett Cooper @ 2010-11-05  1:15 UTC (permalink / raw)
  To: Mitani; +Cc: ltp-list

On Thu, Nov 4, 2010 at 3:22 AM, Mitani <mitani@ryobi.co.jp> wrote:
> Hi,
>
>
> I tried to build LTP with today's git "ltp-40be648.tar.gz".
> But "make autotools" failed in my all systems.
>
> ------------
> sed -n '1{s:LTP-:m4_define([LTP_VERSION],[:;s:$:]):;p;q}' ChangeLog >
> m4/ltp-version.m4
> aclocal -I m4
> autoconf
> autoheader
> automake -c -a
> configure.ac:18: installing `./config.guess'
> configure.ac:18: installing `./config.sub'
> configure.ac:4: installing `./install-sh'
> configure.ac:4: installing `./missing'
> set -x; \
>        cd testcases/kernel/syscalls/pcllib && \
>        aclocal && \
>        autoconf && \
>        autoheader && \
>        automake --add-missing
> + cd testcases/kernel/syscalls/pcllib
> + aclocal
> + autoconf
> configure.in:11: error: possibly undefined macro: AC_PROG_LIBTOOL
>      If this token and others are legitimate, please use m4_pattern_allow.
>      See the Autoconf documentation.
> make: *** [testcases/kernel/syscalls/pcllib/configure] Error 1
> ------------
>
> The environments of my systems are as follows:
>  - RHEL4.8 (kernel version 2.6.9-89)   --- (x86, x86_64, ia64)
>  - RHEL5.5 (kernel version 2.6.18-194) --- (x86, x86_64, ia64)
>
>
> I use "automake", "autoconf" and "m4" whose versions are same as
> written in "INSTALL" file:
> ------------
> [root@RHEL55-64-LTP ~]# automake --version
> automake (GNU automake) 1.10.2
> Copyright (C) 2008 Free Software Foundation, Inc.
> License GPLv2+: GNU GPL version 2 or later
> <http://gnu.org/licenses/gpl.html>
> This is free software: you are free to change and redistribute it.
> There is NO WARRANTY, to the extent permitted by law.
>
> Written by Tom Tromey <tromey@redhat.com>
>       and Alexandre Duret-Lutz <adl@gnu.org>.
> [root@RHEL55-64-LTP ~]# autoconf --version
> autoconf (GNU Autoconf) 2.61
> Copyright (C) 2006 Free Software Foundation, Inc.
> This is free software.  You may redistribute copies of it under the terms of
> the GNU General Public License <http://www.gnu.org/licenses/gpl.html>.
> There is NO WARRANTY, to the extent permitted by law.
>
> Written by David J. MacKenzie and Akim Demaille.
> [root@RHEL55-64-LTP ~]# m4 --version
> GNU M4 1.4.7
> Copyright (C) 2006 Free Software Foundation, Inc.
> This is free software; see the source for copying conditions.  There is NO
> warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
>
> Written by Rene' Seindal.
> [root@RHEL55-64-LTP ~]#
> ------------
>
>
>
> By the way, in today's git "ltp-40be648.tar.gz", "${LTPROOT}/testcases/
> kernel/syscalls/pcllib/aclocal.m4" is overwritten after failure of
> "make autotools" command.
> But, in older gits "ltp-7e2cbbd", "${LTPROOT}/testcases/kernel/
> syscalls/pcllib/aclocal.m4" is not overwritten after success of
> "make autotools" command.
> Why?

    I was trying to get rid of autogenerated files, but unfortunately
I was only half successful. I'll restore the original files if I can't
get the whole thing to work tonight (please try installing the libtool
package to see if the problem goes away though first).
Thanks and sorry for the inconvenience,
-Garrett

------------------------------------------------------------------------------
The Next 800 Companies to Lead America's Growth: New Video Whitepaper
David G. Thomson, author of the best-selling book "Blueprint to a 
Billion" shares his insights and actions to help propel your 
business during the next growth cycle. Listen Now!
http://p.sf.net/sfu/SAP-dev2dev
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

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

* Re: [LTP] About "make autotools" failure
  2010-11-05  1:15 ` Garrett Cooper
@ 2010-11-08  9:18   ` Mitani
  0 siblings, 0 replies; 3+ messages in thread
From: Mitani @ 2010-11-08  9:18 UTC (permalink / raw)
  To: 'Garrett Cooper'; +Cc: ltp-list

> -----Original Message-----
> From: Garrett Cooper [mailto:yanegomi@gmail.com]
> Sent: Friday, November 05, 2010 10:16 AM
> To: Mitani
> Cc: ltp-list@lists.sourceforge.net
> Subject: Re: [LTP] About "make autotools" failure
> 
> On Thu, Nov 4, 2010 at 3:22 AM, Mitani <mitani@ryobi.co.jp> wrote:
> > Hi,
> >
> >
> > I tried to build LTP with today's git "ltp-40be648.tar.gz".
> > But "make autotools" failed in my all systems.
> >
> > ------------
> > sed -n '1{s:LTP-:m4_define([LTP_VERSION],[:;s:$:]):;p;q}'
> ChangeLog >
> > m4/ltp-version.m4
> > aclocal -I m4
> > autoconf
> > autoheader
> > automake -c -a
> > configure.ac:18: installing `./config.guess'
> > configure.ac:18: installing `./config.sub'
> > configure.ac:4: installing `./install-sh'
> > configure.ac:4: installing `./missing'
> > set -x; \
> >        cd testcases/kernel/syscalls/pcllib && \
> >        aclocal && \
> >        autoconf && \
> >        autoheader && \
> >        automake --add-missing
> > + cd testcases/kernel/syscalls/pcllib
> > + aclocal
> > + autoconf
> > configure.in:11: error: possibly undefined macro: AC_PROG_LIBTOOL
> >      If this token and others are legitimate, please use
> m4_pattern_allow.
> >      See the Autoconf documentation.
> > make: *** [testcases/kernel/syscalls/pcllib/configure] Error 1
> > ------------
> >
> > The environments of my systems are as follows:
> >  - RHEL4.8 (kernel version 2.6.9-89)   --- (x86, x86_64, ia64)
> >  - RHEL5.5 (kernel version 2.6.18-194) --- (x86, x86_64, ia64)
> >
> >
> > I use "automake", "autoconf" and "m4" whose versions are same as
> > written in "INSTALL" file:
> > ------------
> > [root@RHEL55-64-LTP ~]# automake --version
> > automake (GNU automake) 1.10.2
> > Copyright (C) 2008 Free Software Foundation, Inc.
> > License GPLv2+: GNU GPL version 2 or later
> > <http://gnu.org/licenses/gpl.html>
> > This is free software: you are free to change and redistribute it.
> > There is NO WARRANTY, to the extent permitted by law.
> >
> > Written by Tom Tromey <tromey@redhat.com>
> >       and Alexandre Duret-Lutz <adl@gnu.org>.
> > [root@RHEL55-64-LTP ~]# autoconf --version
> > autoconf (GNU Autoconf) 2.61
> > Copyright (C) 2006 Free Software Foundation, Inc.
> > This is free software.  You may redistribute copies of it under the
> terms of
> > the GNU General Public License
> <http://www.gnu.org/licenses/gpl.html>.
> > There is NO WARRANTY, to the extent permitted by law.
> >
> > Written by David J. MacKenzie and Akim Demaille.
> > [root@RHEL55-64-LTP ~]# m4 --version
> > GNU M4 1.4.7
> > Copyright (C) 2006 Free Software Foundation, Inc.
> > This is free software; see the source for copying conditions.  There
> is NO
> > warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
> PURPOSE.
> >
> > Written by Rene' Seindal.
> > [root@RHEL55-64-LTP ~]#
> > ------------
> >
> >
> >
> > By the way, in today's git "ltp-40be648.tar.gz",
> "${LTPROOT}/testcases/
> > kernel/syscalls/pcllib/aclocal.m4" is overwritten after failure of
> > "make autotools" command.
> > But, in older gits "ltp-7e2cbbd", "${LTPROOT}/testcases/kernel/
> > syscalls/pcllib/aclocal.m4" is not overwritten after success of
> > "make autotools" command.
> > Why?
> 
>     I was trying to get rid of autogenerated files, but unfortunately
> I was only half successful. I'll restore the original files if I can't
> get the whole thing to work tonight (please try installing the libtool
> package to see if the problem goes away though first).
> Thanks and sorry for the inconvenience,
> -Garrett


I'm sorry for late reply.
I succeeded "make autotools" with today's git "ltp-882ad81.tar.gz".

Thank you--

-Tomonori Mitani



------------------------------------------------------------------------------
The Next 800 Companies to Lead America's Growth: New Video Whitepaper
David G. Thomson, author of the best-selling book "Blueprint to a 
Billion" shares his insights and actions to help propel your 
business during the next growth cycle. Listen Now!
http://p.sf.net/sfu/SAP-dev2dev
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

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

end of thread, other threads:[~2010-11-08  9:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-04 10:22 [LTP] About "make autotools" failure Mitani
2010-11-05  1:15 ` Garrett Cooper
2010-11-08  9:18   ` Mitani

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