Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Test Fails While Compiling
- X-seq: zsh-workers 40853
- From: shoober420 <shoober420@xxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Test Fails While Compiling
- Date: Wed, 15 Mar 2017 17:22:39 +0000
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=MOTkWB3cHYp01nIyGw0cEl0Z5lhNR40QC5lM/UXTwh8=; b=Rx2WGzC0a7+rs/EQmtrx4H683z5MXmxrpDBeMf1k6lrCJ8nroulTwfOuGChFYNNP60 LHFrKb4SkMSSxaI+MdkAKtC/VlHllok33A8eo/jOT2wn/SfVjHCkyPPo5UDGHItAVr2P vlSmcxlrcL2gGRf/MmWscERFL6yR3BICIHlmEXX/SPhcpOYE8UZC6YMpcp7yGusRRka5 iDAjPQa2w97zoR05gzOc0M+oucbY9sjZ7yMIvjmsXdwE4OrgoIOIGLShmS66x0JDKzM2 uYxOjxPPVnG/KFMJ/Mi9YonxudmSRzhytp5r8ZQe3ZMipx+QJu2QQgZHzsrCrwPbn/d6 RQ0A==
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
The test for gdbm fails when trying to compile the latest development
tree. I have gdbm installed and its version is 1.13. Here is the error
message.
./V11db_gdbm.ztst: starting.
Test ./V11db_gdbm.ztst failed: bad status 1, expected 0 from:
ztie -d db/gdbm -f $dbfile dbase
dbase=( a b c d )
zuntie dbase
ztie -d db/gdbm -f $dbfile dbase
result=( "${(kv)dbase[@]}" )
print -rl -- "${(o)result[@]}"
zuntie dbase
Error output:
(eval):ztie:1: error opening database file db.gdbm
(eval):zuntie:3: not a tied gdbm hash: dbase
(eval):ztie:4: error opening database file db.gdbm
(eval):zuntie:7: cannot untie dbase
Was testing: replace hash / database, scan
./V11db_gdbm.ztst: test failed.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author