Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Perl: porters

sh Configure -des in windows (mingw git-bash)

 

 

Perl porters RSS feed   Index | Next | Previous | View Threaded


jim.cromie at gmail

Nov 16, 2009, 6:05 PM

Post #1 of 7 (735 views)
Permalink
sh Configure -des in windows (mingw git-bash)

hi everyone

I recently got a new windows7 box, and just made my 1st foray into perl on
windows.

I grabbed and installed git 1st,
http://msysgit.googlecode.com/files/Git-1.6.5.1-preview20091022.exe

opened the Git Bash short-cut it installed,
cloned blead successfully.

Then tried (in the same MINGW32 git-bash shell-window)

jimc [at] JIMC-P ~/porters/perl-git (blead)
$ sh Configure -des -Dusedevel
First let's make sure your kit is complete. Checking...
Locating common programs...
I don't know where 'comm' is, and my life depends on it.
Go find a public domain implementation or fix your PATH setting!


what is comm, and where might I get it ?


or, is there a better procedure I should follow ?
a blead-for-windows-dummies on mingw/cygwin perhaps ?


jand at activestate

Nov 16, 2009, 6:12 PM

Post #2 of 7 (715 views)
Permalink
RE: sh Configure -des in windows (mingw git-bash) [In reply to]

On Mon, 16 Nov 2009, Jim Cromie wrote:
>
> Then tried (in the same MINGW32 git-bash shell-window)
>
> jimc [at] JIMC-P ~/porters/perl-git (blead)
> $ sh Configure -des -Dusedevel
> First let's make sure your kit is complete. Checking...
> Locating common programs...
> I don't know where 'comm' is, and my life depends on it.
> Go find a public domain implementation or fix your PATH setting!
>
> what is comm, and where might I get it ?
>
> or, is there a better procedure I should follow ?
> a blead-for-windows-dummies on mingw/cygwin perhaps ?

With MinGW you don't run Configure; you edit win32/makefile.mk
instead. To build you need to download dmake from CPAN, put it
on the PATH and run

cd win32
dmake
dmake test
dmake install

With Cygwin however you *do* go the Configure route... :)

Cheers,
-Jan


jim.cromie at gmail

Nov 19, 2009, 8:19 AM

Post #3 of 7 (714 views)
Permalink
Re: sh Configure -des in windows (mingw git-bash) [In reply to]

On Mon, Nov 16, 2009 at 7:12 PM, Jan Dubois <jand [at] activestate> wrote:
> On Mon, 16 Nov 2009, Jim Cromie wrote:
>>
>> Then tried (in the same MINGW32 git-bash shell-window)
>>
>> jimc [at] JIMC-P ~/porters/perl-git (blead)
>> $ sh Configure -des -Dusedevel

>
> With MinGW you don't run Configure; you edit win32/makefile.mk
> instead.  To build you need to download dmake from CPAN, put it
> on the PATH and run
>
>  cd win32
>  dmake
>  dmake test
>  dmake install
>
> With Cygwin however you *do* go the Configure route... :)
>
> Cheers,
> -Jan
>
>

thanks, that gets me further ..

Im now able to dmake, and things seem to compile,
but miniperl blows up, and I get a popup-notice-box saying that
"miniperl.exe has stopped working"

Ive attached the result of dmake > perl-log.txt 2>&1.
I havent hacked at any of the config settings in the mkfiles,
they "look (mostly) ok" to my undiscriminating eye.

FWIW, I note the following in the output:

- using config_H.gc64nox

- both -DWIN32 and -DWIN64 are used in the compiles:
gcc -c -I.\include -I. -I.. -I..\lib\CORE -DWIN32 -DHAVE_DES_FCRYPT
-DWIN64 -DCONSERVATIVE -DPERLDLL -DPERL_CORE -s -O2
-DPERL_EXTERNAL_GLOB -DPERL_IS_MINIPERL -omini\perlapi.o ..\perlapi.c

