From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2036 invoked by alias); 7 Jan 2018 20:40:51 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: List-Unsubscribe: X-Seq: 23068 Received: (qmail 6005 invoked by uid 1010); 7 Jan 2018 20:40:51 -0000 X-Qmail-Scanner-Diagnostics: from mail-qt0-f179.google.com by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.99.2/21882. spamassassin: 3.4.1. Clear:RC:0(209.85.216.179):SA:0(-2.6/5.0):. Processed in 4.481885 secs); 07 Jan 2018 20:40:51 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL,SPF_PASS,T_DKIM_INVALID autolearn=ham autolearn_force=no version=3.4.1 X-Envelope-From: schaefer@brasslantern.com X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brasslantern-com.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to; bh=agbjeVYipu8ni4LYuC7IkkAyGenWdpnKQPcdohig3cA=; b=JhgmbSHHGo8v5yDs3JQZGgXIqIPxEsW7lgtDv4bRf9v1AQikSa9QaSeVRzXj5TtM2s SL8CvzKWka5oUewxHx098Lydqlpabkk0GdF+mXF7qx7Iu6rXta23U8z/z4sDdKn4rTcN K5OTndJ7NQhQuqQPZ8F+DmqgViYACRqxMaEoLk/YJnBWu4MAktvRY7rcz2IUYbQam05K 02GxfRHV040VISEivkgB6SAlrpIKhYeBA6Y9BaMt1ULykRLwomGaJUbw5Rm0lXN4hV6m LP6OlPuk+Qsfgqa+9g1PP12Yxc5S5hRwD1UlhxE0XSQcnxV5DJlKBFNfBRlV/G5zqbpJ ybMw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to; bh=agbjeVYipu8ni4LYuC7IkkAyGenWdpnKQPcdohig3cA=; b=gwA6VjRC9zuyJ2Kch+KtwByiEENBB2UnzmIHQgwAeqiMnY2p8Rjq18ADOZ6Ap/E1Yo ZcUeegJMLcc8TmgB1+5aq4nzbRQ7N7Wl6p/98AXiMXxqbLRhjsgGGTQIqthQtRcSAMZF kQ5I6jSqxdTNkKdNwq3E4WImC4zC0kqYhmXoAiZPo5+OaGmotJK4nJ01w68QRhOXZppB 1LToIVfwMBtJh5mfAgcJB4v2ItUT3uItXtvtEQNVY8hwu8mnBH+e2hxmzHBoF4sCtBBU PwJcxEH+Sp/2/Z8deHuXZWh45PbjOw3Ik0UpW/iZex2Vx/nlmuoXsRpkJJGthGXAKg/F HYKQ== X-Gm-Message-State: AKwxytclSf8UMeyAdlBPTswuBspPSuqr9Za/PpH1wfK2p5VRI8ckErJz ADATMY4B3PH9ZLwlBLwzA1hhMWRkYde1PZ8eNB4A3g== X-Google-Smtp-Source: ACJfBotJES2uAiZKcxdz+sSFJ4fJE2im0rjTQ8BBlTbpanc2P/7YjQsOIKqrXnYp/xurbzwMdJUAojK1iEEUDIHTKIw= X-Received: by 10.237.59.17 with SMTP id p17mr14079113qte.84.1515357643892; Sun, 07 Jan 2018 12:40:43 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <20180107081042.GA17598@chaz.gmail.com> References: <4e96813d-3762-da35-f681-2546c0265982__30442.5932620235$1515274776$gmane$org@inlv.org> <20180107081042.GA17598@chaz.gmail.com> From: Bart Schaefer Date: Sun, 7 Jan 2018 12:40:43 -0800 Message-ID: Subject: Re: Zsh requires Bash? 2002 revisited To: Martijn Dekker , Zsh Users Content-Type: text/plain; charset="UTF-8" On Sun, Jan 7, 2018 at 12:10 AM, Stephane Chazelas wrote: > > FWIW, with sh as dash, if I remove bash and ksh, then the > configure fails with > > ./configure:13185: functions: attempt to set associative array to scalar That's coming from configure.ac in the section that processes config.modules. Somehow zsh is getting started in such a way that the zsh/parameter module loads itself and turns "functions" into a special variable. Fixing this would require changing the format of the config.modules file to stop using a variable named "functions".