From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32438 invoked by alias); 1 Jan 2011 15:23:02 -0000 Received: (qmail 32425 invoked by uid 22791); 1 Jan 2011 15:23:01 -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; Sat, 01 Jan 2011 15:22:56 +0000 From: "John.Tytgat at aaug dot net" To: gcc-bugs@gcc.gnu.org Subject: [Bug libstdc++/47145] New: cross-compilation fails with "cannot check for file existence when cross compiling" X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: libstdc++ X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: John.Tytgat at aaug dot net 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: X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Date: Sat, 01 Jan 2011 15:23:00 -0000 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: 2011-01/txt/msg00023.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47145 Summary: cross-compilation fails with "cannot check for file existence when cross compiling" Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: libstdc++ AssignedTo: unassigned@gcc.gnu.org ReportedBy: John.Tytgat@aaug.net Cross-compilation of gcc 4.6 trunk r168391 (target: arm-unknown-eabi) fails in libstdc++ with in its config.log file: --8<-- configure:58588: $? = 0 configure:58596: result: yes configure:58604: visibility supported: yes configure:58964: checking for makeinfo configure:58991: result: makeinfo --split-size=5000000 configure:59001: checking for modern makeinfo configure:59016: result: yes configure:59037: checking for doxygen configure:59053: found /usr/bin/doxygen configure:59065: result: yes configure:59075: checking for dot configure:59103: result: no configure:59115: checking for xsltproc configure:59131: found /usr/bin/xsltproc configure:59143: result: yes configure:59153: checking for xmllint configure:59169: found /usr/bin/xmllint configure:59181: result: yes configure:59189: checking for /usr/share/sgml/docbook/xsl-ns-stylesheets/VERSION configure:59195: error: cannot check for file existence when cross compiling --8<-- I believe this is because of recent change: --8<-- r168382 | bkoz | 2010-12-31 23:20:22 +0100 (Fri, 31 Dec 2010) | 31 lines 2010-12-31 Benjamin Kosnik * scripts/run_doxygen: Allow doxygen 1.7.1 again. * doc/xml/manual/build_hacking.xml: Update. * doc/xml/images/confdeps.dot: Same. * doc/xml/images/confdeps.png: Same. * configure.ac: Define BUILD_INFO, BUILD_XML, BUILD_HTML, BUILD_MAN, BUILD_PDF, BUILD_EPUB conditionally. * Makefile.am (xml, html, pdf, man, info, pd, dvi, epub): Define, and install rules. * doc/Makefile.am: Same. Add stamp rules. (doc-epub-docbook): Add. (stamp-xml-single-docbook): Make set too. * configure: Regenerate. * Makefile.in: Same. * doc/Makefile.in: Same. * include/Makefile.in: Same. * libsupc++/Makefile.in: Same. * po/Makefile.in: Same. * python/Makefile.in: Same. * src/Makefile.in: Same. * testsuite/Makefile.in: Same. * aclocal.m4: Same. 2010-12-31 Benjamin Kosnik * doc/doxygen/user.cfg.in: Disable PDF_HYPERLINKS. --8<--