- lots of pointer casting warnings.
gcc -c -I.\include -I. -I.. -I..\lib\CORE -DWIN32 -DHAVE_DES_FCRYPT
-DWIN64 -DCONSERVATIVE -DPERLDLL -DPERL_CORE -s -O2
-DPERL_EXTERNAL_GLOB -DPERL_IS_MINIPERL -omini\dump.o ..\dump.c
..\dump.c: In function `Perl_dump_sub_perl':
..\dump.c:167: warning: cast from pointer to integer of different size
..\dump.c: In function `S_sequence':
..\dump.c:678: warning: cast from pointer to integer of different size
..\dump.c: In function `S_sequence_num':
..\dump.c:765: warning: cast from pointer to integer of different size
..\dump.c: In function `Perl_do_magic_dump':
..\dump.c:1256: warning: cast from pointer to integer of different size

- strawberry perl is on PATH, thus in log-output,
but I dont think its involved otherwize.

- MinGW gcc is at 3.4.5
I saw on mingw website that auto-intaller is deprecated, and wont
install gcc 4.x
but I used it anyway. This might be the problem ??


gcc -c -I..\ -I.\include -I. -I.. -I..\lib\CORE -DWIN32
-DHAVE_DES_FCRYPT -DWIN64 -DCONSERVATIVE -DPERLDLL -DPERL_CORE -s -O2
-DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -fno-strict-aliasing
-mms-bitfields -DPERL_MSVCRT_READFIX -o..\generate_uudmap.o
..\generate_uudmap.c
g++ -v -o ..\generate_uudmap.exe -s -L"c:\perl\lib\CORE" -L"C:\MinGW\lib" \
C:/Users/jimc/AppData/Local/Temp\mk3
Reading specs from c:/strawberry/c/bin/../lib/gcc/mingw32/3.4.5/specs
Configured with: ../gcc-3.4.5-20060117-3/configure --with-gcc
--with-gnu-ld --with-gnu-as --host=mingw32 --target=mingw32
--prefix=/mingw --enable-threads --disable-nls
--enable-languages=c,c++,f77,ada,objc,java --disable-win32-registry
--disable-shared --enable-sjlj-exceptions --enable-libgcj
--disable-java-awt --without-x --enable-java-gc=boehm
--disable-libgcj-debug --enable-interpreter
--enable-hash-synchronization --enable-libstdcxx-debug
Thread model: win32
gcc version 3.4.5 (mingw-vista special r3)
c:/strawberry/c/bin/../libexec/gcc/mingw32/3.4.5/collect2.exe
-Bdynamic -o ..\generate_uudmap.exe -s /mingw/lib/crt2.o
c:/strawberry/c/bin/../lib/gcc/mingw32/3.4.5/crtbegin.o
-Lc:\perl\lib\CORE -LC:\MinGW\lib
-Lc:/strawberry/c/bin/../lib/gcc/mingw32/3.4.5
-Lc:/strawberry/c/bin/../lib/gcc -L/mingw/lib/gcc/mingw32/3.4.5
-Lc:/strawberry/c/bin/../lib/gcc/mingw32/3.4.5/../../../../mingw32/lib
-L/mingw/lib/gcc/mingw32/3.4.5/../../../../mingw32/lib -L/mingw/lib
-Lc:/strawberry/c/bin/../lib/gcc/mingw32/3.4.5/../../..
-L/mingw/lib/gcc/mingw32/3.4.5/../../..
C:/Users/jimc/AppData/Local/Temp\mk3 -lstdc++ -lmingw32 -lgcc
-lmoldname -lmingwex -lmsvcrt -luser32 -lkernel32 -ladvapi32 -lshell32
-lmingw32 -lgcc -lmoldname -lmingwex -lmsvcrt
c:/strawberry/c/bin/../lib/gcc/mingw32/3.4.5/crtend.o
..\generate_uudmap.exe ..\uudmap.h ..\bitcount.h
gcc -c -I.\include -I. -I.. -I..\lib\CORE -DWIN32 -DHAVE_DES_FCRYPT
-DWIN64 -DCONSERVATIVE -DPERLDLL -DPERL_CORE -s -O2
-DPERL_EXTERNAL_GLOB -DPERL_IS_MINIPERL -omini\globals.o ..\globals.c


above, the thread model is win32, should that also be 64 ?
and gcc is "gcc version 3.4.5 (mingw-vista special r3)"
I assume "vista" is the closest to win7, is it exact enough ??

