From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 125471 invoked by alias); 6 May 2019 21:02:55 -0000 Mailing-List: contact crossgcc-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: crossgcc-owner@sourceware.org Received: (qmail 125462 invoked by uid 89); 6 May 2019 21:02:54 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: =?ISO-8859-1?Q?No, score=3.0 required=5.0 tests=AWL,BAYES_50,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,KAM_NUMSUBJECT,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.1 spammy==e9=b1=bc, sk:crossgc, suited, crossgcc@sourceware.org?= X-HELO: mout.gmx.net Received: from mout.gmx.net (HELO mout.gmx.net) (212.227.15.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 06 May 2019 21:02:53 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gmx.net; s=badeba3b8450; t=1557176568; bh=MVHiVuSAE/b6kSkqWp5xtpp+ulJYMSm0jyWkO1awQpo=; h=X-UI-Sender-Class:Subject:To:References:Cc:From:Date:In-Reply-To; b=Ww07z6B1yYKhW9QCeOiUyZbgT6iNPlx774Ynt7U+H4fEx11vhA/LutCslmOpc3m57 Lqpl66EIZv2etdP+OPedfCjHcTzguoB+5wmzBl210KzEwm8Gly7mqsNeYii7QKLuYY nYyaiihlf5EGTcojTgT99la6fPK3Uw7i9ynrOf8c= X-UI-Sender-Class: 01bb95c1-4bf8-414a-932a-4f6e2808ef9c Received: from [192.168.1.111] ([84.61.108.239]) by mail.gmx.com (mrgmx003 [212.227.17.190]) with ESMTPSA (Nemesis) id 0MaZrd-1h8hub0PWb-00K6XF; Mon, 06 May 2019 23:02:48 +0200 Subject: Re: autoconf: ./configure fails on cygwin for crosstool-ng-1.24.0 To: Philipp References: <1f2e0707-6563-36a3-8e1e-1768bee278eb@gmx.de> <16707bd7-6fb8-154b-ed54-c5dc11b18556@gmx.de> Cc: crossgcc@sourceware.org, bug-autoconf@gnu.org From: Philipp Message-ID: Date: Mon, 06 May 2019 21:02:00 -0000 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable X-SW-Source: 2019-05/txt/msg00004.txt.bz2 Hi Allan, thank you for your suggestion. Unfortunately, this leads to the same result and error message. Based on your suggestion, I installed other shells: zsh 5.5.1-1 =C2=A0 $ /bin/zsh ./configure =C2=A0 ./configure: This script requires a shell more modern than all =C2=A0 ./configure: the shells that I found on your system. =C2=A0 ./configure: In particular, zsh 5.5.1 has bugs and should =C2=A0 ./configure: be upgraded to zsh 4.3.4 or later. zsh 5.1.1-1 =C2=A0 $ /bin/zsh ./configure =C2=A0 ./configure: This script requires a shell more modern than all =C2=A0 ./configure: the shells that I found on your system. =C2=A0 ./configure: In particular, zsh 5.1.1 has bugs and should =C2=A0 ./configure: be upgraded to zsh 4.3.4 or later. dash 0.5.9.1-1 =C2=A0 $ /bin/dash ./configure =C2=A0 ./configure: This script requires a shell more modern than all =C2=A0 ./configure: the shells that I found on your system. =C2=A0 ./configure: Please tell bug-autoconf@gnu.org and =C2=A0 ./configure: crossgcc@sourceware.org about your system, including =C2=A0 ./configure: any error possibly output before this message. Then =C2=A0 ./configure: install a modern shell, or manually run the script =C2=A0 ./configure: under such a shell if you do have one. I don't want to build zsh 4.3.4. from source unless I have really no other option. I'm not convinced this would work though as it fails with a newer version. What shell would be suited best for autoconf? Best regards, Philipp Am 06.05.2019 um 22:32 schrieb Allan Clark: > Hi; > > Try prefixing with the shell: > > from: > =C2=A0 =C2=A0 ./configure {options} {options} > to: > =C2=A0 =C2=A0 /bin/bash ./configure {options} {options} > > The reason I suggest this is because you might be assuming the shell > it's using, and even though bash might not be the perfect shell for > autoconf, this might reduce assumptions between your bug report and > what's automagically happening. > > Allan > > -- > allanc@chickenandporn.com =C2=A0 "=E9= =87=91=E9=B1=BC" > http://linkedin.com/in/goldfish