perl troubles

2002-05-23 Thread Peter Schultz

Hello,

I did a fresh install of 5.0-CURRENT-20020519-JPSNAP from
snapshots.jp.freebsd.org to see how it would go.  The installation went
fine and so did the building and installation of world, but now I've
found a couple problems.

Is anyone doing a fix for /usr/libexec/locate.updatedb, when run it
fails with: perl: not found.

Also, the perl5 port will not build, I get the following output after
it's already patched and configured up to this point:
===  Building for perl-5.6.1_2
===  Extracting for perl-5.6.1_2
 No MD5 checksum file.
===  Patching for perl-5.6.1_2
/usr/bin/sed -e 's|%%PREFIX%%|/usr/local|g;'  -e
's|%%PERL_VER%%|5.6.1|g;'  -e '
s|%%PERL_VERSION%%|5.6.1|g;'  -e 's|%%PERL_ARCH%%|mach|g;'
/usr/ports/lang/perl
5/work/perl-5.6.1/files/use.perl  
/usr/ports/lang/perl5/work/perl-5.6.1/work/u
se.perl
sed: /usr/ports/lang/perl5/work/perl-5.6.1/files/use.perl: No such file
or direc
tory
*** Error code 1

Stop in /usr/ports/lang/perl5/work/perl-5.6.1.
*** Error code 1

Stop in /usr/ports/lang/perl5.

I can send the full output if needed.

Pete...




To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Re: perl troubles

2002-05-23 Thread Shizuka Kudo

--- Peter Schultz [EMAIL PROTECTED] wrote:
 Hello,
 
 I did a fresh install of 5.0-CURRENT-20020519-JPSNAP
 from
 snapshots.jp.freebsd.org to see how it would go. 
 The installation went
 fine and so did the building and installation of
 world, but now I've
 found a couple problems.
 
 Is anyone doing a fix for
 /usr/libexec/locate.updatedb, when run it
 fails with: perl: not found.
 
 Also, the perl5 port will not build, I get the
 following output after
 it's already patched and configured up to this
 point:
 ===  Building for perl-5.6.1_2
 ===  Extracting for perl-5.6.1_2
  No MD5 checksum file.
 ===  Patching for perl-5.6.1_2
 /usr/bin/sed -e 's|%%PREFIX%%|/usr/local|g;'  -e
 's|%%PERL_VER%%|5.6.1|g;'  -e '
 s|%%PERL_VERSION%%|5.6.1|g;'  -e
 's|%%PERL_ARCH%%|mach|g;'
 /usr/ports/lang/perl
 5/work/perl-5.6.1/files/use.perl  
 /usr/ports/lang/perl5/work/perl-5.6.1/work/u
 se.perl
 sed:

/usr/ports/lang/perl5/work/perl-5.6.1/files/use.perl:
 No such file
 or direc
 tory
 *** Error code 1
 
 Stop in /usr/ports/lang/perl5/work/perl-5.6.1.
 *** Error code 1
 
 Stop in /usr/ports/lang/perl5.
 
 I can send the full output if needed.
 
 Pete...
 
 Try make MAKEFILE=Makefile
 
 
 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-current in the body of
 the message

__
Do You Yahoo!?
LAUNCH - Your Yahoo! Music Experience
http://launch.yahoo.com

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Re: perl troubles

2002-05-23 Thread Shizuka Kudo

--- Shizuka Kudo [EMAIL PROTECTED] wrote:
 --- Peter Schultz [EMAIL PROTECTED] wrote:
  Hello,
  
  Try make MAKEFILE=Makefile
  
  
  To Unsubscribe: send mail to [EMAIL PROTECTED]
  with unsubscribe freebsd-current in the body of
  the message
 

Or you can get the latest source particularly
src/usr.bin/make

Problem is with recent change in src/usr.bin/make

__
Do You Yahoo!?
LAUNCH - Your Yahoo! Music Experience
http://launch.yahoo.com

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message