From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21419 invoked by alias); 17 Jan 2014 17:34:01 -0000 Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org Received: (qmail 21409 invoked by uid 89); 17 Jan 2014 17:34:00 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.3 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-oa0-f44.google.com Received: from mail-oa0-f44.google.com (HELO mail-oa0-f44.google.com) (209.85.219.44) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Fri, 17 Jan 2014 17:33:59 +0000 Received: by mail-oa0-f44.google.com with SMTP id g12so4918753oah.3 for ; Fri, 17 Jan 2014 09:33:57 -0800 (PST) MIME-Version: 1.0 X-Received: by 10.182.112.130 with SMTP id iq2mr2479282obb.57.1389980037715; Fri, 17 Jan 2014 09:33:57 -0800 (PST) Received: by 10.182.162.36 with HTTP; Fri, 17 Jan 2014 09:33:57 -0800 (PST) Date: Fri, 17 Jan 2014 17:34:00 -0000 Message-ID: Subject: make -k check error From: Prathamesh Kulkarni To: gcc-help@gcc.gnu.org Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes X-SW-Source: 2014-01/txt/msg00066.txt.bz2 Hi, after building gcc-4.9.0 with make bootstrap, i ran make -k check and got the following error (make bootstrap, make install work smoothly): make[3]: [check-parallel-gcc] Error 1 (ignored) make[4]: *** [check-DEJAGNU] Error 1 make[3]: *** [check-am] Error 2 make[3]: Target `check' not remade because of errors. make[2]: *** [check-recursive] Error 1 make[2]: Target `check' not remade because of errors. make[1]: *** [check-target-libjava] Error 2 make[4]: *** [check-DEJAGNU] Error 1 make[3]: *** [check-am] Error 2 make[3]: Target `check' not remade because of errors. make[2]: *** [check-recursive] Error 1 make[2]: Target `check' not remade because of errors. make[1]: *** [check-target-libgomp] Error 2 make[1]: Target `check-target' not remade because of errors. make: *** [do-check] Error 2 make: Target `check' not remade because of errors. gcc -v: Using built-in specs. COLLECT_GCC=./gcc COLLECT_LTO_WRAPPER=/home/bilbo/gcc-projects/gcc/install/libexec/gcc/x86_64-unknown-linux-gnu/4.9.0/lto-wrapper Target: x86_64-unknown-linux-gnu Configured with: ../src/configure --prefix=/home/bilbo/gcc-projects/gcc/install Thread model: posix gcc version 4.9.0 20140115 (experimental) (GCC) Thanks and Regards, Prathamesh