public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug testsuite/55621] New: no gcc or g++ tests run for solaris2.11 target : missing $OBJDIR/gcc/testsuite/config/unix_{gcc,g++}.exp files
@ 2012-12-09  7:59 jason.vas.dias at gmail dot com
  2012-12-09  8:16 ` [Bug testsuite/55621] " jason.vas.dias at gmail dot com
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: jason.vas.dias at gmail dot com @ 2012-12-09  7:59 UTC (permalink / raw)
  To: gcc-bugs


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55621

             Bug #: 55621
           Summary: no gcc or g++ tests run for solaris2.11 target :
                    missing
                    $OBJDIR/gcc/testsuite/config/unix_{gcc,g++}.exp files
    Classification: Unclassified
           Product: gcc
           Version: 4.7.2
            Status: UNCONFIRMED
          Severity: major
          Priority: P3
         Component: testsuite
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: jason.vas.dias@gmail.com


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

* [Bug testsuite/55621] no gcc or g++ tests run for solaris2.11 target : missing $OBJDIR/gcc/testsuite/config/unix_{gcc,g++}.exp files
  2012-12-09  7:59 [Bug testsuite/55621] New: no gcc or g++ tests run for solaris2.11 target : missing $OBJDIR/gcc/testsuite/config/unix_{gcc,g++}.exp files jason.vas.dias at gmail dot com
@ 2012-12-09  8:16 ` jason.vas.dias at gmail dot com
  2012-12-09  8:32 ` pinskia at gcc dot gnu.org
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: jason.vas.dias at gmail dot com @ 2012-12-09  8:16 UTC (permalink / raw)
  To: gcc-bugs


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55621

--- Comment #1 from Jason Vas Dias <jason.vas.dias at gmail dot com> 2012-12-09 08:15:58 UTC ---
After successfully building gcc-4.7.2 for multi-lib i386-pc-solaris2.11 
target ( x86_64 Solaris 11 ) ,  with configure arguments :

$ gcc -v
Target: i386-pc-solaris2.11
Configured with: ../configure --prefix=/usr/GNU --enable-languages=c,c++
--enable-threads --enable-version-specific-runtime-libs --disable-nls
--with-as=/usr/bin/as --with-ld=/usr/bin/ld --with-gmp=/usr/GNU
--with-mpfr=/usr/GNU --with-mpc=/usr/GNU
Thread model: posix
gcc version 4.7.2 (GCC) 
$

I try to run:
$ make check
or 
$ make check-gcc
or 
$ make check-g++

but all fail with a DeJaGNU expect error:

...
Target is i386-pc-solaris2.11
Host   is i386-pc-solaris2.11

                === gcc tests ===

ERROR: errors in tool init file
/usr/src/gnu/gcc-4.7.2/gcc/testsuite/config/unix
-gcc.exp
couldn't read file "/usr/src/gnu/gcc-4.7.2/gcc/testsuite/config/unix-gcc.exp":
N
o such file or directory
    while executing
"source /usr/src/gnu/gcc-4.7.2/gcc/testsuite/config/unix-gcc.exp"make[3]:
[check
-parallel-gcc] Error 1 (ignored)
make[3]: Leaving directory `/usr/share/src/gnu/gcc-4.7.2/solaris11-amd64/gcc'

...
                === g++ tests ===

ERROR: errors in tool init file
/usr/src/gnu/gcc-4.7.2/gcc/testsuite/config/unix
-g++.exp
couldn't read file "/usr/src/gnu/gcc-4.7.2/gcc/testsuite/config/unix-g++.exp":
N
o such file or directory
    while executing
"source /usr/src/gnu/gcc-4.7.2/gcc/testsuite/config/unix-g++.exp"make[3]:
[check
-parallel-g++] Error 1 (ignored)
make[3]: Leaving directory `/usr/share/src/gnu/gcc-4.7.2/solaris11-amd64/gcc'


The only tests which are run are the libiberty tests:

make[3]: Entering directory
`/usr/share/src/gnu/gcc-4.7.2/solaris11-amd64/libibe
rty/testsuite'
./test-demangle < ../../../libiberty/testsuite/demangle-expected
./test-demangle: 874 tests, 0 failures
./test-pexecute
./test-expandargv
PASS: test-expandargv-0.
PASS: test-expandargv-1.
PASS: test-expandargv-2.
PASS: test-expandargv-3.
PASS: test-expandargv-4.
PASS: test-expandargv-5.
PASS: test-expandargv-6.
make[3]: Leaving directory
`/usr/share/src/gnu/gcc-4.7.2/solaris11-amd64/libiber
ty/testsuite'


I installed SUNWguile ( guile 1.8.6 ) , SUNWautogen ( autogen 5.9 ) , and built
and installed dejagnu-1.1.1 against installed SUNWtcl-8 ( 8.5.9 ), and also 
tried using the installed /usr/bin/expect ( --version : 5.45 ) and runtest,
with the same result .  
A successful "make check" on linux does not create any
$OBJDIR/gcc/testsuite/config/*.exp files - the only file there is "default.exp"
, and there does
not seem to be anything generating these files.  
Please advise - thanks in advance!


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

* [Bug testsuite/55621] no gcc or g++ tests run for solaris2.11 target : missing $OBJDIR/gcc/testsuite/config/unix_{gcc,g++}.exp files
  2012-12-09  7:59 [Bug testsuite/55621] New: no gcc or g++ tests run for solaris2.11 target : missing $OBJDIR/gcc/testsuite/config/unix_{gcc,g++}.exp files jason.vas.dias at gmail dot com
  2012-12-09  8:16 ` [Bug testsuite/55621] " jason.vas.dias at gmail dot com
