Skip Menu |

This queue is for tickets about the SVN-Log CPAN distribution.

Report information
The Basics
Id: 14363
Status: new
Priority: 0/
Queue: SVN-Log

People
Owner: Nobody in particular
Requestors: lee.goddard [...] easa.eu.int
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: 0.01
Fixed in: (no value)



Subject: Won't build: fails to find 'svn' on Win32 PATH
C:\.cpan\build>cd SVN-Log-0.01 C:\.cpan\build\SVN-Log-0.01>ls Build.PL MANIFEST META.yml README t CHANGES MANIFEST.SKIP Makefile.PL lib C:\.cpan\build\SVN-Log-0.01>perl Makefile.PL # running Build.PL C:\perl\Perl\bin\perl.exe Build.PL SVN::Log::Index requires either the SVN perl bindings or the 'svn' executable to function. You can obtain both at http://subversion.tigris.org/. Couldn't run Build.PL: at C:/perl/Perl/site/lib/Module/Build/Compat.pm line 172 . C:\.cpan\build\SVN-Log-0.01>PATH PATH=C:\oracle\ora92\bin;C:\Program Files\Oracle\jre\1.3.1\bin;C:\Program Files\ Oracle\jre\1.1.8\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;;C: \Program Files\Subversion\bin;C:\perl\perl\bin;C:\bin;C:\Program Files\Subversio n\bin;C:\cygwin\bin;C:\cygwin\usr\X11R6\bin; C:\.cpan\build\SVN-Log-0.01>dir "C:\Program Files\Subversion\bin" Volume in drive C has no label. Volume Serial Number is 9483-407F Directory of C:\Program Files\Subversion\bin 29/08/2005 08:38 <DIR> . 29/08/2005 08:38 <DIR> .. 22/07/2005 11:12 69,716 intl3_svn.dll 22/07/2005 11:12 127,052 libapr.dll 22/07/2005 11:12 36,951 libapriconv.dll 22/07/2005 11:12 168,021 libaprutil.dll 28/07/2005 00:41 708,608 libdb43.dll 22/07/2005 11:12 847,872 libeay32.dll 22/07/2005 11:12 106,601 mod_authz_svn.so 22/07/2005 11:12 487,525 mod_dav_svn.so 22/07/2005 11:12 159,744 ssleay32.dll 22/07/2005 11:12 901,217 svn.exe 22/07/2005 11:12 454,751 svnadmin.exe 22/07/2005 11:12 397,417 svndumpfilter.exe 22/07/2005 11:12 421,981 svnlook.exe 22/07/2005 11:12 462,943 svnserve.exe 22/07/2005 11:12 749,667 svnversion.exe 15 File(s) 6,100,066 bytes 2 Dir(s) 28,750,655,488 bytes free C:\.cpan\build\SVN-Log-0.01>perl -V Summary of my perl5 (revision 5 version 8 subversion 7) configuration: Platform: osname=MSWin32, osvers=5.1, archname=MSWin32-x86-multi-thread uname='' config_args='undef' hint=recommended, useposix=true, d_sigaction=undef usethreads=define use5005threads=undef useithreads=define usemultiplicity=de fine useperlio=define d_sfio=undef uselargefiles=define usesocks=undef use64bitint=undef use64bitall=undef uselongdouble=undef usemymalloc=n, bincompat5005=undef Compiler: cc='cl', ccflags ='-nologo -Gf -W3 -MD -DNDEBUG -O1 -DWIN32 -D_CONSOLE -DNO_ STRICT -DHAVE_DES_FCRYPT -DNO_HASH_SEED -DUSE_SITECUSTOMIZE -DPERL_IMPLICIT_CON TEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO -DPERL_MSVCRT_READFIX', optimize='-MD -DNDEBUG -O1', cppflags='-DWIN32' ccversion='12.00.8804', gccversion='', gccosandvers='' intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234 d_longlong=undef, longlongsize=8, d_longdbl=define, longdblsize=10 ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='__int64', lseeksi ze=8 alignbytes=8, prototype=define Linker and Libraries: ld='link', ldflags ='-nologo -nodefaultlib -release -libpath:"C:\perl\Perl\ lib\CORE" -machine:x86' libpth=\lib libs= oldnames.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32 .lib advapi32.lib shell32.lib ole32.lib oleaut32.lib netapi32.lib uuid.lib ws2_ 32.lib mpr.lib winmm.lib version.lib odbc32.lib odbccp32.lib msvcrt.lib perllibs= oldnames.lib kernel32.lib user32.lib gdi32.lib winspool.lib comd lg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib netapi32.lib uuid.lib ws2_32.lib mpr.lib winmm.lib version.lib odbc32.lib odbccp32.lib msvcrt.lib libc=msvcrt.lib, so=dll, useshrplib=yes, libperl=perl58.lib gnulibc_version='undef' Dynamic Linking: dlsrc=dl_win32.xs, dlext=dll, d_dlsymun=undef, ccdlflags=' ' cccdlflags=' ', lddlflags='-dll -nologo -nodefaultlib -release -libpath:"C: \perl\Perl\lib\CORE" -machine:x86' Characteristics of this binary (from libperl): Compile-time options: MULTIPLICITY USE_ITHREADS USE_LARGE_FILES USE_SITECUSTOMIZE PERL_IMPLICIT_CONTEXT PERL_IMPLICIT_SYS Locally applied patches: ActivePerl Build 813 Iin_load_module moved for compatibility with build 806 PerlEx hacks for CGI::Carp Less verbose ExtUtils::Install and Pod::Find instmodsh upgraded from ExtUtils-MakeMaker-6.25 24699 ICMP_UNREACHABLE handling in Net::Ping 21540 Fix backward-compatibility issues in if.pm Built under MSWin32 Compiled at Jun 18 2005 20:24:00 @INC: C:/perl/Perl/lib C:/perl/Perl/site/lib HTH Lee