From mikefrag at gmail.com Wed Jun 12 13:40:27 2013 From: mikefrag at gmail.com (Mike Fragassi) Date: Wed, 12 Jun 2013 15:40:27 -0500 Subject: [Chicago-talk] Coinciding with the Project night tomorrow... Message-ID: "The Ultimate Language Shootout is a once a year special event where ChiPy (Chicago Python User Group) invites all languages to compete for the best presentation. The winner takes home $300 and lots of nerd street credit." http://mail.python.org/pipermail/chicago/2013-June/011156.html -------------- next part -------------- An HTML attachment was scrubbed... URL: From richard at rushlogistics.com Fri Jun 21 07:49:54 2013 From: richard at rushlogistics.com (Richard Reina) Date: Fri, 21 Jun 2013 10:49:54 -0400 (EDT) Subject: [Chicago-talk] =?utf-8?q?Can_anyone_help_with_problem_installing_?= =?utf-8?q?perl_Tk=3F?= Message-ID: <20130621144954.88CB73ABA@theseus.xo.com> 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 From hal.wigoda at gmail.com Fri Jun 21 07:58:56 2013 From: hal.wigoda at gmail.com (Hal Wigoda) Date: Fri, 21 Jun 2013 09:58:56 -0500 Subject: [Chicago-talk] Can anyone help with problem installing perl Tk? In-Reply-To: <20130621144954.88CB73ABA@theseus.xo.com> References: <20130621144954.88CB73ABA@theseus.xo.com> Message-ID: Check out reports SREZIC/Tk-804.031.tar.gz Sent from my iPad On Jun 21, 2013, at 9:49 AM, Richard Reina 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 From richard at rushlogistics.com Fri Jun 21 08:07:53 2013 From: richard at rushlogistics.com (richard at rushlogistics.com) Date: Fri, 21 Jun 2013 10:07:53 -0500 Subject: [Chicago-talk] Can anyone help with problem installing perl Tk? In-Reply-To: References: <20130621144954.88CB73ABA@theseus.xo.com> Message-ID: <758BCCB1-B900-437B-94FB-4CF96F48F69F@rushlogistics.com> Hal thanks for the prompt reply. As I mentioned in my post I have done that and found nothing that seems to apply to the problems that I am having. El Jun 21, 2013, a las 9:58 AM, Hal Wigoda escribi?: > Check out reports SREZIC/Tk-804.031.tar.gz > > Sent from my iPad > > On Jun 21, 2013, at 9:49 AM, Richard Reina 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 Dra From imranjj at gmail.com Fri Jun 21 08:17:59 2013 From: imranjj at gmail.com (imran javaid) Date: Fri, 21 Jun 2013 10:17:59 -0500 Subject: [Chicago-talk] Can anyone help with problem installing perl Tk? In-Reply-To: <758BCCB1-B900-437B-94FB-4CF96F48F69F@rushlogistics.com> References: <20130621144954.88CB73ABA@theseus.xo.com> <758BCCB1-B900-437B-94FB-4CF96F48F69F@rushlogistics.com> Message-ID: Have you tried installing it via yum? i.e. yum search perl-Tk it should show you several rpms available but you probably just want this one: sudo yum install perl-Tk.x86_64 On Fri, Jun 21, 2013 at 10:07 AM, wrote: > Hal thanks for the prompt reply. As I mentioned in my post I have done > that and found nothing that seems to apply to the problems that I am having. > > > > El Jun 21, 2013, a las 9:58 AM, Hal Wigoda > escribi?: > > > Check out reports SREZIC/Tk-804.031.tar.gz > > > > Sent from my iPad > > > > On Jun 21, 2013, at 9:49 AM, Richard Reina > 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 Dra > _______________________________________________ > Chicago-talk mailing list > Chicago-talk at pm.org > http://mail.pm.org/mailman/listinfo/chicago-talk > -------------- next part -------------- An HTML attachment was scrubbed... URL: From richard at rushlogistics.com Fri Jun 21 08:37:08 2013 From: richard at rushlogistics.com (richard at rushlogistics.com) Date: Fri, 21 Jun 2013 10:37:08 -0500 Subject: [Chicago-talk] Can anyone help with problem installing perl Tk? In-Reply-To: References: <20130621144954.88CB73ABA@theseus.xo.com> <758BCCB1-B900-437B-94FB-4CF96F48F69F@rushlogistics.com> Message-ID: <1C82EE1B-127C-4127-963B-6F6A8BC8B6CE@rushlogistics.com> Have not. Will try and let you know. Thanks El Jun 21, 2013, a las 10:17 AM, imran javaid escribi?: > Have you tried installing it via yum? i.e. > yum search perl-Tk > it should show you several rpms available but you probably just want this one: > sudo yum install perl-Tk.x86_64 > > > > On Fri, Jun 21, 2013 at 10:07 AM, wrote: >> Hal thanks for the prompt reply. As I mentioned in my post I have done that and found nothing that seems to apply to the problems that I am having. >> >> >> >> El Jun 21, 2013, a las 9:58 AM, Hal Wigoda escribi?: >> >> > Check out reports SREZIC/Tk-804.031.tar.gz >> > >> > Sent from my iPad >> > >> > On Jun 21, 2013, at 9:49 AM, Richard Reina 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 Dra >> _______________________________________________ >> Chicago-talk mailing list >> Chicago-talk at pm.org >> http://mail.pm.org/mailman/listinfo/chicago-talk > > _______________________________________________ > Chicago-talk mailing list > Chicago-talk at pm.org > http://mail.pm.org/mailman/listinfo/chicago-talk -------------- next part -------------- An HTML attachment was scrubbed... URL: From richard at rushlogistics.com Fri Jun 21 08:45:07 2013 From: richard at rushlogistics.com (richard at rushlogistics.com) Date: Fri, 21 Jun 2013 10:45:07 -0500 Subject: [Chicago-talk] Can anyone help with problem installing perl Tk? In-Reply-To: References: <20130621144954.88CB73ABA@theseus.xo.com> <758BCCB1-B900-437B-94FB-4CF96F48F69F@rushlogistics.com> Message-ID: When I do yum search perl-Tk I get: No Matches found El Jun 21, 2013, a las 10:17 AM, imran javaid escribi?: > Have you tried installing it via yum? i.e. > yum search perl-Tk > it should show you several rpms available but you probably just want this one: > sudo yum install perl-Tk.x86_64 > > > > On Fri, Jun 21, 2013 at 10:07 AM, wrote: >> Hal thanks for the prompt reply. As I mentioned in my post I have done that and found nothing that seems to apply to the problems that I am having. >> >> >> >> El Jun 21, 2013, a las 9:58 AM, Hal Wigoda escribi?: >> >> > Check out reports SREZIC/Tk-804.031.tar.gz >> > >> > Sent from my iPad >> > >> > On Jun 21, 2013, at 9:49 AM, Richard Reina 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 Dra >> _______________________________________________ >> Chicago-talk mailing list >> Chicago-talk at pm.org >> http://mail.pm.org/mailman/listinfo/chicago-talk > > _______________________________________________ > Chicago-talk mailing list > Chicago-talk at pm.org > http://mail.pm.org/mailman/listinfo/chicago-talk -------------- next part -------------- An HTML attachment was scrubbed... URL: From imranjj at gmail.com Fri Jun 21 08:49:55 2013 From: imranjj at gmail.com (imran javaid) Date: Fri, 21 Jun 2013 10:49:55 -0500 Subject: [Chicago-talk] Can anyone help with problem installing perl Tk? In-Reply-To: References: <20130621144954.88CB73ABA@theseus.xo.com> <758BCCB1-B900-437B-94FB-4CF96F48F69F@rushlogistics.com> Message-ID: You probably do not have a repository set up for your machine. Your other choice would be to download the RPM: http://rpm.pbone.net/index.php3?stat=26&dist=79&size=2286288&name=perl-Tk-804.030-15.3.x86_64.rpm and install the RPM (using the rpm command). On Fri, Jun 21, 2013 at 10:45 AM, wrote: > When I do yum search perl-Tk > > I get: No Matches found > > > > El Jun 21, 2013, a las 10:17 AM, imran javaid > escribi?: > > Have you tried installing it via yum? i.e. > yum search perl-Tk > it should show you several rpms available but you probably just want this > one: > sudo yum install perl-Tk.x86_64 > > > > On Fri, Jun 21, 2013 at 10:07 AM, wrote: > >> Hal thanks for the prompt reply. As I mentioned in my post I have done >> that and found nothing that seems to apply to the problems that I am having. >> >> >> >> El Jun 21, 2013, a las 9:58 AM, Hal Wigoda >> escribi?: >> >> > Check out reports SREZIC/Tk-804.031.tar.gz >> > >> > Sent from my iPad >> > >> > On Jun 21, 2013, at 9:49 AM, Richard Reina >> 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 Dra >> _______________________________________________ >> Chicago-talk mailing list >> Chicago-talk at pm.org >> http://mail.pm.org/mailman/listinfo/chicago-talk >> > > _______________________________________________ > Chicago-talk mailing list > Chicago-talk at pm.org > http://mail.pm.org/mailman/listinfo/chicago-talk > > > _______________________________________________ > Chicago-talk mailing list > Chicago-talk at pm.org > http://mail.pm.org/mailman/listinfo/chicago-talk > -------------- next part -------------- An HTML attachment was scrubbed... URL: From sblanton at choppertrading.com Fri Jun 21 09:55:41 2013 From: sblanton at choppertrading.com (Sean Blanton) Date: Fri, 21 Jun 2013 16:55:41 +0000 Subject: [Chicago-talk] Can anyone help with problem installing perl Tk? In-Reply-To: References: <20130621144954.88CB73ABA@theseus.xo.com> <758BCCB1-B900-437B-94FB-4CF96F48F69F@rushlogistics.com> Message-ID: <4927DE4B01D79B468A695E39968C4A29013F3AF4B0@CHJ-WS-EXCH02.choppertrading.com> My two cents: I would recommend never using a Perl that comes with an OS, which is for the OS to use, not for you. Better to install your own Perl where you can use CPAN and avoid such problems. If you have really light use of Perl, I guess you can get away with it, but anything interesting and you will likely need something that diverges from the OS Perl. Trying to build locally with CPAN and an OS version of Perl is also likely to bring frustration as the OS Perl may not have the same files as a standard Perl. Most importantly, never use CPAN to install modules into the OS Perl if you have access to do so - you will break programs that come with the OS distribution. So, build your own Perl - it's easy, and be totally free and clean, baby! If you don't have internet access, get a Perl tar ball, build a minicpan from a machine that does have internet access and use that. Sean From: Chicago-talk [mailto:chicago-talk-bounces+sblanton=choppertrading.com at pm.org] On Behalf Of imran javaid Sent: Friday, June 21, 2013 10:50 AM To: Chicago.pm chatter Subject: Re: [Chicago-talk] Can anyone help with problem installing perl Tk? You probably do not have a repository set up for your machine. Your other choice would be to download the RPM: http://rpm.pbone.net/index.php3?stat=26&dist=79&size=2286288&name=perl-Tk-804.030-15.3.x86_64.rpm and install the RPM (using the rpm command). On Fri, Jun 21, 2013 at 10:45 AM, > wrote: When I do yum search perl-Tk I get: No Matches found El Jun 21, 2013, a las 10:17 AM, imran javaid > escribi?: Have you tried installing it via yum? i.e. yum search perl-Tk it should show you several rpms available but you probably just want this one: sudo yum install perl-Tk.x86_64 On Fri, Jun 21, 2013 at 10:07 AM, > wrote: Hal thanks for the prompt reply. As I mentioned in my post I have done that and found nothing that seems to apply to the problems that I am having. El Jun 21, 2013, a las 9:58 AM, Hal Wigoda > escribi?: > Check out reports SREZIC/Tk-804.031.tar.gz > > Sent from my iPad > > On Jun 21, 2013, at 9:49 AM, Richard Reina > 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 Dra _______________________________________________ Chicago-talk mailing list Chicago-talk at pm.org http://mail.pm.org/mailman/listinfo/chicago-talk _______________________________________________ Chicago-talk mailing list Chicago-talk at pm.org http://mail.pm.org/mailman/listinfo/chicago-talk _______________________________________________ Chicago-talk mailing list Chicago-talk at pm.org http://mail.pm.org/mailman/listinfo/chicago-talk ________________________________ CONFIDENTIALITY WARNING: This email including any attachments may contain privileged or confidential information and is for the sole use of the intended recipient(s). Any unauthorized use or disclosure of this communication is prohibited. This e-mail may also be subject to specific non-disclosure and confidentiality provisions. The information contained herein is the property of Chopper Trading, LLC. If you believe that you have received this email in error, please notify the sender immediately and delete it from your system. -------------- next part -------------- An HTML attachment was scrubbed... URL: From dcmertens.perl at gmail.com Fri Jun 21 21:03:49 2013 From: dcmertens.perl at gmail.com (David Mertens) Date: Fri, 21 Jun 2013 23:03:49 -0500 Subject: [Chicago-talk] Can anyone help with problem installing perl Tk? In-Reply-To: <4927DE4B01D79B468A695E39968C4A29013F3AF4B0@CHJ-WS-EXCH02.choppertrading.com> References: <20130621144954.88CB73ABA@theseus.xo.com> <758BCCB1-B900-437B-94FB-4CF96F48F69F@rushlogistics.com> <4927DE4B01D79B468A695E39968C4A29013F3AF4B0@CHJ-WS-EXCH02.choppertrading.com> Message-ID: I agree with Sean. If this seems daunting, though, you can use perlbrew to manage everything. Building Perl is remarkably easy, but perlbrew is even easier. You'll have to reinstall all your CPAN modules under the new Perl, but that's a one-time setup that should go smoothly. David On Jun 21, 2013 11:55 AM, "Sean Blanton" wrote: > My two cents: I would recommend never using a Perl that comes with an > OS, which is for the OS to use, not for you. Better to install your own > Perl where you can use CPAN and avoid such problems. If you have really > light use of Perl, I guess you can get away with it, but anything > interesting and you will likely need something that diverges from the OS > Perl. > > > > Trying to build locally with CPAN and an OS version of Perl is also likely > to bring frustration as the OS Perl may not have the same files as a > standard Perl. Most importantly, never use CPAN to install modules into the > OS Perl if you have access to do so ? you will break programs that come > with the OS distribution. > > > > So, build your own Perl ? it?s easy, and be totally free and clean, baby! > If you don?t have internet access, get a Perl tar ball, build a minicpan > from a machine that does have internet access and use that. > > > > Sean > > > > *From:* Chicago-talk [mailto:chicago-talk-bounces+sblanton= > choppertrading.com at pm.org] *On Behalf Of *imran javaid > *Sent:* Friday, June 21, 2013 10:50 AM > *To:* Chicago.pm chatter > *Subject:* Re: [Chicago-talk] Can anyone help with problem installing > perl Tk? > > > > You probably do not have a repository set up for your machine. > > Your other choice would be to download the RPM: > > > http://rpm.pbone.net/index.php3?stat=26&dist=79&size=2286288&name=perl-Tk-804.030-15.3.x86_64.rpm > > and install the RPM (using the rpm command). > > > > On Fri, Jun 21, 2013 at 10:45 AM, wrote: > > When I do yum search perl-Tk > > > > I get: No Matches found > > > > > El Jun 21, 2013, a las 10:17 AM, imran javaid > escribi?: > > Have you tried installing it via yum? i.e. > > yum search perl-Tk > > it should show you several rpms available but you probably just want this > one: > > sudo yum install perl-Tk.x86_64 > > > > > > On Fri, Jun 21, 2013 at 10:07 AM, wrote: > > Hal thanks for the prompt reply. As I mentioned in my post I have done > that and found nothing that seems to apply to the problems that I am having. > > > > El Jun 21, 2013, a las 9:58 AM, Hal Wigoda > escribi?: > > > > Check out reports SREZIC/Tk-804.031.tar.gz > > > > Sent from my iPad > > > > On Jun 21, 2013, at 9:49 AM, Richard Reina > 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 Dra > > _______________________________________________ > Chicago-talk mailing list > Chicago-talk at pm.org > http://mail.pm.org/mailman/listinfo/chicago-talk > > > > _______________________________________________ > Chicago-talk mailing list > Chicago-talk at pm.org > http://mail.pm.org/mailman/listinfo/chicago-talk > > > _______________________________________________ > Chicago-talk mailing list > Chicago-talk at pm.org > http://mail.pm.org/mailman/listinfo/chicago-talk > > > > ------------------------------ > > CONFIDENTIALITY WARNING: This email including any attachments may contain > privileged or confidential information and is for the sole use of the > intended recipient(s). Any unauthorized use or disclosure of this > communication is prohibited. This e-mail may also be subject to specific > non-disclosure and confidentiality provisions. The information contained > herein is the property of Chopper Trading, LLC. If you believe that you > have received this email in error, please notify the sender immediately and > delete it from your system. > > _______________________________________________ > Chicago-talk mailing list > Chicago-talk at pm.org > http://mail.pm.org/mailman/listinfo/chicago-talk > -------------- next part -------------- An HTML attachment was scrubbed... URL: From richard at rushlogistics.com Sun Jun 23 17:14:42 2013 From: richard at rushlogistics.com (richard at rushlogistics.com) Date: Sun, 23 Jun 2013 19:14:42 -0500 Subject: [Chicago-talk] Can anyone help with problem installing perl Tk? In-Reply-To: References: <20130621144954.88CB73ABA@theseus.xo.com> <758BCCB1-B900-437B-94FB-4CF96F48F69F@rushlogistics.com> <4927DE4B01D79B468A695E39968C4A29013F3AF4B0@CHJ-WS-EXCH02.choppertrading.com> Message-ID: <97CCBE41-E148-4045-8954-8F854740C03B@rushlogistics.com> Thanks for the replies. I finally got it installed with an rpm. Seems to be working ok. El Jun 21, 2013, a las 11:03 PM, David Mertens escribi?: > I agree with Sean. If this seems daunting, though, you can use perlbrew to manage everything. Building Perl is remarkably easy, but perlbrew is even easier. > > You'll have to reinstall all your CPAN modules under the new Perl, but that's a one-time setup that should go smoothly. > > David > > On Jun 21, 2013 11:55 AM, "Sean Blanton" wrote: >> My two cents: I would recommend never using a Perl that comes with an OS, which is for the OS to use, not for you. Better to install your own Perl where you can use CPAN and avoid such problems. If you have really light use of Perl, I guess you can get away with it, but anything interesting and you will likely need something that diverges from the OS Perl. >> >> >> >> Trying to build locally with CPAN and an OS version of Perl is also likely to bring frustration as the OS Perl may not have the same files as a standard Perl. Most importantly, never use CPAN to install modules into the OS Perl if you have access to do so ? you will break programs that come with the OS distribution. >> >> >> >> So, build your own Perl ? it?s easy, and be totally free and clean, baby! If you don?t have internet access, get a Perl tar ball, build a minicpan from a machine that does have internet access and use that. >> >> >> >> Sean >> >> >> >> From: Chicago-talk [mailto:chicago-talk-bounces+sblanton=choppertrading.com at pm.org] On Behalf Of imran javaid >> Sent: Friday, June 21, 2013 10:50 AM >> To: Chicago.pm chatter >> Subject: Re: [Chicago-talk] Can anyone help with problem installing perl Tk? >> >> >> >> You probably do not have a repository set up for your machine. >> >> Your other choice would be to download the RPM: >> >> http://rpm.pbone.net/index.php3?stat=26&dist=79&size=2286288&name=perl-Tk-804.030-15.3.x86_64.rpm >> >> and install the RPM (using the rpm command). >> >> >> >> On Fri, Jun 21, 2013 at 10:45 AM, wrote: >> >> When I do yum search perl-Tk >> >> >> >> I get: No Matches found >> >> >> >> >> El Jun 21, 2013, a las 10:17 AM, imran javaid escribi?: >> >> Have you tried installing it via yum? i.e. >> >> yum search perl-Tk >> >> it should show you several rpms available but you probably just want this one: >> >> sudo yum install perl-Tk.x86_64 >> >> >> >> >> >> On Fri, Jun 21, 2013 at 10:07 AM, wrote: >> >> Hal thanks for the prompt reply. As I mentioned in my post I have done that and found nothing that seems to apply to the problems that I am having. >> >> >> >> El Jun 21, 2013, a las 9:58 AM, Hal Wigoda escribi?: >> >> >> > Check out reports SREZIC/Tk-804.031.tar.gz >> > >> > Sent from my iPad >> > >> > On Jun 21, 2013, at 9:49 AM, Richard Reina 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 Dra >> >> _______________________________________________ >> Chicago-talk mailing list >> Chicago-talk at pm.org >> http://mail.pm.org/mailman/listinfo/chicago-talk >> >> >> >> _______________________________________________ >> Chicago-talk mailing list >> Chicago-talk at pm.org >> http://mail.pm.org/mailman/listinfo/chicago-talk >> >> >> _______________________________________________ >> Chicago-talk mailing list >> Chicago-talk at pm.org >> http://mail.pm.org/mailman/listinfo/chicago-talk >> >> >> >> >> >> CONFIDENTIALITY WARNING: This email including any attachments may contain privileged or confidential information and is for the sole use of the intended recipient(s). Any unauthorized use or disclosure of this communication is prohibited. This e-mail may also be subject to specific non-disclosure and confidentiality provisions. The information contained herein is the property of Chopper Trading, LLC. If you believe that you have received this email in error, please notify the sender immediately and delete it from your system. >> >> _______________________________________________ >> Chicago-talk mailing list >> Chicago-talk at pm.org >> http://mail.pm.org/mailman/listinfo/chicago-talk > _______________________________________________ > Chicago-talk mailing list > Chicago-talk at pm.org > http://mail.pm.org/mailman/listinfo/chicago-talk -------------- next part -------------- An HTML attachment was scrubbed... URL: From sblanton at choppertrading.com Mon Jun 24 08:19:29 2013 From: sblanton at choppertrading.com (Sean Blanton) Date: Mon, 24 Jun 2013 15:19:29 +0000 Subject: [Chicago-talk] Can anyone help with problem installing perl Tk? In-Reply-To: References: <20130621144954.88CB73ABA@theseus.xo.com> <758BCCB1-B900-437B-94FB-4CF96F48F69F@rushlogistics.com> <4927DE4B01D79B468A695E39968C4A29013F3AF4B0@CHJ-WS-EXCH02.choppertrading.com> Message-ID: <4927DE4B01D79B468A695E39968C4A29013F3B3DC0@CHJ-WS-EXCH02.choppertrading.com> Let me run with this tangent. Dave et. al., I initially liked Perlbrew and am still using it one place, but after some experience with it, let me +1 Brian's comment on Perlbrew vs. the standard Perl install: http://stackoverflow.com/questions/10242451/how-to-install-perl-offline 1. You might choose Perlbrew if you are in a completely vanilla environment, need to switch often between multiple versions of Perl and you don't care to learn the basics of building Perl or writing your own perl-switcher. 2. If you are upgrading a local Perl or just using one version of local Perl, Perlbrew can actually add overhead by requiring you to learn its special ways. "./Configure -des -Dprefix=/path/to/installation && make install" and changing PATH is pretty easy. 3. If you are using Perl in an environment with no internet access, Perlbrew is an absolute nightmare. It's written in a rambling procedural way with hardcoded configuration items that makes hacking it difficult. Besides the Perl dist, it wants to download and use some executable (I've purged the name from my memory) to manage the install. I couldn't even find that program and download it myself in a reasonable time. If I have to hack Perlbrew, which has no documentation on the internals, that totally defeats its purpose. I also don't want to depend on something so delicate that it might give me problems down the road. From: Chicago-talk [mailto:chicago-talk-bounces+sblanton=choppertrading.com at pm.org] On Behalf Of David Mertens Sent: Friday, June 21, 2013 11:04 PM To: Chicago.pm chatter Subject: Re: [Chicago-talk] Can anyone help with problem installing perl Tk? I agree with Sean. If this seems daunting, though, you can use perlbrew to manage everything. Building Perl is remarkably easy, but perlbrew is even easier. You'll have to reinstall all your CPAN modules under the new Perl, but that's a one-time setup that should go smoothly. David On Jun 21, 2013 11:55 AM, "Sean Blanton" > wrote: My two cents: I would recommend never using a Perl that comes with an OS, which is for the OS to use, not for you. Better to install your own Perl where you can use CPAN and avoid such problems. If you have really light use of Perl, I guess you can get away with it, but anything interesting and you will likely need something that diverges from the OS Perl. Trying to build locally with CPAN and an OS version of Perl is also likely to bring frustration as the OS Perl may not have the same files as a standard Perl. Most importantly, never use CPAN to install modules into the OS Perl if you have access to do so - you will break programs that come with the OS distribution. So, build your own Perl - it's easy, and be totally free and clean, baby! If you don't have internet access, get a Perl tar ball, build a minicpan from a machine that does have internet access and use that. Sean From: Chicago-talk [mailto:chicago-talk-bounces+sblanton=choppertrading.com at pm.org] On Behalf Of imran javaid Sent: Friday, June 21, 2013 10:50 AM To: Chicago.pm chatter Subject: Re: [Chicago-talk] Can anyone help with problem installing perl Tk? You probably do not have a repository set up for your machine. Your other choice would be to download the RPM: http://rpm.pbone.net/index.php3?stat=26&dist=79&size=2286288&name=perl-Tk-804.030-15.3.x86_64.rpm and install the RPM (using the rpm command). On Fri, Jun 21, 2013 at 10:45 AM, > wrote: When I do yum search perl-Tk I get: No Matches found El Jun 21, 2013, a las 10:17 AM, imran javaid > escribi?: Have you tried installing it via yum? i.e. yum search perl-Tk it should show you several rpms available but you probably just want this one: sudo yum install perl-Tk.x86_64 On Fri, Jun 21, 2013 at 10:07 AM, > wrote: Hal thanks for the prompt reply. As I mentioned in my post I have done that and found nothing that seems to apply to the problems that I am having. El Jun 21, 2013, a las 9:58 AM, Hal Wigoda > escribi?: > Check out reports SREZIC/Tk-804.031.tar.gz > > Sent from my iPad > > On Jun 21, 2013, at 9:49 AM, Richard Reina > 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 Dra _______________________________________________ Chicago-talk mailing list Chicago-talk at pm.org http://mail.pm.org/mailman/listinfo/chicago-talk _______________________________________________ Chicago-talk mailing list Chicago-talk at pm.org http://mail.pm.org/mailman/listinfo/chicago-talk _______________________________________________ Chicago-talk mailing list Chicago-talk at pm.org http://mail.pm.org/mailman/listinfo/chicago-talk ________________________________ CONFIDENTIALITY WARNING: This email including any attachments may contain privileged or confidential information and is for the sole use of the intended recipient(s). Any unauthorized use or disclosure of this communication is prohibited. This e-mail may also be subject to specific non-disclosure and confidentiality provisions. The information contained herein is the property of Chopper Trading, LLC. If you believe that you have received this email in error, please notify the sender immediately and delete it from your system. _______________________________________________ Chicago-talk mailing list Chicago-talk at pm.org http://mail.pm.org/mailman/listinfo/chicago-talk -------------- next part -------------- An HTML attachment was scrubbed... URL: From madcityzen at gmail.com Mon Jun 24 22:04:35 2013 From: madcityzen at gmail.com (Doug Bell) Date: Tue, 25 Jun 2013 00:04:35 -0500 Subject: [Chicago-talk] Meeting Thursday, June 27, 6:30pm - YAPC wrap-up / Social Meeting Message-ID: <4C90858F-125D-4C77-ADE5-2C2BCE6DBBBA@gmail.com> This month was YAPC, and a lot of excellent presentations are available on YouTube. We'll get some reactions from those who participated in YAPC either in-person or remotely, then we'll talk about some of the latest news in the Perl world. This meeting will start in our usual place, 540 W Madison St, the 9th floor conference rooms. Please RSVP on the Meetup page: http://www.meetup.com/ChicagoPM/events/125497132/ As always, pizza and beer will be provided. Since this is a social meeting, we'll move the meeting to a local bar (the New Line) after we run of out presentations. Doug Bell madcityzen at gmail.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From michael at potter.name Thu Jun 27 15:52:06 2013 From: michael at potter.name (Michael Potter) Date: Thu, 27 Jun 2013 18:52:06 -0400 Subject: [Chicago-talk] Potter's sudo and bash talks Message-ID: Mongers, Many of you have seen my bash and sudo presentations. If you have and you liked them I am asking a favor... I am starting a side business giving my talks and I need some testimonials. Please send a sentence or two that I can use to promote my talks. Here are the URLs: http://learnbash.eventbrite.com http://sudo.eventbrite.com I am limiting the number of attendees in each session; I will repeat these event once a month or so. I was planning on using gotomeeting, but I just learned that they do not support Linux. I am investigating alternatives. My worst case is to use google hangouts, but I am not satisfied with the quality. As a thank you for those who are able to provide a testimonial, I will give a 90% off coupon for one of my sessions. Why 90% rather than 100%?: I want the attendee to pay something as a way to reduce no-shows. -- Michael Potter -- Michael Potter Tapp Solutions, LLC Replatform Technologies, LLC +1 770 815 6142 ** Atlanta ** michael at potter.name ** www.linkedin.com/in/michaelpotter