Re: World on -stable is busted

2002-03-18 Thread Mark Murray

Hi

I put up a patch to test this yesterday.

Go to src/gnu/usr.bin/libperl, and in appropriate config*, find the
d_eaccess= line, and change it to 'undef'.

Please let me know if that works.

M

 cc -O -pipe  -I/usr/obj/home/imp/FreeBSD/src/gnu/usr.bin/perl/miniperl 
-I/home/imp/FreeBSD/src/gnu/usr.bin/perl/miniperl/../../../../contrib/perl5 
-DPERL_EXTERNAL_GLOB -DPERL_CORE -DAPPLLIB_EXP=\/usr/libdata/perl/BSDPAN\ 
-L/usr/obj/home/imp/FreeBSD/src/gnu/usr.bin/perl/miniperl/../libperl -static -o 
miniperl miniperlmain.o perl.o gv.o toke.o perly.o op.o regcomp.o dump.o util.o mg.o 
hv.o av.o run.o pp_hot.o sv.o pp.o scope.o pp_ctl.o pp_sys.o doop.o doio.o regexec.o 
utf8.o taint.o universal.o xsutils.o globals.o perlio.o  -lm -lcrypt -lutil
 pp_sys.o: In function `Perl_pp_fteread':
 pp_sys.o(.text+0x5f57): undefined reference to `eaccess'
 pp_sys.o: In function `Perl_pp_ftewrite':
 pp_sys.o(.text+0x6023): undefined reference to `eaccess'
 pp_sys.o: In function `Perl_pp_fteexec':
 pp_sys.o(.text+0x60ef): undefined reference to `eaccess'
 *** Error code 1
 
 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-current in the body of the message
-- 
o   Mark Murray
\_
O.\_Warning: this .sig is umop ap!sdn

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



World on -stable is busted

2002-03-17 Thread M. Warner Losh

cc -O -pipe  -I/usr/obj/home/imp/FreeBSD/src/gnu/usr.bin/perl/miniperl 
-I/home/imp/FreeBSD/src/gnu/usr.bin/perl/miniperl/../../../../contrib/perl5 
-DPERL_EXTERNAL_GLOB -DPERL_CORE -DAPPLLIB_EXP=\/usr/libdata/perl/BSDPAN\ 
-L/usr/obj/home/imp/FreeBSD/src/gnu/usr.bin/perl/miniperl/../libperl -static -o 
miniperl miniperlmain.o perl.o gv.o toke.o perly.o op.o regcomp.o dump.o util.o mg.o 
hv.o av.o run.o pp_hot.o sv.o pp.o scope.o pp_ctl.o pp_sys.o doop.o doio.o regexec.o 
utf8.o taint.o universal.o xsutils.o globals.o perlio.o  -lm -lcrypt -lutil
pp_sys.o: In function `Perl_pp_fteread':
pp_sys.o(.text+0x5f57): undefined reference to `eaccess'
pp_sys.o: In function `Perl_pp_ftewrite':
pp_sys.o(.text+0x6023): undefined reference to `eaccess'
pp_sys.o: In function `Perl_pp_fteexec':
pp_sys.o(.text+0x60ef): undefined reference to `eaccess'
*** Error code 1

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