@ 2012-12-09  8:32 ` pinskia at gcc dot gnu.org
  2012-12-09  8:36 ` pinskia at gcc dot gnu.org
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu.org @ 2012-12-09  8:32 UTC (permalink / raw)
  To: gcc-bugs


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55621

--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> 2012-12-09 08:32:35 UTC ---
I get on x86_64-linux-gnu:
Using /usr/share/dejagnu/baseboards/unix.exp as board description file for
target.
Using /usr/share/dejagnu/config/unix.exp as generic interface file for target.
Using /home/pinskia/src/local/gcc/gcc/testsuite/config/default.exp as
tool-and-target-specific interface file.


I did not get unix-gcc.exp as tool-and-target-specific interface file.


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

* [Bug testsuite/55621] no gcc or g++ tests run for solaris2.11 target : missing $OBJDIR/gcc/testsuite/config/unix_{gcc,g++}.exp files
  2012-12-09  7:59 [Bug testsuite/55621] New: no gcc or g++ tests run for solaris2.11 target : missing $OBJDIR/gcc/testsuite/config/unix_{gcc,g++}.exp files jason.vas.dias at gmail dot com
  2012-12-09  8:16 ` [Bug testsuite/55621] " jason.vas.dias at gmail dot com
  2012-12-09  8:32 ` pinskia at gcc dot gnu.org
@ 2012-12-09  8:36 ` pinskia at gcc dot gnu.org
  2012-12-09  8:44 ` pinskia at gcc dot gnu.org
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu.org @ 2012-12-09  8:36 UTC (permalink / raw)
  To: gcc-bugs


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55621

--- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> 2012-12-09 08:36:26 UTC ---
Can you attach the runtest.exp for your installation of dejagnu?

I am thinking they changed something in load_tool_target_config which broke
this.


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

* [Bug testsuite/55621] no gcc or g++ tests run for solaris2.11 target : missing $OBJDIR/gcc/testsuite/config/unix_{gcc,g++}.exp files
  2012-12-09  7:59 [Bug testsuite/55621] New: no gcc or g++ tests run for solaris2.11 target : missing $OBJDIR/gcc/testsuite/config/unix_{gcc,g++}.exp files jason.vas.dias at gmail dot com
                   ` (2 preceding siblings ...)
  2012-12-09  8:36 ` pinskia at gcc dot gnu.org
@ 2012-12-09  8:44 ` pinskia at gcc dot gnu.org
  2012-12-09  8:55 ` jason.vas.dias at gmail dot com
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu.org @ 2012-12-09  8:44 UTC (permalink / raw)
  To: gcc-bugs


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55621

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING
   Last reconfirmed|                            |2012-12-09
     Ever Confirmed|0                           |1
           Severity|major                       |normal

--- Comment #4 from Andrew Pinski <pinskia at gcc dot gnu.org> 2012-12-09 08:44:13 UTC ---
Actually wait a minute now:
>dejagnu-1.1.1

I think you need a newer version of dejagnu.
The manual says we require at least DejaGnu 1.4.4.

http://gcc.gnu.org/install/prerequisites.html

Can you install a newer version of dejagnu and try again?


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

* [Bug testsuite/55621] no gcc or g++ tests run for solaris2.11 target : missing $OBJDIR/gcc/testsuite/config/unix_{gcc,g++}.exp files
  2012-12-09  7:59 [Bug testsuite/55621] New: no gcc or g++ tests run for solaris2.11 target : missing $OBJDIR/gcc/testsuite/config/unix_{gcc,g++}.exp files jason.vas.dias at gmail dot com
                   ` (3 preceding siblings ...)
  2012-12-09  8:44 ` pinskia at gcc dot gnu.org
