Bug#908818: [Pkg-zsh-devel] Bug#908818: Reopen: #908818: Zsh: [7] + 23074 suspended (tty output)

2018-09-17 Thread Axel Beckert
Hi Daniel, Daniel Shahaf wrote: > Axel Beckert wrote on Mon, 17 Sep 2018 23:17 +0200: > > Daniel: If you have the patch already in git for your test build, feel > > free to push it to the debian branch on Salsa. > > Actually I just did 'apt-get source zsh/sid' earlier, but I ported that > to git

Bug#908818: [Pkg-zsh-devel] Bug#908818: Reopen: #908818: Zsh: [7] + 23074 suspended (tty output)

2018-09-17 Thread Daniel Shahaf
Axel Beckert wrote on Mon, 17 Sep 2018 23:17 +0200: > Daniel: If you have the patch already in git for your test build, feel > free to push it to the debian branch on Salsa. Actually I just did 'apt-get source zsh/sid' earlier, but I ported that to git and pushed. The commit2quilt script generate

Bug#908818: [Pkg-zsh-devel] Bug#908818: Reopen: #908818: Zsh: [7] + 23074 suspended (tty output)

2018-09-17 Thread Daniel Shahaf
Control: tags -1 fixed-upstream TS wrote on Mon, 17 Sep 2018 21:54 +0200: > Just to be sure i again tried stock debian zsh 5.6.2 which still fails for me. > The version you uploaded fixes it for me. Thanks for testing both versions! Daniel

Bug#908818: [Pkg-zsh-devel] Bug#908818: Reopen: #908818: Zsh: [7] + 23074 suspended (tty output)

2018-09-17 Thread TS
Daniel Shahaf schrieb/wrote: -- -- > For the time being I did a quick build with that commit backported and > uploaded it to https://home.apache.org/~danielsh/zsh/debian/ . Hello, Just to be sure i again tried stock debian zsh 5.6.2 which still fails for me. The version you uploaded fixes it fo

Bug#908818: [Pkg-zsh-devel] Bug#908818: Reopen: #908818: Zsh: [7] + 23074 suspended (tty output)

2018-09-17 Thread Daniel Shahaf
Axel Beckert wrote on Mon, 17 Sep 2018 20:25 +0200: > $ dpkg-buildpackage -b > Thilo may need to pass --no-sign here. > Then install those resulting packages you already have installed as > root. If you want to install all build packages, you can do that with > "dpkg -i …/zsh*_5.6.2-2_*.deb" or

Bug#908818: [Pkg-zsh-devel] Bug#908818: Reopen: #908818: Zsh: [7] + 23074 suspended (tty output)

2018-09-15 Thread TS
-- -- > Could you please send a bug report upstream (zsh-work...@zsh.org)? > Ideally, the bug report would include a reproduction script that sets up > a new temporary directory, creates a minimal zshrc in it, and runs > 'ZDOTDIR=/path/to/dir zsh -d' and provokes the bug. > > Thanks! > > Daniel

Bug#908818: [Pkg-zsh-devel] Bug#908818: Reopen: #908818: Zsh: [7] + 23074 suspended (tty output)

2018-09-15 Thread TS
-- -- > I can't reproduce the bug with a zshrc that contains nothing but an > (unconditional) zmodload zsh/zprof. I'm using a self-compiled > static build from upstream git, not a package build. > > Could you please send a bug report upstream (zsh-work...@zsh.org)? > Ideally, the bug report wou

Bug#908818: [Pkg-zsh-devel] Bug#908818: Reopen: #908818: Zsh: [7] + 23074 suspended (tty output)

2018-09-15 Thread Daniel Shahaf
TS wrote on Sat, 15 Sep 2018 11:39 +0200: > > up to 5.5.1-1 seem fine, problem starts with 5.6 > > for the record what zprofile does... > > zprofile() { > ZSH_PROFILE_RC=1 zsh "$@" > } > > ...is it activates this code snipped in my .zshrc: > > # > # zprofile > # > (( ${+ZSH_PROFILE_RC} ))