public inbox for ltp@lists.linux.it
 help / color / mirror / Atom feed
* [LTP] unable to install ltp-full-20090531
@ 2009-06-16  8:06 naveen penumala
  2009-06-16  8:09 ` Subrata Modak
  2009-06-16  9:46 ` Jiri Palecek
  0 siblings, 2 replies; 3+ messages in thread
From: naveen penumala @ 2009-06-16  8:06 UTC (permalink / raw)
  To: ltp-list


[-- Attachment #1.1: Type: text/plain, Size: 1094 bytes --]

Hi,

Please look at the below compilation error at the time of "make all" after
configuration.
Here i'm using Suse linux, and kernel version is 2.6.16.21.

Please help me regarding this.


make[4]: Entering directory
`/home/kevin/tests/LTP/ltp-full-20090531/testcases/kernel/mem/mem'
gcc -g -O2 -Wall -I../../../../include    mem02.c -L../../../../lib -lltp
-o mem02
mem02.c: In function âmainâ:
mem02.c:71: internal compiler error: in merge_alias_info, at
tree-ssa-copy.c:235
Please submit a full bug report,
with preprocessed source if appropriate.
make[4]: *** [mem02] Error 1
make[4]: Leaving directory
`/home/kevin/tests/LTP/ltp-full-20090531/testcases/kernel/mem/mem'
make[3]: *** [all] Error 2
make[3]: Leaving directory
`/home/kevin/tests/LTP/ltp-full-20090531/testcases/kernel/mem'
make[2]: *** [all] Error 2
make[2]: Leaving directory
`/home/kevin/tests/LTP/ltp-full-20090531/testcases/kernel'
make[1]: *** [all] Error 2
make[1]: Leaving directory
`/home/kevin/tests/LTP/ltp-full-20090531/testcases'
make: *** [all] Error 2


Thanks & Regards,
-NVN

[-- Attachment #1.2: Type: text/html, Size: 1191 bytes --]

[-- Attachment #2: Type: text/plain, Size: 332 bytes --]

------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects

[-- Attachment #3: Type: text/plain, Size: 155 bytes --]

_______________________________________________
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] unable to install ltp-full-20090531
  2009-06-16  8:06 [LTP] unable to install ltp-full-20090531 naveen penumala
@ 2009-06-16  8:09 ` Subrata Modak
  2009-06-16  9:46 ` Jiri Palecek
  1 sibling, 0 replies; 3+ messages in thread
From: Subrata Modak @ 2009-06-16  8:09 UTC (permalink / raw)
  To: naveen penumala; +Cc: ltp-list

On Tue, 2009-06-16 at 13:36 +0530, naveen penumala wrote:
> Hi, 
> 
> Please look at the below compilation error at the time of "make all"
> after configuration.
> Here i'm using Suse linux, and kernel version is 2.6.16.21.
> 
> Please help me regarding this. 
> 
> 
> make[4]: Entering directory
> `/home/kevin/tests/LTP/ltp-full-20090531/testcases/kernel/mem/mem'
> gcc -g -O2 -Wall -I../../../../include    mem02.c -L../../../../lib
> -lltp  -o mem02
> mem02.c: In function âmainâ:
> mem02.c:71: internal compiler error: in merge_alias_info, at
> tree-ssa-copy.c:235

Has this anything to do with LTP. Seems you need to contact the GCC
guys.

Regards--
Subrata

> Please submit a full bug report,
> with preprocessed source if appropriate.
> make[4]: *** [mem02] Error 1
> make[4]: Leaving directory
> `/home/kevin/tests/LTP/ltp-full-20090531/testcases/kernel/mem/mem'
> make[3]: *** [all] Error 2
> make[3]: Leaving directory
> `/home/kevin/tests/LTP/ltp-full-20090531/testcases/kernel/mem'
> make[2]: *** [all] Error 2
> make[2]: Leaving directory
> `/home/kevin/tests/LTP/ltp-full-20090531/testcases/kernel'
> make[1]: *** [all] Error 2
> make[1]: Leaving directory
> `/home/kevin/tests/LTP/ltp-full-20090531/testcases'
> make: *** [all] Error 2
> 
> 
> Thanks & Regards,
> -NVN


------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
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] unable to install ltp-full-20090531
  2009-06-16  8:06 [LTP] unable to install ltp-full-20090531 naveen penumala
  2009-06-16  8:09 ` Subrata Modak
@ 2009-06-16  9:46 ` Jiri Palecek
  1 sibling, 0 replies; 3+ messages in thread
From: Jiri Palecek @ 2009-06-16  9:46 UTC (permalink / raw)
  To: naveen penumala; +Cc: ltp-list

On Tuesday 16 June 2009 10:06:49 naveen penumala wrote:
> Hi,

Hi,

> Please look at the below compilation error at the time of "make all" after
> configuration.
> Here i'm using Suse linux, and kernel version is 2.6.16.21.
> 
> Please help me regarding this.
> 
> 
> make[4]: Entering directory
> `/home/kevin/tests/LTP/ltp-full-20090531/testcases/kernel/mem/mem'
> gcc -g -O2 -Wall -I../../../../include    mem02.c -L../../../../lib -lltp
> -o mem02
> mem02.c: In function âmainâ:
> mem02.c:71: internal compiler error: in merge_alias_info, at
> tree-ssa-copy.c:235
> Please submit a full bug report,
> with preprocessed source if appropriate.

Well, this means you have a buggy compiler. If you have an older version, just try updating it; otherwise, do what it says: file a full bugreport to your compiler's (or maybe to Suse) bugzilla with preprocessed source.

Regards
    Jiri Palecek

------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
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:[~2009-06-16  9:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-16  8:06 [LTP] unable to install ltp-full-20090531 naveen penumala
2009-06-16  8:09 ` Subrata Modak
2009-06-16  9:46 ` Jiri Palecek

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