Skip to content

Instantly share code, notes, and snippets.

@wchristian
Created September 13, 2010 00:22
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 wchristian/576646 to your computer and use it in GitHub Desktop.
Save wchristian/576646 to your computer and use it in GitHub Desktop.
t/miniperl.t .............. 1/? Unknown error
Compilation failed in require at C:/Perl/lib/ActivePerl/Config.pm line 340.
BEGIN failed--compilation aborted.
Compilation failed in require at D:\Perl-Toolchain-Gang-Extutils-MakeMaker-5a99521\blib\lib/ExtUtils/MakeMaker.pm line 9.
BEGIN failed--compilation aborted at D:\Perl-Toolchain-Gang-Extutils-MakeMaker-5a99521\blib\lib/ExtUtils/MakeMaker.pm line 9.
Compilation failed in require at t/miniperl.t line 18.
BEGIN failed--compilation aborted at t/miniperl.t line 18.
t/miniperl.t .............. Dubious, test returned 9 (wstat 2304, 0x900)
All 1 subtests passed
t/xs.t .................... 4/5 # Failed test ' make exited normally'
# at t/xs.t line 53.
# got: '65280'
# expected: '0'
# cp lib/XS/Test.pm blib\lib\XS\Test.pm
# C:\Perl\bin\perl.exe C:\Perl\site\lib\ExtUtils\xsubpp -typemap C:\Perl\lib\ExtUtils\typemap Test.xs > Test.xsc && C:\Perl\bin\perl.exe -MExtUtils::Command -e "mv" -- Test.xsc Test.c
# C:/MinGW/bin/gcc.exe -c -DNDEBUG -DWIN32 -D_CONSOLE -DNO_STRICT -DHAVE_DES_FCRYPT -DUSE_SITECUSTOMIZE -DPRIVLIB_LAST_IN_INC -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO -DPERL_MSVCRT_READFIX -DHASATTRIBUTE -fno-strict-aliasing -mms-bitfields -O2 -DVERSION=\"1.01\" -DXS_VERSION=\"1.01\" "-IC:\Perl\lib\CORE" Test.c
# Running Mkbootstrap for XS::Test ()
# C:\Perl\bin\perl.exe -MExtUtils::Command -e "chmod" -- 644 Test.bs
# C:\Perl\bin\perl.exe -MExtUtils::Mksymlists \
# -e "Mksymlists('NAME'=>\"XS::Test\", 'DLBASE' => 'Test', 'DL_FUNCS' => { }, 'FUNCLIST' => [], 'IMPORTS' => { }, 'DL_VARS' => []);"
# C:\MinGW\bin\g++.exe -out:blib\arch\auto\XS\Test\Test.dll -mdll -L"C:\Perl\lib\CORE" Test.o C:\Perl\lib\CORE\perl510.lib -lkernel32 -luser32 -lgdi32 -lwinspool -lcomdlg32 -ladvapi32 -lshell32 -lole32 -loleaut32 -lnetapi32 -luuid -lws2_32 -lmpr -lwinmm -lversion -lodbc32 -lodbccp32 -lcomctl32 -lmsvcrt -def:Test.def
# C:\MinGW\bin\..\lib\gcc\mingw32\3.4.5\..\..\..\..\mingw32\bin\ld.exe: cannot open output file ut:blib\arch\auto\XS\Test\Test.dll: Invalid argument
# collect2: ld returned 1 exit status
# dmake.exe: Error code 129, while making 'blib\arch\auto\XS\Test\Test.dll'
# Failed test ' make test exited normally'
t/xs.t .................... 5/5 # at t/xs.t line 57.
# got: '65280'
# expected: '0'
# C:\MinGW\bin\g++.exe -out:blib\arch\auto\XS\Test\Test.dll -mdll -L"C:\Perl\lib\CORE" Test.o C:\Perl\lib\CORE\perl510.lib -lkernel32 -luser32 -lgdi32 -lwinspool -lcomdlg32 -ladvapi32 -lshell32 -lole32 -loleaut32 -lnetapi32 -luuid -lws2_32 -lmpr -lwinmm -lversion -lodbc32 -lodbccp32 -lcomctl32 -lmsvcrt -def:Test.def
# C:\MinGW\bin\..\lib\gcc\mingw32\3.4.5\..\..\..\..\mingw32\bin\ld.exe: cannot open output file ut:blib\arch\auto\XS\Test\Test.dll: Invalid argument
# collect2: ld returned 1 exit status
# dmake.exe: Error code 129, while making 'blib\arch\auto\XS\Test\Test.dll'
# Looks like you failed 2 tests of 5.
t/xs.t .................... Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/5 subtests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment