Skip to content

Instantly share code, notes, and snippets.

@gideondsouza
Created September 19, 2013 15:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gideondsouza/6625505 to your computer and use it in GitHub Desktop.
Save gideondsouza/6625505 to your computer and use it in GitHub Desktop.
tcl failure log
cpanm (App::cpanminus) 1.6942 on perl 5.012004 built for darwin-thread-multi-2level
Work directory is /Users/gideon/.cpanm/work/1379605518.67859
You have make /usr/bin/make
You have LWP 6.05
You have /usr/bin/tar: bsdtar 2.8.3 - libarchive 2.8.3
You have /usr/bin/unzip
Searching Tkx on cpanmetadb ...
--> Working on Tkx
Fetching http://www.cpan.org/authors/id/G/GA/GAAS/Tkx-1.09.tar.gz
-> OK
Unpacking Tkx-1.09.tar.gz
Entering Tkx-1.09
Checking configure dependencies from META.yml
Checking if you have ExtUtils::MakeMaker 0 ... Yes (6.76)
Configuring Tkx-1.09
Running Makefile.PL
Warning: prerequisite Tcl 1 not found.
Checking if your kit is complete...
Looks good
Generating a GNU-style Makefile
Writing Makefile for Tkx
Writing MYMETA.yml and MYMETA.json
-> OK
Checking dependencies from MYMETA.json ...
Checking if you have Tcl 1 ... No
Checking if you have ExtUtils::MakeMaker 0 ... Yes (6.76)
==> Found dependencies: Tcl
Searching Tcl on cpanmetadb ...
--> Working on Tcl
Fetching http://www.cpan.org/authors/id/V/VK/VKON/Tcl-1.02.tar.gz
-> OK
Unpacking Tcl-1.02.tar.gz
Entering Tcl-1.02
Checking configure dependencies from META.yml
Checking if you have ExtUtils::MakeMaker 0 ... Yes (6.76)
Configuring Tcl-1.02
Running Makefile.PL
LIBS = -Ltcl-core/darwin-universal -ltclstub8.4 -framework Carbon
INC = -Itcl-core/include
DEFINE = -DUSE_TCL_STUBS
Checking if your kit is complete...
Looks good
Generating a GNU-style Makefile
Writing Makefile for Tcl
Writing MYMETA.yml and MYMETA.json
-> OK
Checking dependencies from MYMETA.json ...
Checking if you have ExtUtils::MakeMaker 0 ... Yes (6.76)
Building and testing Tcl-1.02
cp Tcl.pm blib/lib/Tcl.pm
/usr/bin/perl /System/Library/Perl/5.12/ExtUtils/xsubpp -typemap /System/Library/Perl/5.12/ExtUtils/typemap -typemap typemap Tcl.xs > Tcl.xsc && mv Tcl.xsc Tcl.c
Please specify prototyping behavior for Tcl.xs (see perlxs manual)
clang -c -Itcl-core/include -arch i386 -arch x86_64 -g -pipe -fno-common -DPERL_DARWIN -fno-strict-aliasing -fstack-protector -I/usr/local/include -Os -DVERSION=\"1.02\" -DXS_VERSION=\"1.02\" "-I/System/Library/Perl/5.12/darwin-thread-multi-2level/CORE" -DUSE_TCL_STUBS Tcl.c
Tcl.xs:216:8: warning: format string is not a string literal (potentially insecure) [-Wformat-security]
warn(error);
^~~~~
Tcl.xs:231:10: warning: 'FSFindFolder' is deprecated: first deprecated in OS X 10.8 [-Wdeprecated-declarations]
oserr = FSFindFolder(DOMAINS[i], kFrameworksFolderType,
^
/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Folders.h:286:1: note: 'FSFindFolder' declared here
FSFindFolder(
^
Tcl.xs:236:10: warning: 'FSRefMakePath' is deprecated: first deprecated in OS X 10.8 [-Wdeprecated-declarations]
oserr = FSRefMakePath(&ref, (UInt8*)libname, sizeof(libname));
^
/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Files.h:4081:18: note: 'FSRefMakePath' declared here
extern OSStatus FSRefMakePath(const FSRef *ref, UInt8 *path, UInt32 pathBufferSize) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_8, __IPHONE_NA, __IPHONE_NA);
^
Tcl.xs:402:8: warning: format string is not a string literal (potentially insecure) [-Wformat-security]
warn(error);
^~~~~
Tcl.xs:782:2: warning: expression result unused [-Wunused-value]
POPs; /* pop the undef off the stack */
^~~~
/System/Library/Perl/5.12/darwin-thread-multi-2level/CORE/pp.h:125:16: note: expanded from macro 'POPs'
#define POPs (*sp--)
^~~~~
Tcl.xs:788:7: warning: format specifies type 'int' but the argument has type 'I32' (aka 'long') [-Wformat]
count);
^~~~~
Tcl.xs:862:2: warning: expression result unused [-Wunused-value]
POPs; /* pop the undef off the stack */
^~~~
/System/Library/Perl/5.12/darwin-thread-multi-2level/CORE/pp.h:125:16: note: expanded from macro 'POPs'
#define POPs (*sp--)
^~~~~
Tcl.xs:868:7: warning: format specifies type 'int' but the argument has type 'I32' (aka 'long') [-Wformat]
count);
^~~~~
Tcl.xs:1032:12: warning: format string is not a string literal (potentially insecure) [-Wformat-security]
croak(Tcl_GetStringResult(interp));
^~~~~~~~~~~~~~~~~~~~~~~~~~~
tcl-core/include/tclDecls.h:2972:2: note: expanded from macro 'Tcl_GetStringResult'
(tclStubsPtr->tcl_GetStringResult) /* 174 */
^
Tcl.xs:1095:12: warning: format string is not a string literal (potentially insecure) [-Wformat-security]
croak(Tcl_GetStringResult(interp));
^~~~~~~~~~~~~~~~~~~~~~~~~~~
tcl-core/include/tclDecls.h:2972:2: note: expanded from macro 'Tcl_GetStringResult'
(tclStubsPtr->tcl_GetStringResult) /* 174 */
^
Tcl.xs:1120:13: warning: format string is not a string literal (potentially insecure) [-Wformat-security]
croak(Tcl_GetStringResult(interp));
^~~~~~~~~~~~~~~~~~~~~~~~~~~
tcl-core/include/tclDecls.h:2972:2: note: expanded from macro 'Tcl_GetStringResult'
(tclStubsPtr->tcl_GetStringResult) /* 174 */
^
Tcl.xs:1254:9: warning: format string is not a string literal (potentially insecure) [-Wformat-security]
croak(Tcl_GetStringResult(interp));
^~~~~~~~~~~~~~~~~~~~~~~~~~~
tcl-core/include/tclDecls.h:2972:2: note: expanded from macro 'Tcl_GetStringResult'
(tclStubsPtr->tcl_GetStringResult) /* 174 */
^
Tcl.xs:1321:9: warning: format string is not a string literal (potentially insecure) [-Wformat-security]
croak(Tcl_GetStringResult(interp));
^~~~~~~~~~~~~~~~~~~~~~~~~~~
tcl-core/include/tclDecls.h:2972:2: note: expanded from macro 'Tcl_GetStringResult'
(tclStubsPtr->tcl_GetStringResult) /* 174 */
^
Tcl.xs:1396:12: warning: format string is not a string literal (potentially insecure) [-Wformat-security]
croak(Tcl_GetStringResult(interp));
^~~~~~~~~~~~~~~~~~~~~~~~~~~
tcl-core/include/tclDecls.h:2972:2: note: expanded from macro 'Tcl_GetStringResult'
(tclStubsPtr->tcl_GetStringResult) /* 174 */
^
14 warnings generated.
Tcl.xs:216:8: warning: format string is not a string literal (potentially insecure) [-Wformat-security]
warn(error);
^~~~~
Tcl.xs:231:10: warning: 'FSFindFolder' is deprecated: first deprecated in OS X 10.8 [-Wdeprecated-declarations]
oserr = FSFindFolder(DOMAINS[i], kFrameworksFolderType,
^
/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Folders.h:286:1: note: 'FSFindFolder' declared here
FSFindFolder(
^
Tcl.xs:236:10: warning: 'FSRefMakePath' is deprecated: first deprecated in OS X 10.8 [-Wdeprecated-declarations]
oserr = FSRefMakePath(&ref, (UInt8*)libname, sizeof(libname));
^
/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Files.h:4081:18: note: 'FSRefMakePath' declared here
extern OSStatus FSRefMakePath(const FSRef *ref, UInt8 *path, UInt32 pathBufferSize) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_8, __IPHONE_NA, __IPHONE_NA);
^
Tcl.xs:402:8: warning: format string is not a string literal (potentially insecure) [-Wformat-security]
warn(error);
^~~~~
Tcl.xs:782:2: warning: expression result unused [-Wunused-value]
POPs; /* pop the undef off the stack */
^~~~
/System/Library/Perl/5.12/darwin-thread-multi-2level/CORE/pp.h:125:16: note: expanded from macro 'POPs'
#define POPs (*sp--)
^~~~~
Tcl.xs:862:2: warning: expression result unused [-Wunused-value]
POPs; /* pop the undef off the stack */
^~~~
/System/Library/Perl/5.12/darwin-thread-multi-2level/CORE/pp.h:125:16: note: expanded from macro 'POPs'
#define POPs (*sp--)
^~~~~
6 warnings generated.
Running Mkbootstrap for Tcl ()
chmod 644 Tcl.bs
rm -f blib/arch/auto/Tcl/Tcl.bundle
clang -mmacosx-version-min=10.8 -arch i386 -arch x86_64 -bundle -undefined dynamic_lookup -L/usr/local/lib -fstack-protector Tcl.o -Ltcl-core/darwin-universal -ltclstub8.4 -framework Carbon -o blib/arch/auto/Tcl/Tcl.bundle \
\
chmod 755 blib/arch/auto/Tcl/Tcl.bundle
cp Tcl.bs blib/arch/auto/Tcl/Tcl.bs
chmod 644 blib/arch/auto/Tcl/Tcl.bs
Manifying blib/man3/Tcl.3pm
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
perl(68037,0x7fff758cc180) malloc: *** error for object 0x7fc79c8c1010: pointer being freed was not allocated
*** set a breakpoint in malloc_error_break to debug
t/call.t ...........
All 15 subtests passed
perl(68041,0x7fff758cc180) malloc: *** error for object 0x7fa0dc861a50: pointer being freed was not allocated
*** set a breakpoint in malloc_error_break to debug
t/constants.t ......
All 3 subtests passed
perl(68046,0x7fff758cc180) malloc: *** error for object 0x7f88d283c210: pointer being freed was not allocated
*** set a breakpoint in malloc_error_break to debug
t/createcmd.t ......
All 4 subtests passed
perl(68048,0x7fff758cc180) malloc: *** error for object 0x7fdf48927010: pointer being freed was not allocated
*** set a breakpoint in malloc_error_break to debug
t/eval.t ...........
All 5 subtests passed
perl(68049,0x7fff758cc180) malloc: *** error for object 0x7f85b1909810: pointer being freed was not allocated
*** set a breakpoint in malloc_error_break to debug
t/export_to_tcl.t ..
All 4 subtests passed
perl(68050,0x7fff758cc180) malloc: *** error for object 0x7faf1c0b3850: pointer being freed was not allocated
*** set a breakpoint in malloc_error_break to debug
t/info.t ...........
All 6 subtests passed
perl(68051,0x7fff758cc180) malloc: *** error for object 0x7fa9ba8f9a10: pointer being freed was not allocated
*** set a breakpoint in malloc_error_break to debug
t/result.t .........
All 5 subtests passed
perl(68052,0x7fff758cc180) malloc: *** error for object 0x7faf918f5e50: pointer being freed was not allocated
*** set a breakpoint in malloc_error_break to debug
t/subclass.t .......
All 4 subtests passed
perl(68053,0x7fff758cc180) malloc: *** error for object 0x7fb163162010: pointer being freed was not allocated
*** set a breakpoint in malloc_error_break to debug
t/trace.t ..........
All 2 subtests passed
perl(68055,0x7fff758cc180) malloc: *** error for object 0x7f9cc40f4250: pointer being freed was not allocated
*** set a breakpoint in malloc_error_break to debug
t/unicode.t ........
All 6 subtests passed
perl(68056,0x7fff758cc180) malloc: *** error for object 0x7f91ab043410: pointer being freed was not allocated
*** set a breakpoint in malloc_error_break to debug
t/var.t ............
All 8 subtests passed
Test Summary Report
-------------------
t/call.t (Wstat: 6 Tests: 15 Failed: 0)
Non-zero wait status: 6
t/constants.t (Wstat: 6 Tests: 3 Failed: 0)
Non-zero wait status: 6
t/createcmd.t (Wstat: 6 Tests: 4 Failed: 0)
Non-zero wait status: 6
t/eval.t (Wstat: 6 Tests: 5 Failed: 0)
Non-zero wait status: 6
t/export_to_tcl.t (Wstat: 6 Tests: 4 Failed: 0)
Non-zero wait status: 6
t/info.t (Wstat: 6 Tests: 6 Failed: 0)
Non-zero wait status: 6
t/result.t (Wstat: 6 Tests: 5 Failed: 0)
Non-zero wait status: 6
t/subclass.t (Wstat: 6 Tests: 4 Failed: 0)
Non-zero wait status: 6
t/trace.t (Wstat: 6 Tests: 2 Failed: 0)
Non-zero wait status: 6
t/unicode.t (Wstat: 6 Tests: 6 Failed: 0)
Non-zero wait status: 6
t/var.t (Wstat: 6 Tests: 8 Failed: 0)
Non-zero wait status: 6
Files=11, Tests=62, 25 wallclock secs ( 0.06 usr 0.04 sys + 0.95 cusr 0.64 csys = 1.69 CPU)
Result: FAIL
Failed 11/11 test programs. 0/62 subtests failed.
make: *** [test_dynamic] Error 255
-> FAIL Installing Tcl failed. See /Users/gideon/.cpanm/work/1379605518.67859/build.log for details. Retry with --force to force install it.
-> FAIL Installing the dependencies failed: Module 'Tcl' is not installed
-> FAIL Bailing out the installation for Tkx-1.09.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment