From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-1.1 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,MAILING_LIST_MULTI,RCVD_IN_DNSWL_NONE autolearn=ham autolearn_force=no version=3.4.2 Received: from primenet.com.au (ns1.primenet.com.au [203.24.36.2]) by inbox.vuxu.org (OpenSMTPD) with ESMTP id 2c494dd9 for ; Tue, 5 Feb 2019 19:26:20 +0000 (UTC) Received: (qmail 28396 invoked by alias); 5 Feb 2019 19:26:07 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: List-Unsubscribe: X-Seq: 44043 Received: (qmail 9287 invoked by uid 1010); 5 Feb 2019 19:26:07 -0000 X-Qmail-Scanner-Diagnostics: from mx-out1.startmail.com by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.100.2/25112. spamassassin: 3.4.2. Clear:RC:0(145.131.90.139):SA:0(-2.0/5.0):. Processed in 1.41799 secs); 05 Feb 2019 19:26:07 -0000 X-Envelope-From: mnowak@startmail.com X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | To: zsh-workers@zsh.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=startmail.com; s=2017-11; t=1549394182; bh=5nHk2zgFAxfvjOzwkLLEW2DucoY+UQehRyWp8g7SRAk=; h=To:From:Subject:Date:From; b=hk+NeKan6VLUdREVOopw3D0ldOxrMUg9Q23mfrUKwSnc+OP8+t/Q144KxxzrTDyqW PxqX2nsFwrtnyOgJL+QTRgX2Zouh+pKGvHiLrXGArrSmMSBQe0/mXnCF8IufPcgw7x DWN0UJIG4JGKvV4JMed8Puthw1FLt3cWkUOms6KSnaA70twm7PqR0oder0YmXh+40f e875TKgJmjXBHNAj+iYkQCeTFqL1rdQqmuKC14fUjvjreatFOlNg9lUhT95vr4nzpK GOTvXInUcUCLNPzgiPPGyOom2dmA6Qf6VPX0bJEGQKkvAQ9jR6ut9SGySvIQ0HmWtt NgdSWnn/5yuAg== From: Michal Nowak Subject: Out-of-tree build of zsh 5.7.1 fails in install.man Message-ID: Date: Tue, 5 Feb 2019 20:16:21 +0100 Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Hello, zsh 5.7.1 build fails on OpenIndiana (illumos kernel) with: for file in zsh.1 zshbuiltins.1 zshcalsys.1 zshcompctl.1 zshcompwid.1 zshcompsys.1 zshcontrib.1 zshexpn.1 zshmisc.1 zshmodules.1 zshoptions.1 zshparam.1 zshroadmap.1 zshtcpsys.1 zshzftpsys.1 zshzle.1 zshall.1; do \ test -s $file || exit 1; \ /usr/bin/ginstall -c -m 644 $file /export/home/newman/ws/oi-userland/components/shell/zsh/build/prototype/i386/usr/share/man/man1/`echo $file | sed 's|zsh|zsh|'` || exit 1; \ done make[2]: *** [Makefile:474: install.man] Error 1 make[2]: Leaving directory '/export/home/newman/ws/oi-userland/components/shell/zsh/build/amd64/Doc' make[1]: *** [Makefile:222: install.man] Error 2 make[1]: Leaving directory '/export/home/newman/ws/oi-userland/components/shell/zsh/build/amd64' File 'zsh.1' et al. is not in '/export/home/newman/ws/oi-userland/components/shell/zsh/build/amd64/Doc', I can see them in the sources at: '/export/home/newman/ws/oi-userland/components/shell/zsh/zsh-5.7.1/Doc'. I perform out-of-tree build from '/export/home/newman/ws/oi-userland/components/shell/zsh/build/amd64', sources are at '/export/home/newman/ws/oi-userland/components/shell/zsh/zsh-5.7.1/'. Build used to work with 5.6.2. If I revert change "43692: Generate man pages in the build dir, rather than the source dir" (https://sourceforge.net/p/zsh/code/ci/76a16498d5c76aa3fee0805b8241263249d71b94/), build works again. Our build system is at https://github.com/OpenIndiana/oi-userland/blob/oi/hipster/components/shell/zsh/ (in case we messed-up something). Thanks, Michal