[Chicago-talk] Can anyone help with problem installing perl Tk?

Hal Wigoda hal.wigoda at gmail.com
Fri Jun 21 07:58:56 PDT 2013


Check out reports SREZIC/Tk-804.031.tar.gz

Sent from my iPad

On Jun 21, 2013, at 9:49 AM, Richard Reina <richard at rushlogistics.com> wrote:

> I am trying to install perl Tk on a Centos-6.4 machine with the following command:
> 
> # perl -MCPAN -e 'force install Tk';
> 
> The output seems to look good in the beginning. I see the various windows opening and closing. But the story ends with:
> 
> TODO passed:   52, 66, 80, 94
> Files=72, Tests=4338, 58 wallclock secs ( 1.06 usr  0.22 sys + 17.76 cusr  1.60 csys = 20.64 CPU)
> Result: FAIL
> Failed 2/72 test programs. 14/4338 subtests failed.
> make: *** [test_dynamic] Error 255
>  SREZIC/Tk-804.031.tar.gz
>  /usr/bin/make test -- NOT OK
> //hint// to see the cpan-testers results for installing this module, try:
>  reports SREZIC/Tk-804.031.tar.gz
> Warning (usually harmless): 'YAML' not installed, will not store persistent state
> Running make install
>  make test had returned bad status, won't install without force
> 
> 
> I have included more of the output below. I have also tried to install it from source but get errors at 'make'.  I have also looked in the INSTALL file but see no documentation that seems to relate to my problem. Any help would be greatly, greatly appreciated.
> 
> Thanks so much!
> 
> Richard
> 
> 
> 
> 
> 
> chmod 755 ../blib/arch/auto/Tk/Entry/Entry.so
> cp Entry.bs ../blib/arch/auto/Tk/Entry/Entry.bs
> chmod 644 ../blib/arch/auto/Tk/Entry/Entry.bs
> make[1]: Leaving directory `/root/.cpan/build/Tk-804.031-XvbIzL/Entry'
> make[1]: Entering directory `/root/.cpan/build/Tk-804.031-XvbIzL/DragDrop'
> cp DragDrop/Rect.pm ../blib/lib/Tk/DragDrop/Rect.pm
> cp DragDrop/LocalDrop.pm ../blib/lib/Tk/DragDrop/LocalDrop.pm
> cp DragDrop/SunSite.pm ../blib/lib/Tk/DragDrop/SunSite.pm
> cp DropSite.pod ../blib/lib/Tk/DropSite.pod
> cp DragDrop/XDNDSite.pm ../blib/lib/Tk/DragDrop/XDNDSite.pm
> cp DragDrop.pm ../blib/lib/Tk/DragDrop.pm
> cp DragDrop/SunConst.pm ../blib/lib/Tk/DragDrop/SunConst.pm
> cp DragDrop/Common.pm ../blib/lib/Tk/DragDrop/Common.pm
> cp DropSite.pm ../blib/lib/Tk/DropSite.pm
> cp DragDrop/Common.pod ../blib/lib/Tk/DragDrop/Common.pod
> cp DragDrop/SunConst.pod ../blib/lib/Tk/DragDrop/SunConst.pod
> cp DragDrop/SunDrop.pm ../blib/lib/Tk/DragDrop/SunDrop.pm
> cp DragDrop/XDNDDrop.pm ../blib/lib/Tk/DragDrop/XDNDDrop.pm
> Manifying ../blib/man3/Tk::DragDrop::Common.3pm
> Manifying ../blib/man3/Tk::DragDrop::SunConst.3pm
> Manifying ../blib/man3/Tk::DropSite.3pm
> make[1]: Leaving directory `/root/.cpan/build/Tk-804.031-XvbIzL/DragDrop'
> make[1]: Entering directory `/root/.cpan/build/Tk-804.031-XvbIzL/Compound'
> cp Compound.pm ../blib/lib/Tk/Compound.pm
> /usr/bin/perl /usr/share/perl5/ExtUtils/xsubpp  -typemap /usr/share/perl5/ExtUtils/typemap -typemap /root/.cpan/build/Tk-804.031-XvbIzL/Tk/typemap  Compound.xs > Compound.xsc && mv Compound.xsc Compound.c
> gcc -c  -I..  -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic   -DVERSION=\"804.031\" -DXS_VERSION=\"804.031\" -fPIC "-I/usr/lib64/perl5/CORE"   -Wall -Wno-implicit-int -Wno-comment -Wno-unused -D__USE_FIXED_PROTOTYPES__ Compound.c
> Running Mkbootstrap for Tk::Compound ()
> chmod 644 Compound.bs
> rm -f ../blib/arch/auto/Tk/Compound/Compound.so
> gcc  -shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic Compound.o  -o ../blib/arch/auto/Tk/Compound/Compound.so ../pTk/libpTk.a    \
>       -lm      \
> 
> chmod 755 ../blib/arch/auto/Tk/Compound/Compound.so
> cp Compound.bs ../blib/arch/auto/Tk/Compound/Compound.bs
> chmod 644 ../blib/arch/auto/Tk/Compound/Compound.bs
> make[1]: Leaving directory `/root/.cpan/build/Tk-804.031-XvbIzL/Compound'
> make[1]: Entering directory `/root/.cpan/build/Tk-804.031-XvbIzL/Canvas'
> cp Canvas.pm ../blib/lib/Tk/Canvas.pm
> /usr/bin/perl /usr/share/perl5/ExtUtils/xsubpp  -typemap /usr/share/perl5/ExtUtils/typemap -typemap /root/.cpan/build/Tk-804.031-XvbIzL/Tk/typemap  Canvas.xs > Canvas.xsc && mv Canvas.xsc Canvas.c
> gcc -c  -I..  -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic   -DVERSION=\"804.031\" -DXS_VERSION=\"804.031\" -fPIC "-I/usr/lib64/perl5/CORE"   -Wall -Wno-implicit-int -Wno-comment -Wno-unused -D__USE_FIXED_PROTOTYPES__ Canvas.c
> Running Mkbootstrap for Tk::Canvas ()
> chmod 644 Canvas.bs
> rm -f ../blib/arch/auto/Tk/Canvas/Canvas.so
> gcc  -shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic Canvas.o  -o ../blib/arch/auto/Tk/Canvas/Canvas.so ../pTk/libpTk.a    \
>       -lm      \
> 
> chmod 755 ../blib/arch/auto/Tk/Canvas/Canvas.so
> cp Canvas.bs ../blib/arch/auto/Tk/Canvas/Canvas.bs
> chmod 644 ../blib/arch/auto/Tk/Canvas/Canvas.bs
> make[1]: Leaving directory `/root/.cpan/build/Tk-804.031-XvbIzL/Canvas'
> /usr/bin/perl /usr/share/perl5/ExtUtils/xsubpp  -typemap /usr/share/perl5/ExtUtils/typemap -typemap /root/.cpan/build/Tk-804.031-XvbIzL/Tk/typemap  Tk.xs > Tk.xsc && mv Tk.xsc Tk.c
> gcc -c   -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic   -DVERSION=\"804.031\" -DXS_VERSION=\"804.031\" -fPIC "-I/usr/lib64/perl5/CORE"   -Wall -Wno-implicit-int -Wno-comment -Wno-unused -D__USE_FIXED_PROTOTYPES__ Tk.c
> Tk.xs: In function ‘XS_Tk__Widget_DefineBitmap’:
> Tk.xs:575: warning: pointer targets in passing argument 3 of ‘Tk_DefineBitmap’ differ in signedness
> pTk/tkDecls.h:201: note: expected ‘const char *’ but argument is of type ‘unsigned char *’
> gcc -c   -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic   -DVERSION=\"804.031\" -DXS_VERSION=\"804.031\" -fPIC "-I/usr/lib64/perl5/CORE"   -Wall -Wno-implicit-int -Wno-comment -Wno-unused -D__USE_FIXED_PROTOTYPES__ chnGlue.c
> gcc -c   -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic   -DVERSION=\"804.031\" -DXS_VERSION=\"804.031\" -fPIC "-I/usr/lib64/perl5/CORE"   -Wall -Wno-implicit-int -Wno-comment -Wno-unused -D__USE_FIXED_PROTOTYPES__ encGlue.c
> encGlue.c: In function ‘CallEncode’:
> encGlue.c:726: warning: pointer targets in passing argument 3 of ‘Perl_sv_setpvn’ differ in signedness
> /usr/lib64/perl5/CORE/proto.h:3372: note: expected ‘const char *’ but argument is of type ‘U8 *’
> encGlue.c:727: warning: pointer targets in passing argument 1 of ‘has_highbit’ differ in signedness
> tkGlue.h:65: note: expected ‘const char *’ but argument is of type ‘U8 *’
> encGlue.c:732: warning: pointer targets in passing argument 3 of ‘Perl_sv_setpvn’ differ in signedness
> /usr/lib64/perl5/CORE/proto.h:3372: note: expected ‘const char *’ but argument is of type ‘U8 *’
> gcc -c   -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic   -DVERSION=\"804.031\" -DXS_VERSION=\"804.031\" -fPIC "-I/usr/lib64/perl5/CORE"   -Wall -Wno-implicit-int -Wno-comment -Wno-unused -D__USE_FIXED_PROTOTYPES__ evtGlue.c
> gcc -c   -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic   -DVERSION=\"804.031\" -DXS_VERSION=\"804.031\" -fPIC "-I/usr/lib64/perl5/CORE"   -Wall -Wno-implicit-int -Wno-comment -Wno-unused -D__USE_FIXED_PROTOTYPES__ objGlue.c
> objGlue.c: In function ‘LangString’:
> objGlue.c:494: warning: pointer targets in passing argument 2 of ‘Perl_is_utf8_string’ differ in signedness
> /usr/lib64/perl5/CORE/proto.h:1281: note: expected ‘const U8 *’ but argument is of type ‘char *’
> objGlue.c:500: warning: pointer targets in passing argument 2 of ‘Perl_is_utf8_string’ differ in signedness
> /usr/lib64/perl5/CORE/proto.h:1281: note: expected ‘const U8 *’ but argument is of type ‘char *’
> objGlue.c: In function ‘Tcl_GetStringFromObj’:
> objGlue.c:558: warning: pointer targets in passing argument 2 of ‘Perl_is_utf8_string’ differ in signedness
> /usr/lib64/perl5/CORE/proto.h:1281: note: expected ‘const U8 *’ but argument is of type ‘char *’
> objGlue.c:565: warning: pointer targets in passing argument 2 of ‘Perl_is_utf8_string’ differ in signedness
> /usr/lib64/perl5/CORE/proto.h:1281: note: expected ‘const U8 *’ but argument is of type ‘char *’
> objGlue.c:585: warning: pointer targets in passing argument 2 of ‘Perl_is_utf8_string’ differ in signedness
> /usr/lib64/perl5/CORE/proto.h:1281: note: expected ‘const U8 *’ but argument is of type ‘char *’
> objGlue.c:589: warning: pointer targets in passing argument 2 of ‘Perl_is_utf8_string’ differ in signedness
> /usr/lib64/perl5/CORE/proto.h:1281: note: expected ‘const U8 *’ but argument is of type ‘char *’
> objGlue.c: In function ‘Tcl_GetByteArrayFromObj’:
> objGlue.c:622: warning: passing argument 3 of ‘Perl_sv_2pv_flags’ from incompatible pointer type
> /usr/lib64/perl5/CORE/proto.h:3039: note: expected ‘STRLEN *’ but argument is of type ‘int *’
> objGlue.c: In function ‘ForceList’:
> objGlue.c:711: warning: pointer targets in passing argument 1 of ‘Tcl_NewStringObj’ differ in signedness
> objGlue.c:363: note: expected ‘const char *’ but argument is of type ‘unsigned char *’
> gcc -c   -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic   -DVERSION=\"804.031\" -DXS_VERSION=\"804.031\" -fPIC "-I/usr/lib64/perl5/CORE"   -Wall -Wno-implicit-int -Wno-comment -Wno-unused -D__USE_FIXED_PROTOTYPES__ tixGlue.c
> gcc -c   -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic   -DVERSION=\"804.031\" -DXS_VERSION=\"804.031\" -fPIC "-I/usr/lib64/perl5/CORE"   -Wall -Wno-implicit-int -Wno-comment -Wno-unused -D__USE_FIXED_PROTOTYPES__ tkGlue.c
> tkGlue.c: In function ‘XEvent_Info’:
> tkGlue.c:4990: warning: cast to pointer from integer of different size
> tkGlue.c: In function ‘install_vtab’:
> tkGlue.c:5480: warning: format ‘%d’ expects type ‘int’, but argument 3 has type ‘size_t’
> gcc -c   -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic   -DVERSION=\"804.031\" -DXS_VERSION=\"804.031\" -fPIC "-I/usr/lib64/perl5/CORE"   -Wall -Wno-implicit-int -Wno-comment -Wno-unused -D__USE_FIXED_PROTOTYPES__ tkGlue_f.c
> gcc -c   -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic   -DVERSION=\"804.031\" -DXS_VERSION=\"804.031\" -fPIC "-I/usr/lib64/perl5/CORE"   -Wall -Wno-implicit-int -Wno-comment -Wno-unused -D__USE_FIXED_PROTOTYPES__ tkWin32Dll.c
> Running Mkbootstrap for Tk ()
> chmod 644 Tk.bs
> rm -f blib/arch/auto/Tk/Tk.so
> gcc  -shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic Tk.o chnGlue.o encGlue.o evtGlue.o objGlue.o tixGlue.o tkGlue.o tkGlue_f.o tkWin32Dll.o  -o blib/arch/auto/Tk/Tk.so pTk/libpTk.a    \
>       -L/usr/lib64 -lX11 -lnsl -lm      \
> 
> chmod 755 blib/arch/auto/Tk/Tk.so
> cp Tk.bs blib/arch/auto/Tk/Tk.bs
> chmod 644 blib/arch/auto/Tk/Tk.bs
> cp ptksh blib/script/ptksh
> /usr/bin/perl -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/ptksh
> cp gedi blib/script/gedi
> /usr/bin/perl -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/gedi
> cp ptked blib/script/ptked
> /usr/bin/perl -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/ptked
> Manifying blib/man1/ptksh.1
> Manifying blib/man1/ptked.1
> Manifying blib/man3/Tk::Pane.3pm
> Manifying blib/man3/Tk.3pm
> Manifying blib/man3/Tk::ProgressBar.3pm
> Manifying blib/man3/Tk::Trace.3pm
> Manifying blib/man3/Tie::Watch.3pm
> make[1]: Entering directory `/root/.cpan/build/Tk-804.031-XvbIzL/pod'
> Sorry no HTML building yet
> make[1]: Leaving directory `/root/.cpan/build/Tk-804.031-XvbIzL/pod'
> /usr/bin/perl "-Iblib/arch" "-Iblib/lib" MANIFEST.SKIP.PL MANIFEST.SKIP
> Reading pTk/mTk/additions/pTk.exc
> Reading pTk/mTk/generic/pTk.exc
> Reading pTk/mTk/tclGeneric/pTk.inc
> Reading pTk/mTk/tclUnix/pTk.inc
> Reading pTk/mTk/tclWin/pTk.inc
> Reading pTk/mTk/tixGeneric/pTk.exc
> Reading pTk/mTk/tixUnix/pTk.exc
> Reading pTk/mTk/tixWin/pTk.exc
> Reading pTk/mTk/unix/pTk.exc
> Reading pTk/mTk/win/pTk.exc
> Reading pTk/mTk/xlib/pTk.exc
>  SREZIC/Tk-804.031.tar.gz
>  /usr/bin/make -- OK
> Warning (usually harmless): 'YAML' not installed, will not store persistent state
> Running make test
> cd pTk && make DEFINE="" LIBPERL_A="libperl.a" LINKTYPE="dynamic" OPTIMIZE="-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic" PREFIX="/usr/local" PASTHRU_DEFINE="" PASTHRU_INC=""
> make[1]: Entering directory `/root/.cpan/build/Tk-804.031-XvbIzL/pTk'
> make[1]: Leaving directory `/root/.cpan/build/Tk-804.031-XvbIzL/pTk'
> make[1]: Entering directory `/root/.cpan/build/Tk-804.031-XvbIzL/pTk'
> make[1]: Leaving directory `/root/.cpan/build/Tk-804.031-XvbIzL/pTk'
> make[1]: Entering directory `/root/.cpan/build/Tk-804.031-XvbIzL/pod'
> make[1]: Leaving directory `/root/.cpan/build/Tk-804.031-XvbIzL/pod'
> make[1]: Entering directory `/root/.cpan/build/Tk-804.031-XvbIzL/demos'
> make[1]: Leaving directory `/root/.cpan/build/Tk-804.031-XvbIzL/demos'
> make[1]: Entering directory `/root/.cpan/build/Tk-804.031-XvbIzL/Xlib'
> make[2]: Entering directory `/root/.cpan/build/Tk-804.031-XvbIzL/Xlib/X'
> make[2]: Leaving directory `/root/.cpan/build/Tk-804.031-XvbIzL/Xlib/X'
> make[1]: Leaving directory `/root/.cpan/build/Tk-804.031-XvbIzL/Xlib'
> make[1]: Entering directory `/root/.cpan/build/Tk-804.031-XvbIzL/WinPhoto'
> make[1]: Leaving directory `/root/.cpan/build/Tk-804.031-XvbIzL/WinPhoto'
> make[1]: Entering directory `/root/.cpan/build/Tk-804.031-XvbIzL/Tixish'
> make[1]: Leaving directory `/root/.cpan/build/Tk-804.031-XvbIzL/Tixish'
> make[1]: Entering directory `/root/.cpan/build/Tk-804.031-XvbIzL/TixPixmap'
> make[1]: Leaving directory `/root/.cpan/build/Tk-804.031-XvbIzL/TixPixmap'
> make[1]: Entering directory `/root/.cpan/build/Tk-804.031-XvbIzL/TixGrid'
> make[1]: Leaving directory `/root/.cpan/build/Tk-804.031-XvbIzL/TixGrid'
> make[1]: Entering directory `/root/.cpan/build/Tk-804.031-XvbIzL/TextList'
> make[1]: Leaving directory `/root/.cpan/build/Tk-804.031-XvbIzL/TextList'
> make[1]: Entering directory `/root/.cpan/build/Tk-804.031-XvbIzL/Text'
> make[1]: Leaving directory `/root/.cpan/build/Tk-804.031-XvbIzL/Text'
> make[1]: Entering directory `/root/.cpan/build/Tk-804.031-XvbIzL/TList'
> make[1]: Leaving directory `/root/.cpan/build/Tk-804.031-XvbIzL/TList'
> make[1]: Entering directory `/root/.cpan/build/Tk-804.031-XvbIzL/Scrollbar'
> make[1]: Leaving directory `/root/.cpan/build/Tk-804.031-XvbIzL/Scrollbar'
> make[1]: Entering directory `/root/.cpan/build/Tk-804.031-XvbIzL/Scale'
> make[1]: Leaving directory `/root/.cpan/build/Tk-804.031-XvbIzL/Scale'
> make[1]: Entering directory `/root/.cpan/build/Tk-804.031-XvbIzL/PNG'
> make[1]: Leaving directory `/root/.cpan/build/Tk-804.031-XvbIzL/PNG'
> make[1]: Entering directory `/root/.cpan/build/Tk-804.031-XvbIzL/NBFrame'
> make[1]: Leaving directory `/root/.cpan/build/Tk-804.031-XvbIzL/NBFrame'
> make[1]: Entering directory `/root/.cpan/build/Tk-804.031-XvbIzL/Mwm'
> make[1]: Leaving directory `/root/.cpan/build/Tk-804.031-XvbIzL/Mwm'
> make[1]: Entering directory `/root/.cpan/build/Tk-804.031-XvbIzL/Menubutton'
> make[1]: Leaving directory `/root/.cpan/build/Tk-804.031-XvbIzL/Menubutton'
> make[1]: Entering directory `/root/.cpan/build/Tk-804.031-XvbIzL/Listbox'
> make[1]: Leaving directory `/root/.cpan/build/Tk-804.031-XvbIzL/Listbox'
> make[1]: Entering directory `/root/.cpan/build/Tk-804.031-XvbIzL/JPEG'
> make[1]: Leaving directory `/root/.cpan/build/Tk-804.031-XvbIzL/JPEG'
> make[1]: Entering directory `/root/.cpan/build/Tk-804.031-XvbIzL/InputO'
> make[1]: Leaving directory `/root/.cpan/build/Tk-804.031-XvbIzL/InputO'
> make[1]: Entering directory `/root/.cpan/build/Tk-804.031-XvbIzL/IO'
> make[1]: Leaving directory `/root/.cpan/build/Tk-804.031-XvbIzL/IO'
> make[1]: Entering directory `/root/.cpan/build/Tk-804.031-XvbIzL/HList'
> make[1]: Leaving directory `/root/.cpan/build/Tk-804.031-XvbIzL/HList'
> make[1]: Entering directory `/root/.cpan/build/Tk-804.031-XvbIzL/Event'
> make[1]: Leaving directory `/root/.cpan/build/Tk-804.031-XvbIzL/Event'
> make[1]: Entering directory `/root/.cpan/build/Tk-804.031-XvbIzL/Entry'
> make[1]: Leaving directory `/root/.cpan/build/Tk-804.031-XvbIzL/Entry'
> make[1]: Entering directory `/root/.cpan/build/Tk-804.031-XvbIzL/DragDrop'
> make[1]: Leaving directory `/root/.cpan/build/Tk-804.031-XvbIzL/DragDrop'
> make[1]: Entering directory `/root/.cpan/build/Tk-804.031-XvbIzL/Compound'
> make[1]: Leaving directory `/root/.cpan/build/Tk-804.031-XvbIzL/Compound'
> make[1]: Entering directory `/root/.cpan/build/Tk-804.031-XvbIzL/Canvas'
> make[1]: Leaving directory `/root/.cpan/build/Tk-804.031-XvbIzL/Canvas'
> /usr/bin/perl "-It" "-MTkTest" "-e" "checked_test_harness('./xt/skip_all.t', 0, 'blib/lib', 'blib/arch')" t/00wmcheck.t t/JP.t t/KR.t t/Require.t t/Tkxs.t t/Trace.t t/X.t t/adjuster.t t/after.t t/async.t t/autoload.t t/balloon.t t/bind.t t/browseentry-grabtest.t t/browseentry-subclassing.t t/browseentry.t t/browseentry2.t t/button-tcl.t t/button.t t/canvas-grid.t t/canvas.t t/canvas2.t t/coloreditor.t t/create.t t/cursor.t t/dash.t t/dialogbox.t t/dirtree.t t/entry.t t/errordialog.t t/exefiles.t t/fbox.t t/fileevent.t t/fileevent2.t t/fileselect.t t/font.t t/fork.t t/geomgr.t t/iso8859-1.t t/itemstyle.t t/leak.t t/list.t t/listbox.t t/listvar.t t/magic.t t/mega.t t/msgbox.t t/mwm.t t/objglue.t t/optmenu.t t/photo.t t/pixmap.t t/progbar.t t/property.t t/regexp.t t/rotext.t t/slaves.t t/table.t t/text.t t/text2.t t/textundo.t t/trace1.t t/unicode.t t/widget.t t/wm-tcl.t t/wm-time.t t/wm.t t/zzHList.t t/zzPhoto.t t/zzScrolled.t t/zzText.t t/zzTixGrid.t
> t/00wmcheck.t ................ 1/1 #
> # Tk platform:    unix
> # server info:    X11R0 CentOS 11300000
> # window manager: Metacity
> #        version: 2.28.0
> # XFT:            no
> t/00wmcheck.t ................ ok  
> t/adjuster.t ................. ok  
> t/after.t .................... ok  
> t/async.t .................... ok  
> t/autoload.t ................. ok  
> t/balloon.t .................. ok    
> t/bind.t ..................... ok  
> t/browseentry-grabtest.t ..... ok  
> t/browseentry-subclassing.t .. ok  
> t/browseentry.t .............. ok    
> t/browseentry2.t ............. ok  
> t/button-tcl.t ............... ok      
> t/button.t ................... ok  
> t/canvas-grid.t .............. ok  
> t/canvas.t ................... ok      
> t/canvas2.t .................. ok    
> t/coloreditor.t .............. ok  
> t/create.t ................... ok      
> t/cursor.t ................... ok  
> t/dash.t ..................... ok  
> t/dialogbox.t ................ ok    
> t/dirtree.t .................. ok  
> t/entry.t .................... 1/351
> #   Failed test 'Index of a scrolled string'
> #   at t/entry.t line 413.
> #          got: '3'
> #     expected: '2'
> 
> #   Failed test at t/entry.t line 704.
> #          got: '1'
> #     expected: '0'
> 
> #   Failed test at t/entry.t line 713.
> #          got: '1'
> #     expected: '0'
> 
> #   Failed test 'index with highlightthickness'
> #   at t/entry.t line 730.
> #          got: '5'
> #     expected: '3'
> 
> #   Failed test at t/entry.t line 731.
> #          got: '5'
> #     expected: '4'
> 
> #   Failed test 'index with center justify'
> #   at t/entry.t line 737.
> #          got: '6'
> #     expected: '3'
> 
> #   Failed test at t/entry.t line 738.
> #          got: '6'
> #     expected: '4'
> 
> #   Failed test 'index with right justify'
> #   at t/entry.t line 744.
> #          got: '6'
> #     expected: '3'
> 
> #   Failed test at t/entry.t line 745.
> #          got: '6'
> #     expected: '4'
> 
> #   Failed test 'index with tabulator in entry'
> #   at t/entry.t line 766.
> #          got: '6'
> #     expected: '5'
> 
> #   Failed test at t/entry.t line 1075.
> #          got: '28'
> #     expected: '31'
> 
> #   Failed test at t/entry.t line 1103.
> #     '21'
> #         >=
> #     '23'
> 
> #   Failed test at t/entry.t line 1244.
> #          got: '5'
> #     expected: '4'
> t/entry.t .................... 350/351 # Looks like you failed 13 tests of 351.
> t/entry.t .................... Dubious, test returned 13 (wstat 3328, 0xd00)
> Failed 13/351 subtests
>    (less 17 skipped subtests: 321 okay)
>    (4 TODO tests unexpectedly succeeded)
> t/errordialog.t .............. 1/5 XS_Tk__Callback_Call error:Intentional error.
> 
> XS_Tk__Callback_Call error:Intentional error.
> 
> t/errordialog.t .............. ok  
> t/exefiles.t ................. ok  
> t/fbox.t ..................... ok    
> t/fileevent.t ................ ok  
> t/fileevent2.t ............... ok  
> t/fileselect.t ............... ok  
> t/font.t ..................... 1/34
> #   Failed test 'Value of -size from fontActual (Times font)'
> #   at t/font.t line 108.
> #                   '-11'
> #     doesn't match '(?i-xsm:\-12)'
> t/font.t ..................... 14/34 Font Courier -12 still in cache.
> # Looks like you failed 1 test of 34.
> t/font.t ..................... Dubious, test returned 1 (wstat 256, 0x100)
> Failed 1/34 subtests
>    (less 10 skipped subtests: 23 okay)
> t/fork.t ..................... ok  
> t/geomgr.t ................... ok    
> t/iso8859-1.t ................ ok    
> t/itemstyle.t ................ ok  
> t/JP.t ....................... ok      
> t/KR.t ....................... ok      
> t/leak.t ..................... skipped: need Devel::Leak
> t/list.t ..................... ok  
> t/listbox.t .................. ok      
> t/listvar.t .................. ok    
> t/magic.t .................... ok  
> t/mega.t ..................... ok  
> t/msgbox.t ................... ok    
> t/mwm.t ...................... ok  
> t/objglue.t .................. ok  
> t/optmenu.t .................. ok    
> t/photo.t .................... ok      
> t/pixmap.t ................... ok  
> t/progbar.t .................. ok    
> t/property.t ................. ok    
> t/regexp.t ................... ok    
> t/Require.t .................. ok    
> t/rotext.t ................... ok  
> t/slaves.t ................... ok    
> t/table.t .................... ok    
> t/text.t ..................... 275/415 Stack moved 2a797c0 => 2a797c8
> t/text.t ..................... ok      
> t/text2.t .................... 1/11 untie attempted while 3 inner references still exist at t/text2.t line 59.
> untie attempted while 10 inner references still exist at t/text2.t line 70.
> t/text2.t .................... ok    
> t/textundo.t ................. ok  
> t/Tkxs.t ..................... ok    
> t/Trace.t .................... ok  
> t/trace1.t ................... ok    
> t/unicode.t .................. ok    
> t/widget.t ................... ok    
> t/wm-tcl.t ................... ok      
> t/wm-time.t .................. # Start update 2
> t/wm-time.t .................. 1/? # . update 0.0272 2
> # .label update 0.0348 1
> # Start Popup 2
> # .toplevel Popup 0.0215 2
> # .toplevel.label Popup 0.0223 1
> # Start withdraw 0
> # Start Popup Again 2
> # .toplevel Popup Again 0.0438 2
> # .toplevel.label Popup Again 0.0455 1
> # Start destroy 0
> t/wm-time.t .................. ok  
> t/wm.t ....................... ok  
> t/X.t ........................ ok  
> t/zzHList.t .................. ok    
> t/zzPhoto.t .................. ok    
> t/zzScrolled.t ............... ok    
> t/zzText.t ................... ok    
> t/zzTixGrid.t ................ ok    
> 
> Test Summary Report
> -------------------
> t/canvas.t                 (Wstat: 0 Tests: 166 Failed: 0)
>  TODO passed:   124
> t/entry.t                  (Wstat: 3328 Tests: 351 Failed: 13)
>  Failed tests:  141, 196, 200, 203-208, 211, 293, 297, 325
>  TODO passed:   193, 225, 349-350
>  Non-zero exit status: 13
> t/font.t                   (Wstat: 256 Tests: 34 Failed: 1)
>  Failed test:  11
>  Non-zero exit status: 1
> t/listbox.t                (Wstat: 0 Tests: 537 Failed: 0)
>  TODO passed:   320-322, 328, 502
> t/text.t                   (Wstat: 0 Tests: 415 Failed: 0)
>  TODO passed:   121
> t/wm-tcl.t                 (Wstat: 0 Tests: 315 Failed: 0)
>  TODO passed:   86-87, 154-157, 164-165, 175-178, 221-224
>                237-239, 264-269, 275-276, 280-283, 300
> t/zzScrolled.t             (Wstat: 0 Tests: 94 Failed: 0)
>  TODO passed:   52, 66, 80, 94
> Files=72, Tests=4338, 58 wallclock secs ( 1.06 usr  0.22 sys + 17.76 cusr  1.60 csys = 20.64 CPU)
> Result: FAIL
> Failed 2/72 test programs. 14/4338 subtests failed.
> make: *** [test_dynamic] Error 255
>  SREZIC/Tk-804.031.tar.gz
>  /usr/bin/make test -- NOT OK
> //hint// to see the cpan-testers results for installing this module, try:
>  reports SREZIC/Tk-804.031.tar.gz
> Warning (usually harmless): 'YAML' not installed, will not store persistent state
> Running make install
>  make test had returned bad status, won't install without force
> -- 
> Richard Reina
> Rush Logistics, Inc.
> Watch our 3 minute movie: 
> http://www.rushlogistics.com/movie
> 
> _______________________________________________
> Chicago-talk mailing list
> Chicago-talk at pm.org
> http://mail.pm.org/mailman/listinfo/chicago-talk


More information about the Chicago-talk mailing list