@ 2012-12-09  8:55 ` jason.vas.dias at gmail dot com
  2012-12-09  8:59 ` jason.vas.dias at gmail dot com
  2012-12-09  9:12 ` jason.vas.dias at gmail dot com
  6 siblings, 0 replies; 8+ messages in thread
From: jason.vas.dias at gmail dot com @ 2012-12-09  8:55 UTC (permalink / raw)
  To: gcc-bugs


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55621

--- Comment #5 from Jason Vas Dias <jason.vas.dias at gmail dot com> 2012-12-09 08:55:38 UTC ---
Created attachment 28903
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=28903
/usr/GNU/lib/dejagnu/runtest.exp


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

* [Bug testsuite/55621] no gcc or g++ tests run for solaris2.11 target : missing $OBJDIR/gcc/testsuite/config/unix_{gcc,g++}.exp files
  2012-12-09  7:59 [Bug testsuite/55621] New: no gcc or g++ tests run for solaris2.11 target : missing $OBJDIR/gcc/testsuite/config/unix_{gcc,g++}.exp files jason.vas.dias at gmail dot com
                   ` (4 preceding siblings ...)
  2012-12-09  8:55 ` jason.vas.dias at gmail dot com
@ 2012-12-09  8:59 ` jason.vas.dias at gmail dot com
  2012-12-09  9:12 ` jason.vas.dias at gmail dot com
  6 siblings, 0 replies; 8+ messages in thread
From: jason.vas.dias at gmail dot com @ 2012-12-09  8:59 UTC (permalink / raw)
  To: gcc-bugs


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55621

--- Comment #6 from Jason Vas Dias <jason.vas.dias at gmail dot com> 2012-12-09 08:59:34 UTC ---
Oops, I picked the last of :
$ lftp ftp.gnu.org
lftp ftp.gnu.org:~> cd pub/gnu/dejagnu          
cd ok, cwd=/pub/gnu/dejagnu           
lftp ftp.gnu.org:/pub/gnu/dejagnu> ls -ltr
-rw-r--r--    1 3003     65534     1553267 Feb 15  1996 dejagnu-1.3.tar.gz
-rw-r--r--    1 3003     65534     2119630 Mar 25  2001 dejagnu-1.4.0.tar.gz
-rw-r--r--    1 3003     65534     1330595 May 06  2001 dejagnu-1.4.1.tar.gz
-rw-r--r--    1 3003     65534     1414450 Sep 13  2001 dejagnu-1.4.2.tar.gz
-rw-r--r--    1 3003     65534     1817399 Sep 23  2002 dejagnu-1.4.3.tar.gz
-rw-r--r--    1 3003     65534     1080346 Jan 30  2004 dejagnu-1.4.4.tar.gz
-rw-r--r--    1 3003     65534          65 Jan 30  2004
dejagnu-1.4.4.tar.gz.sig
-rw-r--r--    1 3003     65534      576269 Mar 10  2011 dejagnu-1.5.tar.gz
-rw-r--r--    1 3003     65534          65 Mar 10  2011 dejagnu-1.5.tar.gz.sig
-rw-r--r--    1 3003     65534     1220452 Mar 24  2011 dejagnu-1.2.tar.gz
-rw-r--r--    1 3003     65534          65 Mar 24  2011 dejagnu-1.2.tar.gz.sig
-rw-r--r--    1 3003     65534     1029828 Mar 24  2011 dejagnu-1.1.1.tar.gz
-rw-r--r--    1 3003     65534          65 Mar 24  2011
dejagnu-1.1.1.tar.gz.sig

I'll try dejagnu-1.4.4.tar.gz . Sorry ! Usually, most recent packages are 
latest versions :-)


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

* [Bug testsuite/55621] no gcc or g++ tests run for solaris2.11 target : missing $OBJDIR/gcc/testsuite/config/unix_{gcc,g++}.exp files
  2012-12-09  7:59 [Bug testsuite/55621] New: no gcc or g++ tests run for solaris2.11 target : missing $OBJDIR/gcc/testsuite/config/unix_{gcc,g++}.exp files jason.vas.dias at gmail dot com
                   ` (5 preceding siblings ...)
  2012-12-09  8:59 ` jason.vas.dias at gmail dot com
@ 2012-12-09  9:12 ` jason.vas.dias at gmail dot com
  6 siblings, 0 replies; 8+ messages in thread
From: jason.vas.dias at gmail dot com @ 2012-12-09  9:12 UTC (permalink / raw)
  To: gcc-bugs


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55621

Jason Vas Dias <jason.vas.dias at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|                            |WORKSFORME

--- Comment #7 from Jason Vas Dias <jason.vas.dias at gmail dot com> 2012-12-09 09:11:38 UTC ---
Yes, that was it. Sorry - maybe the dejagnu version could be detected and
complained about if insufficient ?


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

end of thread, other threads:[~2012-12-09  9:12 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-12-09  7:59 [Bug testsuite/55621] New: no gcc or g++ tests run for solaris2.11 target : missing $OBJDIR/gcc/testsuite/config/unix_{gcc,g++}.exp files jason.vas.dias at gmail dot com
2012-12-09  8:16 ` [Bug testsuite/55621] " jason.vas.dias at gmail dot com
2012-12-09  8:32 ` pinskia at gcc dot gnu.org
2012-12-09  8:36 ` pinskia at gcc dot gnu.org
2012-12-09  8:44 ` pinskia at gcc dot gnu.org
2012-12-09  8:55 ` jason.vas.dias at gmail dot com
2012-12-09  8:59 ` jason.vas.dias at gmail dot com
2012-12-09  9:12 ` jason.vas.dias at gmail dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).