[Cooker] perl pb with mkcd (cooker misc directory)

2002-07-12 Thread Florent BERANGER

$ mkcd
Can't locate File/NCopy.pm in INC (INC contains:
/usr/lib/perl5/5.6.1/i386-linux /usr/lib/perl5/5.6.1
/usr/lib/perl5/site_perl/5.6.1/i386-linux
/usr/lib/perl5/site_perl/5.6.1 /usr/lib/perl5/site_perl .)
at ./mkcd line 9.
BEGIN failed--compilation aborted at ./mkcd line 9.

Thanks to take a look at it.

--
Profitez de l'offre exceptionnelle Tiscali !
Internet Gratuit le Jour
Cliquez ici, http://register.tiscali.fr/forfaits_ls/
Offre soumise à conditions.






Re: [Cooker] perl pb with mkcd (cooker misc directory)

2002-07-12 Thread Ben Reser

On Fri, Jul 12, 2002 at 08:46:57AM +0200, Florent BERANGER wrote:
 $ mkcd
 Can't locate File/NCopy.pm in @INC (@INC contains:
 /usr/lib/perl5/5.6.1/i386-linux /usr/lib/perl5/5.6.1
 /usr/lib/perl5/site_perl/5.6.1/i386-linux
 /usr/lib/perl5/site_perl/5.6.1 /usr/lib/perl5/site_perl .)
 at ./mkcd line 9.
 BEGIN failed--compilation aborted at ./mkcd line 9.
 
 Thanks to take a look at it.

Do you have perl-File-NCopy installed?  It's not part of the standard
perl install...

-- 
Ben Reser [EMAIL PROTECTED]
http://ben.reser.org

We tend to see all wars through the lens of the current conflict, and we
mine history for lessons convenient to the present purpose.
- Brian Hayes




Re: [Cooker] perl pb with mkcd (cooker misc directory)

2002-07-12 Thread Florent BERANGER

Le Vendredi 12 Juillet 2002 09:15, Ben Reser a écrit :
 On Fri, Jul 12, 2002 at 08:46:57AM +0200, Florent
BERANGER wrote:
  $ mkcd
  Can't locate File/NCopy.pm in INC (INC contains:
  /usr/lib/perl5/5.6.1/i386-linux /usr/lib/perl5/5.6.1
  /usr/lib/perl5/site_perl/5.6.1/i386-linux
  /usr/lib/perl5/site_perl/5.6.1 /usr/lib/perl5/site_perl .)
  at ./mkcd line 9.
  BEGIN failed--compilation aborted at ./mkcd line 9.
 
  Thanks to take a look at it.

 Do you have perl-File-NCopy installed?  It's not part of
the standard
 perl install...

It wasn't installed. I can't install it.

In fact, I need a recent cooker iso with latest kernel
(modules loaded in cooker directory are the same as the
boot kernel), just for boot (network install).
I've tried with floppy, it don't works (I run on cooker
snapshot).

If anyone can do a minimal cooker install boot iso with
latest kernel, thanks !
--
Profitez de l'offre exceptionnelle Tiscali !
Internet Gratuit le Jour
Cliquez ici, http://register.tiscali.fr/forfaits_ls/
Offre soumise à conditions.






Re: [Cooker] perl pb with mkcd (cooker misc directory)

2002-07-12 Thread rcc

On Fri, 12 Jul 2002 10:16:06 +0200
Florent BERANGER [EMAIL PROTECTED] wrote:


   $ mkcd
   BEGIN failed--compilation aborted at ./mkcd line 9.
  
  Do you have perl-File-NCopy installed?  It's not part of
 the standard
  perl install...
 
 It wasn't installed. I can't install it.

Did you try MakeCD? Because it uses perl from the cooker tree, and there
you have

misc/perl5/vendor_perl/5.8.0/File/NCopy.pm


- Mark