From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29649 invoked by alias); 9 Dec 2012 08:16:19 -0000 Received: (qmail 29576 invoked by uid 48); 9 Dec 2012 08:15:59 -0000 From: "jason.vas.dias at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug testsuite/55621] no gcc or g++ tests run for solaris2.11 target : missing $OBJDIR/gcc/testsuite/config/unix_{gcc,g++}.exp files Date: Sun, 09 Dec 2012 08:16:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: testsuite X-Bugzilla-Keywords: X-Bugzilla-Severity: major X-Bugzilla-Who: jason.vas.dias at gmail dot com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2012-12/txt/msg00849.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55621 --- Comment #1 from Jason Vas Dias 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!