From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29286 invoked by alias); 22 Dec 2016 16:33:57 -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: X-Seq: 22259 Received: (qmail 698 invoked from network); 22 Dec 2016 16:33:57 -0000 X-Qmail-Scanner-Diagnostics: from mta02.eastlink.ca 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(24.224.136.13):SA:0(-3.8/5.0):. Processed in 0.707953 secs); 22 Dec 2016 16:33:57 -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=-3.8 required=5.0 tests=RCVD_IN_DNSWL_LOW, RP_MATCHES_RCVD,SPF_PASS autolearn=unavailable autolearn_force=no version=3.4.1 X-Envelope-From: rayandrews@eastlink.ca X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | Received-SPF: pass (ns1.primenet.com.au: SPF record at _spf.eastlink.ca designates 24.224.136.13 as permitted sender) X-Authority-Analysis: v=2.2 cv=DOfN2GFb c=1 sm=1 tr=0 a=28Ntk8jg+Dho8ABWn/CRtA==:117 a=28Ntk8jg+Dho8ABWn/CRtA==:17 a=IkcTkHD0fZMA:10 a=iIuDu-3CH3OzK7ATw-oA:9 a=QEXdDO2ut3YA:10 X-EL-IP-NOAUTH: 24.207.16.108 Subject: Re: 5.3.1 To: zsh-users@zsh.org References: <9974e7a9-0b41-c642-5055-a58871123069@eastlink.ca> <4436d067-0d1f-173e-ea7a-ab14e32fa215@eastlink.ca> <161221161237.ZM31435@torch.brasslantern.com> <161221190310.ZM3041@torch.brasslantern.com> <9d3951c3-265e-1815-11d3-e71934dad7db@eastlink.ca> <1e43afe0-d53c-af6b-f28f-bc1c0c7a229b__8484.77827753431$1482382855$gmane$org@eastlink.ca> <20161222115745.GA14525@fujitsu.shahaf.local2> From: Ray Andrews Message-id: Date: Thu, 22 Dec 2016 08:03:47 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Icedove/45.4.0 MIME-version: 1.0 In-reply-to: <20161222115745.GA14525@fujitsu.shahaf.local2> Content-type: text/plain; charset=utf-8; format=flowed Content-transfer-encoding: 7bit On 22/12/16 03:57 AM, Daniel Shahaf wrote: > Ray Andrews wrote on Wed, Dec 21, 2016 at 20:59:28 -0800: >> Anyway, all good, the necessary lib is 'libncursesw5-dev' and don't forget >> the 'w' :( > For future reference, you can run > . > apt-get build-dep zsh > . > to install everything required to build zsh. > > Note this will install optional dependencies too. Marvellous. Five years kicking around in Linux and I only learn this now. I always thought that 'install' would handle whatever was required but that would be too easy. Thank you sensei. Mind ... it did work anyway as installed from Debian, the trouble was only when building from sources and I suppose that without the specific massaging of a Debian package, Peter's sources would have no way of knowing what any particular extra stuff might be needed in any given environment (and this issue is mentioned in the notes), so no foul *but* I could look at the files downloaded by the above and that would clue me in to the name of the necessary extra packages, so this 'build-dep' is still manna from heaven. BTW, why is it that an edit of 'config.modules' is always quietly overwritten by the installer? Why does it not feel that it can let me have my preferences as to which modules are built the way I want them? Bart showed how to get around that, but why do we need trickery?