From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21046 invoked by alias); 20 Mar 2012 09:26:55 -0000 Received: (qmail 21032 invoked by uid 22791); 20 Mar 2012 09:26:52 -0000 X-SWARE-Spam-Status: No, hits=-2.9 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from localhost (HELO gcc.gnu.org) (127.0.0.1) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 20 Mar 2012 09:26:06 +0000 From: "birender.singh at hotmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug bootstrap/52601] Gcc build fails at "Making all in tools" with "find: bad option -path" and "find: path-list predicate-list" Date: Tue, 20 Mar 2012 09:47:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: bootstrap X-Bugzilla-Keywords: X-Bugzilla-Severity: critical X-Bugzilla-Who: birender.singh at hotmail dot com X-Bugzilla-Status: RESOLVED 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-03/txt/msg01577.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52601 --- Comment #3 from birender.singh at hotmail dot com 2012-03-20 09:26:01 UTC --- Thanks Eric Botcazou for the valuable suggestion. I downloaded,findutils-4.4.0.tar from gnu website, compiled and installed on my machine. After the installation of gnu "find" i compiled gcc-4.4.4 again. This time it took more then 4 hour to compile, and at last throws error as mentioned below, But still i installed this and checked the binnaries, found all the required binnaries were available at prefixed location. Currentlly am able to use this gcc and g++ binnaries but not sure about the complete compilation and installation of gcc-4.4.4 Is this correct or should i again compiled gcc-4.4.4 to get complete successful compilation ? . . . . libtool: link: ranlib .libs/libgfortran.a libtool: link: ( cd ".libs" && rm -f "libgfortran.la" && ln -s "../libgfortran.la" "libgfortran.la" ) true DO=all multi-do # make make[6]: Leaving directory `/els/install/gccbuild/gcc4/sparc-sun-solaris2.9/sparcv9/libgfortran' make[5]: Leaving directory `/els/install/gccbuild/gcc4/sparc-sun-solaris2.9/sparcv9/libgfortran' make[4]: Leaving directory `/els/install/gccbuild/gcc4/sparc-sun-solaris2.9/libgfortran' make[3]: Leaving directory `/els/install/gccbuild/gcc4/sparc-sun-solaris2.9/libgfortran' make[2]: Leaving directory `/els/install/gccbuild/gcc4/sparc-sun-solaris2.9/libgfortran' Checking multilib configuration for boehm-gc... Configuring in sparc-sun-solaris2.9/boehm-gc configure: loading cache ./config.cache configure: error: `CXX' has changed since the previous run: configure: former value: `/els/install/gccbuild/gcc4/./gcc/g++ -B/els/install/gccbuild/gcc4/./gcc/ -nostdinc++ -L/els/install/gccbuild/gcc4/sparc-sun-solaris2.9/libstdc++-v3/src -L/els/install/gccbuild/gcc4/sparc-sun-solaris2.9/libstdc++-v3/src/.libs -B/els/install/biru/local/gcc/sparc-sun-solaris2.9/bin/ -B/els/install/biru/local/gcc/sparc-sun-solaris2.9/lib/ -isystem /els/install/biru/local/gcc/sparc-sun-solaris2.9/include -isystem /els/install/biru/local/gcc/sparc-sun-solaris2.9/sys-include' configure: current value: `/els/install/gccbuild/gcc4/./gcc/g++ -B/els/install/gccbuild/gcc4/./gcc/ -nostdinc++ -nostdinc++ -I/els/install/gccbuild/gcc4/sparc-sun-solaris2.9/libstdc++-v3/include/sparc-sun-solaris2.9 -I/els/install/gccbuild/gcc4/sparc-sun-solaris2.9/libstdc++-v3/include -I/els/install/biru/gcc444/gcc-4.4.4/libstdc++-v3/libsupc++ -I/els/install/biru/gcc444/gcc-4.4.4/libstdc++-v3/include/backward -I/els/install/biru/gcc444/gcc-4.4.4/libstdc++-v3/testsuite/util -L/els/install/gccbuild/gcc4/sparc-sun-solaris2.9/libstdc++-v3/src -L/els/install/gccbuild/gcc4/sparc-sun-solaris2.9/libstdc++-v3/src/.libs -B/els/install/biru/local/gcc/sparc-sun-solaris2.9/bin/ -B/els/install/biru/local/gcc/sparc-sun-solaris2.9/lib/ -isystem /els/install/biru/local/gcc/sparc-sun-solaris2.9/include -isystem /els/install/biru/local/gcc/sparc-sun-solaris2.9/sys-include' configure: error: in `/els/install/gccbuild/gcc4/sparc-sun-solaris2.9/boehm-gc': configure: error: changes in the environment can compromise the build configure: error: run `make distclean' and/or `rm ./config.cache' and start over make[1]: *** [configure-target-boehm-gc] Error 1 make[1]: Leaving directory `/els/install/gccbuild/gcc4' make: *** [all] Error 2