From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23077 invoked by alias); 26 Aug 2009 10:09:34 -0000 Received: (qmail 23063 invoked by uid 22791); 26 Aug 2009 10:09:33 -0000 X-SWARE-Spam-Status: No, hits=-2.2 required=5.0 tests=AWL,BAYES_00,J_CHICKENPOX_54,SPF_PASS X-Spam-Check-By: sourceware.org Received: from ey-out-1920.google.com (HELO ey-out-1920.google.com) (74.125.78.149) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 26 Aug 2009 10:09:24 +0000 Received: by ey-out-1920.google.com with SMTP id 4so143056eyg.0 for ; Wed, 26 Aug 2009 03:09:21 -0700 (PDT) Received: by 10.211.168.3 with SMTP id v3mr4325810ebo.97.1251281361244; Wed, 26 Aug 2009 03:09:21 -0700 (PDT) Received: from ?192.168.2.99? (cpc2-cmbg8-0-0-cust61.cmbg.cable.ntl.com [82.6.108.62]) by mx.google.com with ESMTPS id 10sm3108364eyz.41.2009.08.26.03.09.13 (version=SSLv3 cipher=RC4-MD5); Wed, 26 Aug 2009 03:09:13 -0700 (PDT) Message-ID: <4A950CFE.7060709@gmail.com> Date: Wed, 26 Aug 2009 10:34:00 -0000 From: Dave Korn User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) MIME-Version: 1.0 To: NightStrike CC: gcc@gcc.gnu.org, davek@gcc.gnu.org, Ralf Wildenhues , Mook - , Kai Tietz Subject: Re: r150960 changed ltmain.sh and broke the build References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org X-SW-Source: 2009-08/txt/msg00464.txt.bz2 NightStrike wrote: > Dave, > > You checked in r150960 here: > http://gcc.gnu.org/ml/gcc-cvs/2009-08/msg00642.html > > This change affected ltmain.sh: > http://gcc.gnu.org/viewcvs/trunk/ltmain.sh?r1=150960&r2=150959&pathrev=150960 > > All of those changes to sed now make sed fail miserably on any mingw > host during the build: > > libtool: link: /c/buildbot/vista64-mingw32/mingw-x86-x86/build/build/root/i686-w64-mingw32/bin/ar > rc .libs/libssp.a ssp.o gets-chk.o memcpy-chk.o memmove-chk.o > mempcpy-chk.o memset-chk.o snprintf-chk.o sprintf-chk.o stpcpy-chk.o > strcat-chk.o strcpy-chk.o strncat-chk.o strncpy-chk.o vsnprintf-chk.o > vsprintf-chk.o > libtool: link: /c/buildbot/vista64-mingw32/mingw-x86-x86/build/build/root/i686-w64-mingw32/bin/ranlib > .libs/libssp.a > /bin/sed: -e expression #2, char 22: Invalid content of \{\} Argh. Very sorry for the breakage, I'll get straight onto it. What versions of the mingw+msys tools are you using? Can you please send me a copy of the generated libtool script, and the output you get when re-running the failing libtool command manually after adding the "--debug" (non-modal) option? cheers, DaveK