Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: 5.0.3 available
- X-seq: zsh-users 18225
- From: Axel Beckert <abe@xxxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: Re: 5.0.3 available
- Date: Mon, 16 Dec 2013 19:21:55 +0100
- Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAAAAAC3mUtaAAAABGdBTUEAALGPC/xhBQAAADh0RVh0U29mdHdhcmUAWFYgVmVyc2lvbiAzLjEwYSAgUmV2OiAxMi8yOS85NCAoUE5HIHBhdGNoIDEuMindFS5JAAACGElEQVQ4jXXQMU8UYRDG8f8shNjdDH4AbpfGDjAWlKiJiZ0ajL1aGCvsNCbGaCGG1koLaztaTYz6ATy+gOyehYmF3MxVxgg3FnDsHcTpJr/M+8w7Rf6nCsaVTTDqxbg9hoOXmw83H71+Eyfg4E1d7/Z2fG9rGkZbTQiu+K+3U/C+76lmkvAhJuDndnoAiftou4V84okAGclop4U/jYACZDTxrYWP0gkxVfAm/W//GLZpxIzwIN0Hn8dw0B+IWkZmQmRsj2HfhwokEklHfNCCiQCRgAR7YyhQVRVTCKCzP4Y5zBBE0t0zY3Q8oQaBqqAMlVEcgVQd9706zGirAFium8HXumlMIeMwqQCInju+2+uB6MRENupdpMt8pRlHZyuAW0F+Mb6XSIVqtxjD+iVmVqqystLEzFTGT92YqRaXpNT5eTVjeJhbALPnrTxLUZUKZsgxcNm64hAOYisT/xhF+oKTGU5RegtC3Rt6eEDi/QnIevdTx9Md2EMmYBRmCQR1026FCGQQJJExsRUqgkMGaWSbwYLnoO4T6VgpbQbdELPMBAHWWrhYrcxXnYgAsatPWygkFCBD4K62MAsOTqA6szYRPpsu6e6Y8mPiVrBMNuGIMrgwBUu4p2DgG1Ownu6hpuTv7hScefHAzAC/yRRw5U5pALMbJ4AUALvHSZhxgHPXTsHcdWD1GadAHr9avP+c0wCr7263Df8ASLwXWHWs+KIAAAAHdElNRQfYBQEBODPr
- In-reply-to: <20131214201543.3923340c@pws-pc.ntlworld.com>
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mail-followup-to: zsh-users@xxxxxxx
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- Organization: DeuxChevaux.org -- The Citroën 2CV Database
- References: <20131214201543.3923340c@pws-pc.ntlworld.com>
Hi,
TL;DR: Builds fine on Debian, package uploaded to Debian Unstable.
On Sat, Dec 14, 2013 at 08:15:43PM +0000, Peter Stephenson wrote:
> Version 5.0.3 of zsh is available, initially at the main distribution
> site:
>
> http://www.zsh.org/pub/zsh-5.0.3.tar.gz
> http://www.zsh.org/pub/zsh-5.0.3.tar.bz2
> http://www.zsh.org/pub/zsh-5.0.3-doc.tar.gz
> http://www.zsh.org/pub/zsh-5.0.3-doc.tar.bz2
>
> (If Geoff's watching, I think the FTP site is behind the HTTP site.)
>
> Please give at a go before I send it to Sourceforge and post a message
> on the announcement list as well.
Built more or less fine on Debian Unstable:
https://buildd.debian.org/status/package.php?p=zsh
Only two (known) issues so far:
* The hurd build stalled somewhere in the test suite again, but this
time somewhere else than last time. I'll poke the hurd guys once
again as this starts to look non-deterministic to me. Unfortunately
there's no possibility to ignore a hanging testsuite except by not
running it at all.
../../Test/V07pcre.ztst: starting.
Testing PCRE multibyte with locale C.UTF-8
../../Test/V07pcre.ztst: all tests successful.
../../Test/V08zpty.ztst: starting.
Binary files /tmp/zsh.ztst.out.24859 and /tmp/zsh.ztst.tout.24859 differ
Test ../../Test/V08zpty.ztst failed: output differs from expected as shown above for:
zpty cat cat
print a line of text | zpty -w cat
var=
zpty -r cat var && print -r -- ${var%%$'\r\n'}
zpty -d cat
Was testing: zpty with a process that does not set up the terminal: write via stdin
../../Test/V08zpty.ztst: test failed.
../../Test/X02zlevi.ztst: starting.
make[2]: *** [check] Terminated
make[1]: *** [test] Terminated
make: *** [build-arch] Terminated
Build killed with signal TERM after 180 minutes of inactivity
Full log at https://buildd.debian.org/status/fetch.php?pkg=zsh&arch=hurd-i386&ver=5.0.3-1&stamp=1387092681
* The test suite for the static build failed in one test (e.g. on
amd64) as previously, but we currently ignore those test suite
results:
../../Test/C02cond.ztst: starting.
Test ../../Test/C02cond.ztst failed: bad status 1, expected 0 from:
if (( EUID == 0 )); then
print -u$ZTST_fd 'Warning: Not testing [[ ! -r file ]] (root reads anything)'
[[ -r zerolength && -r unmodish ]]
elif [[ $OSTYPE = cygwin ]]; then
print -u$ZTST_fd 'Warning: Not testing [[ ! -r file ]]
(all files created by user may be readable)'
[[ -r zerolength ]]
else
[[ -r zerolength && ! -r unmodish ]]
fi
Was testing: -r cond
../../Test/C02cond.ztst: test failed.
[…]
34 successful test scripts, 1 failure, 7 skipped
Full log at https://buildd.debian.org/status/fetch.php?pkg=zsh&arch=amd64&ver=5.0.3-1&stamp=1387081927
Kind regards, Axel
--
/~\ Plain Text Ribbon Campaign | Axel Beckert
\ / Say No to HTML in E-Mail and News | abe@xxxxxxxxxxxxxxx (Mail)
X See http://www.asciiribbon.org/ | abe@xxxxxxxxx (Mail+Jabber)
/ \ I love long mails: http://email.is-not-s.ms/ | http://noone.org/abe/ (Web)
Messages sorted by:
Reverse Date,
Date,
Thread,
Author