public inbox for ltp@lists.linux.it
 help / color / mirror / Atom feed
From: Subrata Modak <subrata@linux.vnet.ibm.com>
To: Garrett Cooper <yanegomi@gmail.com>
Cc: ltp-list@lists.sourceforge.net,
	TED ITC Agarwal Ashish <ashish.g@teldevice.co.jp>
Subject: Re: [LTP] LTP installation  configure Error
Date: Wed, 13 Jan 2010 19:49:22 +0530	[thread overview]
Message-ID: <1263392362.5591.27.camel@subratamodak.linux.ibm.com> (raw)
In-Reply-To: <4B471F8D.7010907@teldevice.co.jp>

Garrett,

On Fri, 2010-01-08 at 21:05 +0900, TED ITC Agarwal Ashish wrote: 
> Hello Nicholas,
> 
> Cc: All
> 
> Thanks a lot Dear,
> 
> Yes it seems to me too pretty good to tackle this as Warning not the Error condition.
> but after that too it didn't work the system Fedora Core 3(i checked quickly, not debug at my level).
> but i didn't go well, it is as as before.
> Also tried after "$make clean" & "$./configure".
> 
> Because in the mean while i updated my Fedora3 to Fedora5 (kernel 2.6.15-1.2054-FC5).
> 
> For this new configuration i were able to complete the "$./configure" & "$make all" part.
> but when i tried to "make install" i had an another compiler error as below:
> 
> """""
> internal compiler error: in merge_alias_info, at tree-ssa-copy.c:235
> Please submit a full bug report,
> """""
> 
> So i hang around gOOgliNg and found that it is a GCC compiler problem.
> The compiler over FC5 were 4.1.0.
> I thought it were again challenging to update the compiler so for the very first time i just updated this to Fc7 system, where i had GCC 4.1.2.
> The flow went great and i were able to do the test primarily.
> 
> ============================
> FYI: the LTP-Full-20091231 installs the LTP over /opt/LTP location.
> Don't try to run it over the directory we make install this.
> * (i had 15 minutes fight for this conclusion,
>     because there were no msg of it over installations time)
> ============================
> 
> 
> ????????????????????????????????????????
> 
> Now 2 more question added to this queue is: The requirement specification of LTP.
> 
> Q2. Gcc -> ? (which version)
> Kernel -> ?
> 
> Q3. I will search further now on, but i want to ask is the same LTP is valid for the other CPU's as well.
> My AIM to check for the i.MX17 device (ARM Core) Embedded Linux. (kernel 2.6.19.2-xx)
> 
> ????????????????????????????????????????
> 
> --
> Ashish Agarwal
> '? =?'
> When others working for an Impossible task, It is better to be quite though.
> Let the others proceed  ...... !!
> 
> Nicolas Joly ????????:
> > On Fri, Jan 08, 2010 at 03:51:28PM +0900, TED ITC Agarwal Ashish wrote:
> >> Hello All
> >>
> >> I am novice for the LTP, just last week i heard something LTP
> >> and feel curious about it so started searching and installations.
> >>
> >> "./configure " generates Error to me as written below.
> >>
> >> configure: error: Couldn't find functional copy of quota v2 - are you running 2.4.x?
> > 
> > Hi,
> > 
> > I do see the same with an old 2006.0 Gentoo base (actually in a
> > chroot) ... I worked around it by making it a warning instead of an
> > error.
> > 
> > IMHO, lacking some features should not prevent building/running LTP.
> > 
> > 
> > Index: m4/ltp-quota.m4
> > ===================================================================
> > RCS file: /cvsroot/ltp/ltp/m4/ltp-quota.m4,v
> > retrieving revision 1.4
> > diff -u -p -r1.4 ltp-quota.m4
> > --- m4/ltp-quota.m4	20 Dec 2009 00:36:35 -0000	1.4
> > +++ m4/ltp-quota.m4	8 Jan 2010 11:24:14 -0000
> > @@ -37,7 +37,7 @@ dnl}],[has_24_quotactl="yes"],
> >  #include <unistd.h>],[
> >  int main(void) {
> >  	return quotactl(Q_GETINFO, (const char *)NULL, geteuid(), (caddr_t)NULL);
> > -}],[has_quotav2="yes"],[AC_MSG_ERROR([Couldn't find functional copy of quota v2 - are you running 2.4.x?])])
> > +}],[has_quotav2="yes"],[AC_MSG_WARN([Couldn't find functional copy of quota v2 - are you running 2.4.x?])])
> >  dnl if test "x$has_24_quotactl" = "xyes"; then
> >  dnl	AC_DEFINE(HAS_24_QUOTACTL,1,[Define to 1 if you have the 2.4.x version of quotactl, e.g. require linux/quota.h instead of sys/quota.h])
> >  dnl elif test "x$has_new_26_quotactl" = "xyes"; then

Please see this patch and kindly make changes accordingly.

Regards--
Subrata

> > 
> 
> ------------------------------------------------------------------------------
> This SF.Net email is sponsored by the Verizon Developer Community
> Take advantage of Verizon's best-in-class app development support
> A streamlined, 14 day to market process makes app distribution fast and easy
> Join now and get one step closer to millions of Verizon customers
> http://p.sf.net/sfu/verizon-dev2dev 
> _______________________________________________
> Ltp-list mailing list
> Ltp-list@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/ltp-list


------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

  reply	other threads:[~2010-01-13 14:19 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-01-08  6:51 [LTP] LTP installation configure Error TED ITC Agarwal Ashish
2010-01-08 11:25 ` Nicolas Joly
2010-01-08 12:05   ` TED ITC Agarwal Ashish
2010-01-13 14:19     ` Subrata Modak [this message]
2010-01-13 17:52       ` Garrett Cooper
2010-01-13 18:33         ` Nicolas Joly
2010-01-13 18:42           ` Garrett Cooper
  -- strict thread matches above, loose matches on Subject: below --
2010-01-19  8:50 Shanmuga Jayabalan
2010-01-19 11:17 ` Garrett Cooper
2010-01-20 11:35   ` Garrett Cooper
2010-01-22  5:55 TED ITC Agarwal Ashish
2010-01-27  9:48 ` Garrett Cooper

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=1263392362.5591.27.camel@subratamodak.linux.ibm.com \
    --to=subrata@linux.vnet.ibm.com \
    --cc=ashish.g@teldevice.co.jp \
    --cc=ltp-list@lists.sourceforge.net \
    --cc=yanegomi@gmail.com \
    /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