tia
jimc
Attachments: perl-log.txt (24.2 KB)


jand at activestate

Nov 19, 2009, 12:47 PM

Post #4 of 7 (698 views)
Permalink
RE: sh Configure -des in windows (mingw git-bash) [In reply to]

On Thu, 19 Nov 2009, Jim Cromie wrote:
> thanks, that gets me further ..
>
> Im now able to dmake, and things seem to compile,
> but miniperl blows up, and I get a popup-notice-box saying that
> "miniperl.exe has stopped working"
>
> Ive attached the result of dmake > perl-log.txt 2>&1.
> I havent hacked at any of the config settings in the mkfiles,
> they "look (mostly) ok" to my undiscriminating eye.
>
> FWIW, I note the following in the output:
>
> - using config_H.gc64nox

[...]

> - MinGW gcc is at 3.4.5

Looks like you are building on a 64-bit Windows with a GCC version that
only supports 32-bit. You need to set the WIN64 environment variable to
"undef" (after doing a `git clean -dfx` in the top level first):

git clean -dfx
cd win32
set WIN64=undef
dmake

Cheers,
-Jan


sisyphus1 at optusnet

Nov 20, 2009, 12:05 AM

Post #5 of 7 (690 views)
Permalink
Re: sh Configure -des in windows (mingw git-bash) [In reply to]

----- Original Message -----

>
> Looks like you are building on a 64-bit Windows with a GCC version that
> only supports 32-bit. You need to set the WIN64 environment variable to
> "undef"

The need to set WIN64 to undef in such a case is already mentioned in
README.win32 .... where it will probably continue to be overlooked :-)
Maybe we should also put (something like) the following in the configurable
section of the makefile.mk:

#
# Uncomment the following if building with a 32-bit compiler on a 64-bit OS
#WIN64 *= undef

It will then have a much better chance of being noticed, and attended to -
at the expense of very little additional clutter.

Cheers,
Rob


jim.cromie at gmail

Nov 21, 2009, 12:02 PM

Post #6 of 7 (673 views)
Permalink
Re: sh Configure -des in windows (mingw git-bash) [In reply to]

On Thu, Nov 19, 2009 at 1:47 PM, Jan Dubois <jand [at] activestate> wrote:

>
> Looks like you are building on a 64-bit Windows with a GCC version that
> only supports 32-bit.  You need to set the WIN64 environment variable to
> "undef" (after doing a `git clean -dfx` in the top level first):
>
>    git clean -dfx
>    cd win32
>    set WIN64=undef
>    dmake
>
> Cheers,
> -Jan
>
>


thanks again.
Everything now works, almost as well as I could hope


