[svk-devel] Svk run error???

Derek Atkins warlord at MIT.EDU
Thu Oct 19 12:49:22 EDT 2006


rm -rf ~/.cpan ?

-derek

Quoting Chris.Fouts at qimonda.com:

> I'll be damned, it is the SVK compile that
> asked these questions - wget, ftp, proxy,
> blah, blah...
> I had to blow away my perl install to make
> Svk perl Makefile.PL to re-ask these questions
> but that seem a little excessive. How could
> I have done this otherwise?
>
> Anyone?
>
>> -----Original Message-----
>> From: Fouts Christopher (QNA RTP PT PREV)
>> Sent: Thursday, October 19, 2006 10:46 AM
>> To: 'svk-devel at bestpractical.com'
>> Subject: RE: [svk-devel] Svk run error???
>>
>> As you were, I was thinking of the Perl install.
>> Thanks!
>>
>>> -----Original Message-----
>>> From: svk-devel-bounces at bestpractical.com
>>> [mailto:svk-devel-bounces at bestpractical.com] On Behalf Of Fouts
>>> Christopher (QNA RTP PT PREV)
>>> Sent: Thursday, October 19, 2006 10:31 AM
>>> To: svk-devel at bestpractical.com
>>> Subject: RE: [svk-devel] Svk run error???
>>>
>>> Anyone?
>>>
>>> I ran what make uninstall would have done, removed the existing SVK
>>> dir, untarred a fresh SVK dir, did a perl Makefile.PL. I don't get
>>> asked all the questions compared to when I did it the first time.
>>> What else?
>>>
>>> Anyone?
>>>
>>> -chris
>>>
>>>> -----Original Message-----
>>>> From: Fouts Christopher (QNA RTP PT PREV)
>>>> Sent: Wednesday, October 18, 2006 1:14 PM
>>>> To: 'svk-devel at bestpractical.com'
>>>> Subject: RE: [svk-devel] Svk run error???
>>>>
>>>> How do I start from square 1, where perl Makefile.PL looks for wget
>>>> utility, etc..
>>>>
>>>>> -----Original Message-----
>>>>> From: Fouts Christopher (QNA RTP PT PREV)
>>>>> Sent: Wednesday, October 18, 2006 12:20 PM
>>>>> To: 'svk-devel at bestpractical.com'
>>>>> Subject: RE: [svk-devel] Svk run error???
>>>>>
>>>>>
>>>>>
>>>>>> -----Original Message-----
>>>>>> From: svk-devel-bounces at bestpractical.com
>>>>>> [mailto:svk-devel-bounces at bestpractical.com] On Behalf Of
>>>>> David Glasser
>>>>>> Sent: Wednesday, October 18, 2006 11:26 AM
>>>>>> To: svk-devel at bestpractical.com
>>>>>> Subject: Re: [svk-devel] Svk run error???
>>>>>>
>>>>>> On 10/18/06, Chris.Fouts at qimonda.com
>>> <Chris.Fouts at qimonda.com> wrote:
>>>>>>> Now when I run svk, I get
>>>>>>> > svk
>>>>>>> Can't locate Class/Autouse.pm in @INC (@INC contains:
>>>>>>
>>>>>> How did you install svk?  It should have told you about its CPAN
>>>>>> requirements.  You need to have Class::Autouse installed from CPAN.
>>>>>>
>>>>>> --dave
>>>>>>
>>>>>> --
>>>>>> David Glasser | glasser at mit.edu | http://www.davidglasser.net/
>>>>>> _______________________________________________
>>>>>> svk-devel mailing list
>>>>>> svk-devel at bestpractical.com
>>>>>> http://lists.bestpractical.com/cgi-bin/mailman/listinfo/svk-devel
>>>>>>
>>>>>
>>>>> thanks, it make sense now. :) Aren't these in the Perl
>> install I did
>>>>> beforehand?
>>>>>
>>>>>> perl Makefile.PL
>>>>> *** Module::AutoInstall version 1.02
>>>>> *** Checking for Perl dependencies...
>>>>> [Core Features]
>>>>> - Algorithm::Annotate       ...missing.
>>>>> - Algorithm::Diff           ...missing.
>>>>> - YAML                      ...missing. (would need 0.38)
>>>>> - Regexp::Shellish          ...missing.
>>>>> - Data::Hierarchy           ...missing. (would need 0.21)
>>>>> - File::Temp                ...loaded. (0.16 >= 0.14)
>>>>> - Clone                     ...missing.
>>>>> - Pod::Escapes              ...missing.
>>>>> - Pod::Simple               ...missing.
>>>>> - PerlIO::via::dynamic      ...missing. (would need 0.11)
>>>>> - PerlIO::via::symlink      ...missing. (would need 0.02)
>>>>> - IO::Digest                ...missing.
>>>>> - SVN::Simple::Edit         ...missing. (would need 0.27)
>>>>> - Date::Parse               ...missing. (would need 2.27)
>>>>> - File::Type                ...missing.
>>>>> - URI                       ...missing.
>>>>> - PerlIO::eol               ...missing. (would need 0.13)
>>>>> - Class::Autouse            ...missing. (would need 1.15)
>>>>> - Getopt::Long              ...loaded. (2.35 >= 2.34)
>>>>> - Encode                    ...loaded. (2.12 >= 2.10)
>>>>> - File::Spec                ...missing. (would need 3.18)
>>>>> ==> Auto-install the 18 mandatory module(s) from CPAN? [y]
>>> [Localized
>>>>> messages]
>>>>> - Locale::Maketext::Lexicon ...missing. (would need 0.42)
>>>>> - Locale::Maketext::Simple  ...missing. (would need 0.12) ==>
>>>>> Auto-install the 2 optional module(s) from CPAN? [y]
>>> [Message display
>>>>> through a pager]
>>>>> - IO::Pager                 ...missing.
>>>>> ==> Auto-install the 1 optional module(s) from CPAN? [y]
>>> [SVN::Mirror
>>>>> support]
>>>>> - SVN::Mirror               ...missing. (would need 0.66)
>>>>> ==> Auto-install the 1 optional module(s) from CPAN? [y] [Patch
>>>>> management]
>>>>> - Compress::Zlib            ...missing.
>>>>> - FreezeThaw                ...missing.
>>>>> ==> Auto-install the 2 optional module(s) from CPAN? [y]
>>>>> *** Dependencies will be installed the next time you type 'make'.
>>>>>    (You may need to do that as the 'root' user.)
>>>>> *** Module::AutoInstall configuration finished.
>>>>> Warning: prerequisite Algorithm::Annotate 0 not found.
>>>>> Warning: prerequisite Algorithm::Diff 0 not found.
>>>>> Warning: prerequisite Class::Autouse 1.15 not found.
>>>>> Warning: prerequisite Clone 0 not found.
>>>>> Warning: prerequisite Data::Hierarchy 0.21 not found.
>>>>> Warning: prerequisite Date::Parse 2.27 not found.
>>>>> Warning: prerequisite File::Spec 3.18 not found. We have 3.12.
>>>>> Warning: prerequisite File::Type 0 not found.
>>>>> Warning: prerequisite IO::Digest 0 not found.
>>>>> Warning: prerequisite PerlIO::eol 0.13 not found.
>>>>> Warning: prerequisite PerlIO::via::dynamic 0.11 not found.
>>>>> Warning: prerequisite PerlIO::via::symlink 0.02 not found.
>>>>> Warning: prerequisite Pod::Escapes 0 not found.
>>>>> Warning: prerequisite Pod::Simple 0 not found.
>>>>> Warning: prerequisite Regexp::Shellish 0 not found.
>>>>> Warning: prerequisite SVN::Simple::Edit 0.27 not found.
>>>>> Warning: prerequisite URI 0 not found.
>>>>> Warning: prerequisite YAML 0.38 not found.
>>>>> Writing Makefile for SVK
>>>>>
>>> _______________________________________________
>>> svk-devel mailing list
>>> svk-devel at bestpractical.com
>>> http://lists.bestpractical.com/cgi-bin/mailman/listinfo/svk-devel
>>>
> _______________________________________________
> svk-devel mailing list
> svk-devel at bestpractical.com
> http://lists.bestpractical.com/cgi-bin/mailman/listinfo/svk-devel
>



-- 
       Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory
       Member, MIT Student Information Processing Board  (SIPB)
       URL: http://web.mit.edu/warlord/    PP-ASEL-IA     N1NWH
       warlord at MIT.EDU                        PGP key available



More information about the svk-devel mailing list