From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11550 invoked by alias); 15 Nov 2012 14:09:29 -0000 Received: (qmail 11458 invoked by uid 48); 15 Nov 2012 14:09:10 -0000 From: "izamyatin at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug other/55304] libsanitizer can't be used with GCC autoconf Date: Thu, 15 Nov 2012 14:09:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: other X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: izamyatin at gmail dot com X-Bugzilla-Status: RESOLVED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 4.8.0 X-Bugzilla-Changed-Fields: CC 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-11/txt/msg01410.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55304 Igor Zamyatin changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |izamyatin at gmail dot com --- Comment #7 from Igor Zamyatin 2012-11-15 14:09:09 UTC --- That's strange but on x86 I see CDPATH="${ZSH_VERSION+.}:" && cd ../../../libsanitizer && /bin/sh /export/users/izamyati/tmp_gcc/missing --run aclocal-1.11 -I .. -I ../config configure.ac:5: error: Please use exactly Autoconf 2.64 instead of 2.68. ../config/override.m4:12: _GCC_AUTOCONF_VERSION_CHECK is expanded from... configure.ac:5: the top level autom4te: m4 failed with exit status: 1 aclocal-1.11: autom4te failed with exit status: 1 make[2]: *** [../../../libsanitizer/aclocal.m4] Error 1 during build for following configuration ../configure --disable-bootstrap --enable-clocale=gnu --with-system-zlib --enable-shared --with-demangler-in-ld --with-fpmath=sse --enable-languages=c,c++,fortran My head is at r193515. Did I miss anything?