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 and pushed.  The commit2quilt script generated a different
> debian/patches/* filename than the one you created last weekend, but
> I left that as is.

I did that manually for years. I had forgotten that we even have a
script for that, despite I added it.  Probably because I didn't need
it for quite a while.

Regards, Axel
-- 
 ,''`.  |  Axel Beckert , https://people.debian.org/~abe/
: :' :  |  Debian Developer, ftp.ch.debian.org Admin
`. `'   |  4096R: 2517 B724 C5F6 CA99 5329  6E61 2FF9 CD59 6126 16B5
  `-|  1024D: F067 EA27 26B9 C3FC 1486  202E C09E 1D89 9593 0EDE



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 generated a different
debian/patches/* filename than the one you created last weekend, but
I left that as is.

Thanks,

Daniel



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 for me.

Thanks!

kind regards,

 Thilo



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 so.
> 
> But as said, I need to cherry-pick that commit first. Might be able to
> do this later this evening.

For the time being I did a quick build with that commit backported and
uploaded it to https://home.apache.org/~danielsh/zsh/debian/ .  It's
signed with my key which is in /usr/share/keyrings/debian-maintainer.gpg.

Thilo, if you'd like to further debug your build issues you may find it
easier to do that on IRC.  The zsh package's channel is #pkg-zsh on
freenode, but it has few subscribers; if it's silent, #debian and possibly
#debian-mentors on oftc would be my next ports of call.

Daniel



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

done.

zsh-workers 43468
http://www.zsh.org/mla/workers/2018/msg01272.html


kind regards,

 Thilo



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 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
> 

Hello shortest testcase i can come with atteched. Will send it upstream, too.

with 5.6.2:

% su -l heinb
Password:
tosh% exec zsh
zsh: suspended (tty output)
tosh% fg
[2]  + continued
num  callstime   selfname
---
tosh%



with 5.5.1:

% su -l heinb
Password:
tosh% exec zsh
num  callstime   selfname
---
tosh%



kind regards,

 Thilo

builtin zmodload zsh/zprof
lessx() {
less --quit-if-one-screen --chop-long-lines -X "${@}"
}
READNULLCMD='lessx'
zprof |& lessx



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} )) && builtin zmodload zsh/zprof
> 
> 
> in case you want test yourself.

Thanks for testing 5.6.2.

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 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