zsh-users
 help / color / mirror / code / Atom feed
From: "İsmail Dönmez" <ismail@donmez.ws>
To: Peter Stephenson <p.w.stephenson@ntlworld.com>
Cc: Zsh Users <zsh-users@zsh.org>
Subject: Re: 5.0.2-test-2 is available
Date: Mon, 9 Dec 2013 11:53:18 +0200	[thread overview]
Message-ID: <CAJ1KOAjJumPnzGWT+sg6-A34Aisp_+PfaCZkP3P8-LDpM7YJhg@mail.gmail.com> (raw)
In-Reply-To: <CAJ1KOAj6_KJL59OM_03JhzFLzSJvw_-N8zAeiv94kh7PpNdN0Q@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 1399 bytes --]

On Mon, Dec 9, 2013 at 11:51 AM, İsmail Dönmez <ismail@donmez.ws> wrote:

> Hi,
>
>
> On Sun, Dec 1, 2013 at 9:46 PM, Peter Stephenson <
> p.w.stephenson@ntlworld.com> wrote:
>
>> Another test for zsh 5.0.3 is available, 5.0.2-test-3, as you'll see if
>> you go to http://www.zsh.org/pub/development/ .  (The second compressed
>> version of the doc bundle was still to arrive when I looked but that
>> shouldn't worry you.)
>>
>> I'm hoping this will be the last test version.
>>
>
> Sorry for the late report. While building on openSUSE 13.1 I get:
>
>  make[1]: Entering directory
> `/home/abuild/rpmbuild/BUILD/zsh-5.0.2-test-3/Doc'
>  texi2html --output . --ifinfo --split=chapter --node-files ./zsh.texi
>  make[1]: Leaving directory
> `/home/abuild/rpmbuild/BUILD/zsh-5.0.2-test-3/Doc'
>  + install -d Help
>  + pushd Help/
>  ~/rpmbuild/BUILD/zsh-5.0.2-test-3/Help ~/rpmbuild/BUILD/zsh-5.0.2-test-3
>  + troff -Tlatin1 -t -mandoc ../Doc/zshbuiltins.1
>  + grotty -cbou
>  + sed -e 's/±/{+|-}/'
>  + ../Util/helpfiles
>  Usage: helpfiles zshbuiltins.1 dest-dir [link-file]
>
> Any ideas?
>

Looks like the following rpm spec file fragment triggers this:

 # make help text files
 install -d Help
 pushd Help/
 troff -Tlatin1 -t -mandoc ../Doc/zshbuiltins.1 | \
      grotty -cbou | \
      sed -e 's/±/{+|-}/' | \
      ../Util/helpfiles
 popd

      reply	other threads:[~2013-12-09  9:53 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-12-01 19:46 Peter Stephenson
2013-12-02  6:15 ` d.henman
2013-12-02  9:34   ` Peter Stephenson
2013-12-02 15:21   ` Bart Schaefer
2013-12-02 15:15 ` Axel Beckert
2013-12-02 15:51 ` Test suite failures on static build (was: 5.0.2-test-2 is available) Axel Beckert
2013-12-02 16:01   ` Peter Stephenson
2013-12-09  9:51 ` 5.0.2-test-2 is available İsmail Dönmez
2013-12-09  9:53   ` İsmail Dönmez [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAJ1KOAjJumPnzGWT+sg6-A34Aisp_+PfaCZkP3P8-LDpM7YJhg@mail.gmail.com \
    --to=ismail@donmez.ws \
    --cc=p.w.stephenson@ntlworld.com \
    --cc=zsh-users@zsh.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).