From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19610 invoked by alias); 23 Jul 2012 01:05:44 -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: X-Seq: 30579 Received: (qmail 14452 invoked from network); 23 Jul 2012 01:05:40 -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.5 required=5.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_LOW,T_DKIM_INVALID autolearn=ham version=3.3.2 Received-SPF: pass (ns1.primenet.com.au: SPF record at _spf.google.com designates 209.85.214.43 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:x-google-sender-auth:message-id:subject :from:to:content-type; bh=GgBeSOf0IF0jGPHm2I1ILQQybp1KNxMGKu2Ei5/d0r4=; b=XaNIbNPCmwIiPKbXcRx6v9925ZIpWp5u2g6gDpeWHdWpRqpenulL19iiJE7DDMVJXL Sn0XsnO+DzGf7VgBHUDIGBocZ4/916xqkBBJJMhEJJCvjKL6PpU2QdgHrQKS3jq66bS7 AY7qwy72qot/vEdLzK+PQBHHO3+3Dp9q5B8PLfiC08jII/AcQ5wKSwXdh/4vyKsVIQrB OtpFqb/AECBNDii2xJMyqTZv12pceKDOGJklSbMF1gTNvuuDx+pctPaMUriGfub5619O 3QTExPW7z6A+Fct54REnZVMeLbr7+IHPrVIMJSZQRRkuQfRBE1zmNtTUMpotfAd6Ria4 b7Ug== MIME-Version: 1.0 Sender: ethersoft@gmail.com Date: Sun, 22 Jul 2012 20:57:21 -0400 X-Google-Sender-Auth: -C6iirenZWGH6yv0sdZ7ybupzI8 Message-ID: Subject: yodl failure From: Vin Shelton To: zsh-workers@zsh.org Content-Type: text/plain; charset=ISO-8859-1 Is anyone else seeing this failure: ./Util/preconfig ./configure cd Doc make zsh.texi ... yodl -o zsh.texi -I. -w ztexi.yo version.yo zsh.yo; \ test -f zsh.texi Zsh Yodl-to-TeXinfo converter Including file Zsh/manual.yo Including file Zsh/manmodmenu.yo Including file Zsh/intro.yo Including file Zsh/metafaq.yo Including file Zsh/seealso.yo Including file Zsh/roadmap.yo Including file Zsh/invoke.yo Including file Zsh/compat.yo Including file Zsh/restricted.yo Including file Zsh/files.yo Including file Zsh/filelist.yo Zsh/filelist.yo: 10: redef Zsh/filelist.yo: 10: ( expected Zsh/filelist.yo: 10: last parsed symbol: `)' I'm seeing this on a Fedora 17 box. The lines in question from Doc/Zsh/filelist.yo are: list(tt(zshenv())) list(tt(zprofile())) list(tt(zshrc())) list(tt(zlogin())) list(tt(zlogout()) (installation-specific - tt(/etc) is the default)) zshenv(), etc are defined in version.yo: def(zshenv)(0)(/etc/zshenv) def(zprofile)(0)(/etc/zprofile) def(zshrc)(0)(/etc/zshrc) def(zlogin)(0)(/etc/zlogin) def(zlogout)(0)(/etc/zlogout) Based on my limited yodl skills, that looks OK. Is there something wrong with my yodl installation? Thanks, Vin