From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2055 invoked by alias); 8 Oct 2014 20:04:17 -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: 19221 Received: (qmail 21528 invoked from network); 8 Oct 2014 20:04:15 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) 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 autolearn=ham version=3.3.2 X-Authority-Analysis: v=2.1 cv=HYUtEE08 c=1 sm=1 tr=0 a=nQJj7Pjv6KupVFqL7YvBow==:117 a=nQJj7Pjv6KupVFqL7YvBow==:17 a=sicYhokT53YA:10 a=N659UExz7-8A:10 a=itkQrMriGTCzFsZUQesA:9 a=pILNOxqGKmIA:10 Message-id: <54359931.1050108@eastlink.ca> Date: Wed, 08 Oct 2014 13:06:09 -0700 From: Ray Andrews User-Agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Icedove/31.0 MIME-version: 1.0 To: zsh-users@zsh.org Subject: Re: Trial for 5.0.7 References: <20141002204012.0b884f9c@pws-pc.ntlworld.com> <542FFF6D.6080105@eastlink.ca> <141004084635.ZM6823@torch.brasslantern.com> In-reply-to: <141004084635.ZM6823@torch.brasslantern.com> Content-type: text/plain; charset=windows-1252; format=flowed Content-transfer-encoding: 7bit Gentlemen, Trying bravely to build (I've never done nuthin' like this before): I get this far: pts/2 HP-y11-5-Debian3 root /aMisc/Zshbuild/zsh-5.0.6-dev-1 $ make install.modules make[1]: Entering directory '/aMisc/Zshbuild/zsh-5.0.6-dev-1/Src' cd .. && /bin/sh $top_srcdir/Src/mkmakemod.sh Src Makemod creating Src/Makemod.in config.status: creating Src/Makemod make[2]: Entering directory '/aMisc/Zshbuild/zsh-5.0.6-dev-1/Src' make[3]: Entering directory '/aMisc/Zshbuild/zsh-5.0.6-dev-1/Src/Builtins' make[3]: *** No rule to make target 'install.modules'. Stop. make[3]: Leaving directory '/aMisc/Zshbuild/zsh-5.0.6-dev-1/Src/Builtins' Makemod:374: recipe for target 'install.modules' failed make[2]: *** [install.modules] Error 1 make[2]: Leaving directory '/aMisc/Zshbuild/zsh-5.0.6-dev-1/Src' Makefile:452: recipe for target 'install.modules' failed make[1]: *** [install.modules] Error 2 make[1]: Leaving directory '/aMisc/Zshbuild/zsh-5.0.6-dev-1/Src' Makefile:220: recipe for target 'install.modules' failed make: *** [install.modules] Error 2 In 'Makefile' 'prefix = /usr/local' so that seems ok. List of directories in /usr/local: pts/0 HP-y11-5-Debian3 root /usr/local $ l ,d Sorting Directories Backwards by Name (): drwxrwsr-x 2 4.0K 2014-02-09//17:50:42 src/ drwxrwsr-x 9 4.0K 2014-08-26//08:06:02 share/ drwxrwsr-x 2 4.0K 2014-02-09//17:50:42 sbin/ drwxrwsr-x 4 4.0K 2014-10-06//19:09:49 lib/ drwxrwsr-x 2 4.0K 2014-02-09//17:50:42 include/ drwxrwsr-x 2 4.0K 2014-02-09//17:50:42 games/ drwxrwsr-x 2 4.0K 2014-02-09//17:50:42 etc/ drwxrwsr-x 2 4.0K 2014-09-26//18:27:52 bin/ lrwxrwxrwx 1 9 2014-02-09//17:50:42 man -> share/man/ So I have no idea what might be wrong. Does it matter that my build directory '/aMisc' is on another partition? './configure' seemed happy enough.