Test Summary Report
-------------------
porting/manifest.t
(Wstat: 0 Tests: 9401 Failed: 1)
Failed test: 9401
../cpan/Module-Build/t/bundle_inc.t
(Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: Bad plan. You planned 18 tests but ran 0.
Files=1786, Tests=275053, 1111 wallclock secs (35.63 usr + 4.27 sys =
39.90 CPU)
Result: FAIL
dmake.exe: Warning: -- Target [config.h] was made but the time stamp
has not been updated.
dmake.exe: Error code 129, while making 'test'



I did notice a few breakages, heres the interesting ones,
more or less in order of occurrence.

during compilation, got a handful of complaints related to the
STRUCT2RAWPTR macro in win32/perlhost.h

perlhost.h: In function `CPerlHost* IPerlMem2Host(IPerlMem*)':
perlhost.h:248: warning: invalid access to non-static data member
`CPerlHost::m_hostperlMem' of NULL object
perlhost.h:248: warning: (perhaps the `offsetof' macro was used incorrectly)



during testing, looks like there are a few spots where windows-style
path-names-with-spaces are not protected:

.......................................... ok
win32/system.t .................................................... ok
'C:\Program' is not recognized as an internal or external command,
operable program or batch file.
../cpan/Archive-Extract/t/01_Archive-Extract.t .................... ok
../cpan/Archive-Tar/t/01_use.t .................................... ok

../cpan/CPAN/t/11mirroredby.t ..................................... ok
'C:\Program' is not recognized as an internal or external command,
operable program or batch file.
../cpan/CPANPLUS-Dist-Build/t/01_CPANPLUS-Dist-Build-Constants.t .. ok
'C:\Program' is not recognized as an internal or external command,
operable program or batch file.
../cpan/CPANPLUS-Dist-Build/t/02_CPANPLUS-Dist-Build.t ............ ok
'C:\Program' is not recognized as an internal or external command,
operable program or batch file.
../cpan/CPANPLUS/t/00_CPANPLUS-Internals-Utils.t .................. ok
'C:\Program' is not recognized as an internal or external command,
operable program or batch file.
../cpan/CPANPLUS/t/01_CPANPLUS-Configure.t ........................ ok
'C:\Program' is not recognized as an internal or external command,
operable program or batch file.
../cpan/CPANPLUS/t/02_CPANPLUS-Internals.t ........................ ok
'C:\Program' is not recognized as an internal or external command,
operable program or batch file.
../cpan/CPANPLUS/t/03_CPANPLUS-Internals-Source.t ................. ok
'C:\Program' is not recognized as an internal or external command,
operable program or batch file.
../cpan/CPANPLUS/t/04_CPANPLUS-Module.t ........................... ok
'C:\Program' is not recognized as an internal or external command,
operable program or batch file.
../cpan/CPANPLUS/t/05_CPANPLUS-Internals-Fetch.t .................. ok
'C:\Program' is not recognized as an internal or external command,
operable program or batch file.
../cpan/CPANPLUS/t/06_CPANPLUS-Internals-Constants.t .............. ok
'C:\Program' is not recognized as an internal or external command,
operable program or batch file.
../cpan/CPANPLUS/t/07_CPANPLUS-Internals-Extract.t ................ ok
'C:\Program' is not recognized as an internal or external command,
operable program or batch file.
../cpan/CPANPLUS/t/08_CPANPLUS-Backend.t .......................... ok
'C:\Program' is not recognized as an internal or external command,
operable program or batch file.
../cpan/CPANPLUS/t/09_CPANPLUS-Internals-Search.t ................. ok
'C:\Program' is not recognized as an internal or external command,
operable program or batch file.
../cpan/CPANPLUS/t/10_CPANPLUS-Error.t ............................ ok
'C:\Program' is not recognized as an internal or external command,
operable program or batch file.
../cpan/CPANPLUS/t/15_CPANPLUS-Shell.t ............................ ok
'C:\Program' is not recognized as an internal or external command,
operable program or batch file.
../cpan/CPANPLUS/t/19_CPANPLUS-Dist.t ............................. ok
'C:\Program' is not recognized as an internal or external command,
operable program or batch file.
../cpan/CPANPLUS/t/20_CPANPLUS-Dist-MM.t .......................... ok
'C:\Program' is not recognized as an internal or external command,
operable program or batch file.
../cpan/CPANPLUS/t/21_CPANPLUS-Dist-No-Build.t .................... ok
'C:\Program' is not recognized as an internal or external command,
operable program or batch file.
../cpan/CPANPLUS/t/25_CPANPLUS.t .................................. ok
'C:\Program' is not recognized as an internal or external command,
operable program or batch file.
../cpan/CPANPLUS/t/30_CPANPLUS-Internals-Selfupdate.t ............. ok
'C:\Program' is not recognized as an internal or external command,
operable program or batch file.
../cpan/CPANPLUS/t/40_CPANPLUS-Internals-Report.t ................. ok
../cpan/Class-ISA/t/00_about_verbose.t ............................ ok
../cpan/Class-ISA/t/01_old_junk.t ................................. ok
../cpan/Compress-Raw-Bzip2/t/000prereq.t .......................... ok
../cpan/Compress-Raw-Bzip2/t/01bzip2.t ............................ ok


../cpan/IO-Compress/t/020isize.t ..................................
skipped: Lengthy Tests Disabled
'C:\Program' is not recognized as an internal or external command,
operable program or batch file.
# 'C:\Program Files (x86)\Git\bin/gzip.exe -c tst00001.tmp
>tst00000.tmp' failed: 256
../cpan/IO-Compress/t/050interop-gzip.t ...........................
skipped: gzip.exe doesn't work as expected
../cpan/IO-Compress/t/100generic-bzip2.t .......................... ok



Im gonna guess that this is a missing symbol export ?
the symbol has been around since Module-Build 0.22 Jan10,2004,
so the guess is undermined..

............................ ok
../cpan/ExtUtils-CBuilder/t/02-link.t .............................
skipped: link_executable() is not implemented yet on Win32
C:\Users\jimc\AppData\Local\Temp\compilet.exp:fake:(.edata+0x3c):
undefined reference to `boot_compilet'
C:\Users\jimc\AppData\Local\Temp\compilet.exp:fake:(.edata+0x40):
undefined reference to `boot_compilet'
collect2: ld returned 1 exit status
C:\Users\jimc\AppData\Local\Temp\compilet.exp:fake:(.edata+0x3c):
undefined reference to `boot_compilet'
C:\Users\jimc\AppData\Local\Temp\compilet.exp:fake:(.edata+0x40):
undefined reference to `boot_compilet'
collect2: ld returned 1 exit status
t\compilet.exp:fake:(.edata+0x3c): undefined reference to `boot_compilet'
t\compilet.exp:fake:(.edata+0x40): undefined reference to `boot_compilet'
collect2: ld returned 1 exit status
t\compilet.exp:fake:(.edata+0x3c): undefined reference to `boot_compilet'
t\compilet.exp:fake:(.edata+0x40): undefined reference to `boot_compilet'
collect2: ld returned 1 exit status
../cpan/ExtUtils-CBuilder/t/03-cplusplus.t ........................ ok
../cpan/ExtUtils-Command/t/cp.t ................................... ok


../cpan/Module-Build/t/resume.t ................................... ok
Warning: Removing existing directory
'C:\Users\jimc\porters\perl\cpan\Module-Build\MB-gxyhcirl\Simple'
cannot remove path when cwd is
C:/Users/jimc/porters/perl/cpan/Module-Build/MB-gxyhcirl/Simple for
C:\Users\jimc\porters\perl\cpan\Module-Build\MB-gxyhcirl\Simple: at
C:\Users\jimc\porters\perl\cpan\Module-Build\t\lib/DistGen.pm line 106
../cpan/Module-Build/t/runthrough.t ............................... ok


lists.perl.perl5-porters at csjewell

Nov 21, 2009, 12:21 PM

Post #7 of 7 (677 views)
Permalink
Re: sh Configure -des in windows (mingw git-bash) [In reply to]

In the short term, make sure there is no unzip.exe or gzip.exe in the
PATH, and most of these test errors will go away.

In the long term, these tests should be changed protect spaces.

--Curtis Jewell

On Sat, 21 Nov 2009 13:02 -0700, "Jim Cromie" <jim.cromie [at] gmail>
wrote:
> On Thu, Nov 19, 2009 at 1:47 PM, Jan Dubois <jand [at] activestate> wrote:
>
> >
> > Looks like you are building on a 64-bit Windows with a GCC version that
> > only supports 32-bit.  You need to set the WIN64 environment variable to
> > "undef" (after doing a `git clean -dfx` in the top level first):
> >
> >    git clean -dfx
> >    cd win32
> >    set WIN64=undef
> >    dmake
> >
> > Cheers,
> > -Jan
> >
> >
>
>
> thanks again.
> Everything now works, almost as well as I could hope
>
>
> Test Summary Report
> -------------------
> porting/manifest.t
> (Wstat: 0 Tests: 9401 Failed: 1)
> Failed test: 9401
> ../cpan/Module-Build/t/bundle_inc.t
> (Wstat: 512 Tests: 0 Failed: 0)
> Non-zero exit status: 2
> Parse errors: Bad plan. You planned 18 tests but ran 0.
> Files=1786, Tests=275053, 1111 wallclock secs (35.63 usr + 4.27 sys =
> 39.90 CPU)
> Result: FAIL
> dmake.exe: Warning: -- Target [config.h] was made but the time stamp
> has not been updated.
> dmake.exe: Error code 129, while making 'test'
>
>
>
> I did notice a few breakages, heres the interesting ones,
> more or less in order of occurrence.
>
> during compilation, got a handful of complaints related to the
> STRUCT2RAWPTR macro in win32/perlhost.h
>
> perlhost.h: In function `CPerlHost* IPerlMem2Host(IPerlMem*)':
> perlhost.h:248: warning: invalid access to non-static data member
> `CPerlHost::m_hostperlMem' of NULL object
> perlhost.h:248: warning: (perhaps the `offsetof' macro was used
> incorrectly)
>
>
>
> during testing, looks like there are a few spots where windows-style
> path-names-with-spaces are not protected:
>
> .......................................... ok
> win32/system.t .................................................... ok
> 'C:\Program' is not recognized as an internal or external command,
> operable program or batch file.
> ../cpan/Archive-Extract/t/01_Archive-Extract.t .................... ok
> ../cpan/Archive-Tar/t/01_use.t .................................... ok
>
> ../cpan/CPAN/t/11mirroredby.t ..................................... ok
> 'C:\Program' is not recognized as an internal or external command,
> operable program or batch file.
> ../cpan/CPANPLUS-Dist-Build/t/01_CPANPLUS-Dist-Build-Constants.t .. ok
> 'C:\Program' is not recognized as an internal or external command,
> operable program or batch file.
> ../cpan/CPANPLUS-Dist-Build/t/02_CPANPLUS-Dist-Build.t ............ ok
> 'C:\Program' is not recognized as an internal or external command,
> operable program or batch file.
> ../cpan/CPANPLUS/t/00_CPANPLUS-Internals-Utils.t .................. ok
> 'C:\Program' is not recognized as an internal or external command,
> operable program or batch file.
> ../cpan/CPANPLUS/t/01_CPANPLUS-Configure.t ........................ ok
> 'C:\Program' is not recognized as an internal or external command,
> operable program or batch file.
> ../cpan/CPANPLUS/t/02_CPANPLUS-Internals.t ........................ ok
> 'C:\Program' is not recognized as an internal or external command,
> operable program or batch file.
> ../cpan/CPANPLUS/t/03_CPANPLUS-Internals-Source.t ................. ok
> 'C:\Program' is not recognized as an internal or external command,
> operable program or batch file.
> ../cpan/CPANPLUS/t/04_CPANPLUS-Module.t ........................... ok
> 'C:\Program' is not recognized as an internal or external command,
> operable program or batch file.
> ../cpan/CPANPLUS/t/05_CPANPLUS-Internals-Fetch.t .................. ok
> 'C:\Program' is not recognized as an internal or external command,
> operable program or batch file.
> ../cpan/CPANPLUS/t/06_CPANPLUS-Internals-Constants.t .............. ok
> 'C:\Program' is not recognized as an internal or external command,
> operable program or batch file.
> ../cpan/CPANPLUS/t/07_CPANPLUS-Internals-Extract.t ................ ok
> 'C:\Program' is not recognized as an internal or external command,
> operable program or batch file.
> ../cpan/CPANPLUS/t/08_CPANPLUS-Backend.t .......................... ok
> 'C:\Program' is not recognized as an internal or external command,
> operable program or batch file.
> ../cpan/CPANPLUS/t/09_CPANPLUS-Internals-Search.t ................. ok
> 'C:\Program' is not recognized as an internal or external command,
> operable program or batch file.
> ../cpan/CPANPLUS/t/10_CPANPLUS-Error.t ............................ ok
> 'C:\Program' is not recognized as an internal or external command,
> operable program or batch file.
> ../cpan/CPANPLUS/t/15_CPANPLUS-Shell.t ............................ ok
> 'C:\Program' is not recognized as an internal or external command,
> operable program or batch file.
> ../cpan/CPANPLUS/t/19_CPANPLUS-Dist.t ............................. ok
> 'C:\Program' is not recognized as an internal or external command,
> operable program or batch file.
> ../cpan/CPANPLUS/t/20_CPANPLUS-Dist-MM.t .......................... ok
> 'C:\Program' is not recognized as an internal or external command,
> operable program or batch file.
> ../cpan/CPANPLUS/t/21_CPANPLUS-Dist-No-Build.t .................... ok
> 'C:\Program' is not recognized as an internal or external command,
> operable program or batch file.
> ../cpan/CPANPLUS/t/25_CPANPLUS.t .................................. ok
> 'C:\Program' is not recognized as an internal or external command,
> operable program or batch file.
> ../cpan/CPANPLUS/t/30_CPANPLUS-Internals-Selfupdate.t ............. ok
> 'C:\Program' is not recognized as an internal or external command,
> operable program or batch file.
> ../cpan/CPANPLUS/t/40_CPANPLUS-Internals-Report.t ................. ok
> ../cpan/Class-ISA/t/00_about_verbose.t ............................ ok
> ../cpan/Class-ISA/t/01_old_junk.t ................................. ok
> ../cpan/Compress-Raw-Bzip2/t/000prereq.t .......................... ok
> ../cpan/Compress-Raw-Bzip2/t/01bzip2.t ............................ ok
>
>
> ../cpan/IO-Compress/t/020isize.t ..................................
> skipped: Lengthy Tests Disabled
> 'C:\Program' is not recognized as an internal or external command,
> operable program or batch file.
> # 'C:\Program Files (x86)\Git\bin/gzip.exe -c tst00001.tmp
> >tst00000.tmp' failed: 256
> ../cpan/IO-Compress/t/050interop-gzip.t ...........................
> skipped: gzip.exe doesn't work as expected
> ../cpan/IO-Compress/t/100generic-bzip2.t .......................... ok
>
>
>
> Im gonna guess that this is a missing symbol export ?
> the symbol has been around since Module-Build 0.22 Jan10,2004,
> so the guess is undermined..
>
> ............................ ok
> ../cpan/ExtUtils-CBuilder/t/02-link.t .............................
> skipped: link_executable() is not implemented yet on Win32
> C:\Users\jimc\AppData\Local\Temp\compilet.exp:fake:(.edata+0x3c):
> undefined reference to `boot_compilet'
> C:\Users\jimc\AppData\Local\Temp\compilet.exp:fake:(.edata+0x40):
> undefined reference to `boot_compilet'
> collect2: ld returned 1 exit status
> C:\Users\jimc\AppData\Local\Temp\compilet.exp:fake:(.edata+0x3c):
> undefined reference to `boot_compilet'
> C:\Users\jimc\AppData\Local\Temp\compilet.exp:fake:(.edata+0x40):
> undefined reference to `boot_compilet'
> collect2: ld returned 1 exit status
> t\compilet.exp:fake:(.edata+0x3c): undefined reference to `boot_compilet'
> t\compilet.exp:fake:(.edata+0x40): undefined reference to `boot_compilet'
> collect2: ld returned 1 exit status
> t\compilet.exp:fake:(.edata+0x3c): undefined reference to `boot_compilet'
> t\compilet.exp:fake:(.edata+0x40): undefined reference to `boot_compilet'
> collect2: ld returned 1 exit status
> ../cpan/ExtUtils-CBuilder/t/03-cplusplus.t ........................ ok
> ../cpan/ExtUtils-Command/t/cp.t ................................... ok
>
>
> ../cpan/Module-Build/t/resume.t ................................... ok
> Warning: Removing existing directory
> 'C:\Users\jimc\porters\perl\cpan\Module-Build\MB-gxyhcirl\Simple'
> cannot remove path when cwd is
> C:/Users/jimc/porters/perl/cpan/Module-Build/MB-gxyhcirl/Simple for
> C:\Users\jimc\porters\perl\cpan\Module-Build\MB-gxyhcirl\Simple: at
> C:\Users\jimc\porters\perl\cpan\Module-Build\t\lib/DistGen.pm line 106
> ../cpan/Module-Build/t/runthrough.t ............................... ok
--
Curtis Jewell
csjewell [at] cpan http://csjewell.dreamwidth.org/
perl [at] csjewell http://csjewell.comyr.org/perl/

"Your random numbers are not that random" -- perl-5.10.1.tar.gz/util.c

Strawberry Perl for Windows betas: http://strawberryperl.com/beta/

Perl porters RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.