zsh-workers
 help / color / mirror / code / Atom feed
From: Baptiste Daroussin <baptiste.daroussin@gmail.com>
To: Bart Schaefer <schaefer@brasslantern.com>
Cc: Zsh hackers list <zsh-workers@zsh.org>
Subject: Re: zsh 5.0.8 available (preliminary announcement)
Date: Tue, 2 Jun 2015 00:13:30 +0200	[thread overview]
Message-ID: <CAPKC6oJ0fOEeg1--qpufEYQoxTeUnD8KDNSHV5Sfn7J4EtPYCw@mail.gmail.com> (raw)
In-Reply-To: <150531171724.ZM29828@torch.brasslantern.com>

2015-06-01 2:17 GMT+02:00 Bart Schaefer <schaefer@brasslantern.com>:
> On May 31,  7:23pm, Peter Stephenson wrote:
> }
> } Please could people have a quick check there's nothing major broken
> } before I announce it more widely.
>
> Passes "make check" on Ubuntu 12.04.5 and MacOS 10.9.5 (gnu tools).

On FreeBSD I have 5 tests failing (actually for a couple of release of
zsh) all related to zpty.

This time I found time to analyse the code.

It appears that freebsd has posix_openpt, but the code using that only
used if USE_DEV_PTMX is defined (which is not on FreeBSD)

Switching the #ifdef USE_DEV_PTMX line 157 to:

#if defined(HAVE_POSIX_OPENPT) || defined(USE_DEV_PTMX)


after doing that all tests passes.

regards,
Bapt


  reply	other threads:[~2015-06-01 22:13 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-05-31 18:23 Peter Stephenson
2015-05-31 23:19 ` Martijn Dekker
2015-06-01  0:17 ` Bart Schaefer
2015-06-01 22:13   ` Baptiste Daroussin [this message]
2015-06-02  5:47     ` Baptiste Daroussin
2015-06-02 10:06     ` Oliver Kiddle
2015-06-02 10:22       ` Peter Stephenson
2015-06-02 10:26       ` Daniel Shahaf

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=CAPKC6oJ0fOEeg1--qpufEYQoxTeUnD8KDNSHV5Sfn7J4EtPYCw@mail.gmail.com \
    --to=baptiste.daroussin@gmail.com \
    --cc=schaefer@brasslantern.com \
    --cc=zsh-workers@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).