Skip Menu |

This queue is for tickets about the Zoidberg CPAN distribution.

Report information
The Basics
Id: 74107
Status: open
Priority: 0/
Queue: Zoidberg

People
Owner: Nobody in particular
Requestors: reisub [...] ya.ru
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.981
Fixed in: (no value)



Subject: N terminal output
Hello. Run zoid over bash and try to print from perl. --------------------------------------- [user@localhost ~]$ echo $SHELL /bin/bash [user@localhost ~]$ zoid --[ This is the Zoidberg shell ]--[ Version 0.981 ]-- ### This is a development version, consider it unstable user@localhost 06:08 ~$ perl -e 'print "asd";' user@localhost 06:08 ~$ --------------------------------------- perl -V out under zoid shell: ----------------------------- user@ocalhost 06:11 ~$ perl -V Summary of my perl5 (revision 5 version 14 subversion 2) configuration: Platform: osname=linux, osvers=3.1.6-1-arch, archname=i686-linux-thread-multi uname='linux marin 3.1.6-1-arch #1 smp preempt thu dec 22 09:11:48 cet 2011 i686 intel(r) core(tm) i7 cpu 920 @ 2.67ghz genuineintel gnulinux ' config_args='-des -Dusethreads -Duseshrplib -Doptimize=-march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Dprefix=/usr -Dinstallprefix=/usr -Dvendorprefix=/usr -Dprivlib=/usr/share/perl5/core_perl -Darchlib=/usr/lib/perl5/core_perl -Dsitelib=/usr/share/perl5/site_perl -Dsitearch=/usr/lib/perl5/site_perl -Dvendorlib=/usr/share/perl5/vendor_perl -Dvendorarch=/usr/lib/perl5/vendor_perl -Dscriptdir=/usr/bin/core_perl -Dsitescript=/usr/bin/site_perl -Dvendorscript=/usr/bin/vendor_perl -Dinc_version_list=none -Dman1ext=1perl -Dman3ext=3perl -Dlddlflags=-shared -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu -Dldflags=-Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu' hint=recommended, useposix=true, d_sigaction=define useithreads=define, usemultiplicity=define useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef use64bitint=undef, use64bitall=undef, uselongdouble=undef usemymalloc=n, bincompat5005=undef Compiler: cc='cc', ccflags ='-D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64', optimize='-march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2', cppflags='-D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include' ccversion='', gccversion='4.6.2 20111125 (prerelease)', gccosandvers='' intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234 d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12 ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8 alignbytes=4, prototype=define Linker and Libraries: ld='cc', ldflags ='-Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu -fstack-protector -L/usr/local/lib' libpth=/usr/local/lib /lib /usr/lib libs=-lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lpthread -lc -lgdbm_compat perllibs=-lnsl -ldl -lm -lcrypt -lutil -lpthread -lc libc=/lib/libc-2.14.1.so, so=so, useshrplib=true, libperl=libperl.so gnulibc_version='2.14.1' Dynamic Linking: dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E -Wl,-rpath,/usr/lib/perl5/core_perl/CORE' cccdlflags='-fPIC', lddlflags='-shared -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu -L/usr/local/lib -fstack-protector' Characteristics of this binary (from libperl): Compile-time options: MULTIPLICITY PERL_DONT_CREATE_GVSV PERL_IMPLICIT_CONTEXT PERL_MALLOC_WRAP PERL_PRESERVE_IVUV USE_ITHREADS USE_LARGE_FILES USE_PERLIO USE_PERL_ATOF USE_REENTRANT_API Built under linux Compiled at Dec 29 2011 20:51:42 %ENV: PERL_RL="Zoid" @INC: /usr/lib/perl5/site_perl /usr/share/perl5/site_perl /usr/lib/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib/perl5/core_perl /usr/share/perl5/core_perl . --------------------------------- Regards, Nick.
Subject: Re: [rt.cpan.org #74107] N terminal output
Date: Tue, 17 Jan 2012 20:30:17 -0600
To: bug-Zoidberg [...] rt.cpan.org
From: Joel Berger <joel.a.berger [...] gmail.com>
I have seen this too. Remember that I am the new maintainer so I am learning as I go here. I seems to work for say perl -E 'say "hi"' and in a pipe (sometimes) perl -e 'print "hi"' | less I have been thinking of trying to reimplement the capturing engine using Capture::Tiny which has more facilities in some cases. Thanks for the bug report. Its on my radar. Joel On Tue, Jan 17, 2012 at 8:15 PM, reisub via RT <bug-Zoidberg@rt.cpan.org>wrote: Show quoted text
> Tue Jan 17 21:15:24 2012: Request 74107 was acted upon. > Transaction: Ticket created by reisub > Queue: Zoidberg > Subject: N terminal output > Broken in: 0.981 > Severity: Important > Owner: Nobody > Requestors: reisub@ya.ru > Status: new > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=74107 > > > > Hello. > > Run zoid over bash and try to print from perl. > --------------------------------------- > [user@localhost ~]$ echo $SHELL > /bin/bash > [user@localhost ~]$ zoid > --[ This is the Zoidberg shell ]--[ Version 0.981 ]-- > ### This is a development version, consider it unstable > > user@localhost 06:08 ~$ perl -e 'print "asd";' > user@localhost 06:08 ~$ > --------------------------------------- > > > perl -V out under zoid shell: > ----------------------------- > user@ocalhost 06:11 ~$ perl -V > Summary of my perl5 (revision 5 version 14 subversion 2) configuration: > > Platform: > osname=linux, osvers=3.1.6-1-arch, archname=i686-linux-thread-multi > uname='linux marin 3.1.6-1-arch #1 smp preempt thu dec 22 09:11:48 > cet 2011 i686 intel(r) core(tm) i7 cpu 920 @ 2.67ghz genuineintel gnulinux > ' > config_args='-des -Dusethreads -Duseshrplib -Doptimize=-march=i686 > -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 > -D_FORTIFY_SOURCE=2 -Dprefix=/usr -Dinstallprefix=/usr > -Dvendorprefix=/usr -Dprivlib=/usr/share/perl5/core_perl > -Darchlib=/usr/lib/perl5/core_perl -Dsitelib=/usr/share/perl5/site_perl > -Dsitearch=/usr/lib/perl5/site_perl > -Dvendorlib=/usr/share/perl5/vendor_perl > -Dvendorarch=/usr/lib/perl5/vendor_perl -Dscriptdir=/usr/bin/core_perl > -Dsitescript=/usr/bin/site_perl -Dvendorscript=/usr/bin/vendor_perl > -Dinc_version_list=none -Dman1ext=1perl -Dman3ext=3perl > -Dlddlflags=-shared > -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu > -Dldflags=-Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu' > hint=recommended, useposix=true, d_sigaction=define > useithreads=define, usemultiplicity=define > useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef > use64bitint=undef, use64bitall=undef, uselongdouble=undef > usemymalloc=n, bincompat5005=undef > Compiler: > cc='cc', ccflags ='-D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing > -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE > -D_FILE_OFFSET_BITS=64', > optimize='-march=i686 -mtune=generic -O2 -pipe -fstack-protector > --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2', > cppflags='-D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe > -fstack-protector -I/usr/local/include' > ccversion='', gccversion='4.6.2 20111125 (prerelease)', gccosandvers='' > intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234 > d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12 > ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', > lseeksize=8 > alignbytes=4, prototype=define > Linker and Libraries: > ld='cc', ldflags > ='-Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu > -fstack-protector -L/usr/local/lib' > libpth=/usr/local/lib /lib /usr/lib > libs=-lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lpthread -lc > -lgdbm_compat > perllibs=-lnsl -ldl -lm -lcrypt -lutil -lpthread -lc > libc=/lib/libc-2.14.1.so, so=so, useshrplib=true, libperl=libperl.so > gnulibc_version='2.14.1' > Dynamic Linking: > dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E > -Wl,-rpath,/usr/lib/perl5/core_perl/CORE' > cccdlflags='-fPIC', lddlflags='-shared > -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu > -L/usr/local/lib -fstack-protector' > > > Characteristics of this binary (from libperl): > Compile-time options: MULTIPLICITY PERL_DONT_CREATE_GVSV > PERL_IMPLICIT_CONTEXT PERL_MALLOC_WRAP > PERL_PRESERVE_IVUV USE_ITHREADS USE_LARGE_FILES > USE_PERLIO USE_PERL_ATOF USE_REENTRANT_API > Built under linux > Compiled at Dec 29 2011 20:51:42 > %ENV: > PERL_RL="Zoid" > @INC: > /usr/lib/perl5/site_perl > /usr/share/perl5/site_perl > /usr/lib/perl5/vendor_perl > /usr/share/perl5/vendor_perl > /usr/lib/perl5/core_perl > /usr/share/perl5/core_perl > . > --------------------------------- > > Regards, > Nick. > >
From: reisub [...] ya.ru
Unexpected behavior isn't problem in development stages. I'm newbie with terminals too, so can't help in that. So, I want to ask about META-key combination and zoid shell (for example, try Meta+Backspace in bash and zoid). Show quoted text
> On Tue Jan 17 21:30:26 2012, joel.a.berger@gmail.com wrote: > I have seen this too. Remember that I am the new maintainer so I am > learning as I go here. I seems to work for say > > perl -E 'say "hi"' > > and in a pipe (sometimes) > > perl -e 'print "hi"' | less > > I have been thinking of trying to reimplement the capturing engine > using > Capture::Tiny which has more facilities in some cases. > > Thanks for the bug report. Its on my radar. > > Joel