bug-gdb
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: gdb-5.3 testsuite problems on Solaris 2.6 & gcc-3.0


From: Michael Snyder
Subject: Re: gdb-5.3 testsuite problems on Solaris 2.6 & gcc-3.0
Date: Wed, 23 Jul 2003 10:56:28 -0700
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030624

Parimi, Venkateshwara Rao wrote:

Hello!
Am trying to build gdb-5.3 on Solaris 2.6 machine.
make was successful.
I have installed dejanu-1.4.3 and tcl-8.3 to avoid few problems.
Still am getting following errors while I run make check in gdb-5.3/gdb
directory.
Please suggest me what else I need to have on my machine to run make check
successfully.

Well, first of all, what makes you think it wasn't running successfully?
GDB's test suite, alas, does not run without failures.

The asmsrc.exp test failed (someday we've got to revisit that one),
but after that you interrupted the tests.  Have you tried waiting longer?


<<SNIP>>

gmake check
gmake[1]: Entering directory
`/u/parimiv/work/upgrades/gdb-5.3/gdb/testsuite'
Nothing to be done for all...
rootme=`pwd`; export rootme; \
srcdir=. ; export srcdir ; \
EXPECT=`if [ -f ${rootme}/../../expect/expect ] ; then echo
${rootme}/../../expect/expect ; else echo expect ; fi` ; export EXPECT ; \
EXEEXT= ; export EXEEXT ; \

LD_LIBRARY_PATH=$rootme/../../expect:$rootme/../../libstdc++:$rootme/../../t
k/unix:$rootme/../../tcl/unix:$rootme/../../bfd:$rootme/../../opcodes:$LD_LI
BRARY_PATH; \
export LD_LIBRARY_PATH; \
if [ -f ${rootme}/../../expect/expect ] ; then  \
 TCL_LIBRARY=${srcdir}/../../tcl/library ; \
 export TCL_LIBRARY ; fi ; \
runtest WARNING: Couldn't find the global config file.
Test Run By parimiv on Wed Jul 23 21:18:41 2003
Native configuration is sparc-sun-solaris2.6

               === gdb tests ===

Schedule of variations:
   unix

Running target unix
Using /usr/local/gnu/share/dejagnu/baseboards/unix.exp as board description
file for target.
Using /usr/local/gnu/share/dejagnu/config/unix.exp as generic interface file
for target.
Using ./config/unix.exp as tool-and-target-specific interface file.
Running ./gdb.arch/altivec-abi.exp ...
Running ./gdb.arch/altivec-regs.exp ...
Running ./gdb.asm/asm-source.exp ...
gdb compile failed, ld: warning: symbol `exit' has differing types:
       (file asmsrc1.o type=NOTY; file /usr/lib/libc.so type=FUNC);
       asmsrc1.o definition taken
ld: fatal: relocation error: R_SPARC_WDISP30: file asmsrc1.o:  symbol main:
offset 0xef550466 is non-aligned

ld: fatal: relocation error: R_SPARC_WDISP30: file asmsrc1.o:  symbol foo2:
offset 0xef550486 is non-aligned

ld: fatal: relocation error: R_SPARC_WDISP30: file asmsrc2.o:  symbol foo3:
offset 0xef5504b2 is non-aligned

ld: fatal: relocation error: R_SPARC_WDISP30: file asmsrc2.o:  symbol foo3:
offset 0xef5504ba is non-aligned

collect2: ld returned 1 exit status
WARNING: Testcase compile failed, so all tests in this file will
automatically fail.

ERROR: (timeout) GDB never initialized after 10 seconds.
WARNING: remote_expect statement without a default case?!
ERROR: couldn't load
/u/parimiv/work/upgrades/gdb-5.3/gdb/testsuite/gdb.asm/asm-source into gdb
(end of file).
ERROR: Delete all breakpoints in delete_breakpoints (timeout)
FAIL: gdb.asm/asm-source.exp: f at main
FAIL: gdb.asm/asm-source.exp: next over macro
FAIL: gdb.asm/asm-source.exp: step into foo2
FAIL: gdb.asm/asm-source.exp: info target (timeout)
FAIL: gdb.asm/asm-source.exp: info symbol (timeout)
FAIL: gdb.asm/asm-source.exp: list
FAIL: gdb.asm/asm-source.exp: search
FAIL: gdb.asm/asm-source.exp: f in foo2
FAIL: gdb.asm/asm-source.exp: n in foo2
FAIL: gdb.asm/asm-source.exp: bt ALL in foo2
FAIL: gdb.asm/asm-source.exp: bt 2 in foo2
FAIL: gdb.asm/asm-source.exp: s 2
FAIL: gdb.asm/asm-source.exp: n 2
FAIL: gdb.asm/asm-source.exp: bt 3 in foo3
FAIL: gdb.asm/asm-source.exp: info source asmsrc1.s
FAIL: gdb.asm/asm-source.exp: finish from foo3
FAIL: gdb.asm/asm-source.exp: info source asmsrc2.s
FAIL: gdb.asm/asm-source.exp: info sources (timeout)
FAIL: gdb.asm/asm-source.exp: info line
FAIL: gdb.asm/asm-source.exp: next over foo3
FAIL: gdb.asm/asm-source.exp: return from foo2
FAIL: gdb.asm/asm-source.exp: look at global variable
FAIL: gdb.asm/asm-source.exp: look at static variable
FAIL: gdb.asm/asm-source.exp: look at static function
Running ./gdb.base/a2-run.exp ...
^Cgot a INT signal, interrupted by user
               === gdb Summary ===

# of unexpected failures        24
# of unresolved testcases       1
/usr/local/gnu/bin/gdb version  4.17 -nx

gmake[1]: *** [just-check] Error 1
gmake: *** [check] Error 130

<<<>>>


Thanks
-Venkatesh






reply via email to

[Prev in Thread] Current Thread [Next in Thread]