Bug 24387

Summary: 4.2 compile bombs at PERL build
Product: Base System Reporter: root <root>
Component: i386Assignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 3.4-STABLE   
Hardware: Any   
OS: Any   

Description root 2001-01-16 16:40:00 UTC
make buildworld bombs out with the folllwing:

cc -O -pipe -I/usr/src/gnu/usr.bin/perl/miniperl/../../../../contrib/perl5 -I/usr/obj/usr/src/gnu/usr.bin/perl/miniperl    -L/usr/obj/usr/src/gnu/usr.bin/perl/miniperl/../libperl -static -o miniperl miniperlmain.o opmini.o  /usr/obj/usr/src/gnu/usr.bin/perl/miniperl/../libperl/libperl.a -lm -lcrypt -lutil
/usr/obj/usr/src/gnu/usr.bin/perl/miniperl/../libperl/libperl.a(pp_hot.o): In function `Perl_pp_aassign':
pp_hot.o(.text+0x16a1): undefined reference to `setresuid'
pp_hot.o(.text+0x16d4): undefined reference to `setresgid'
*** Error code 1

Stop.
*** Error code 1

Stop.
*** Error code 1

Stop.
*** Error code 1

Stop.
*** Error code 1

Stop.
*** Error code 1

Stop.

I have tried this with vanilla 4.2 sources and cvsup'ed sources as new as 1/16/2000.

How-To-Repeat: 
	Do a make buildworld.
Comment 1 dd freebsd_committer freebsd_triage 2001-04-29 03:41:01 UTC
State Changed
From-To: open->closed

If you're compiling 4.x on 3.x, don't do that.  Otherwise, I'm sure 
has been fixed: build failures don't hang around long.