From owner-freebsd-stable Mon Oct 16 10: 1: 1 2000 Delivered-To: freebsd-stable@freebsd.org Received: from smtp.wagsky.com (wildside.wagsky.com [64.220.148.97]) by hub.freebsd.org (Postfix) with ESMTP id 3A9E737B66C for ; Mon, 16 Oct 2000 10:00:55 -0700 (PDT) Received: from localhost (jeff@localhost) by smtp.wagsky.com (8.9.3/8.9.3) with ESMTP id KAA27678; Mon, 16 Oct 2000 10:00:53 -0700 (PDT) (envelope-from jeff@spotlife.com) X-Authentication-Warning: wildside.wagsky.com: jeff owned process doing -bs Date: Mon, 16 Oct 2000 10:00:52 -0700 (PDT) From: Jeff Kletsky X-Sender: jeff@wildside.wagsky.com Reply-To: Jeff Kletsky To: stable@freebsd.org Cc: jeff@spotlife.com Subject: RELENG_3 to RELENG_4 Fails in miniperl setresuid Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG After updating sources to RELENG_4 stable, I followed the directions in /usr/src/UPDATING, including deletion of /usr/bin/miniperl During makeworld, miniperl fails to build: >>> Rebuilding the temporary build tree >>> stage 1: bootstrap tools >>> stage 2: cleaning up the object tree >>> stage 2: rebuilding the object tree >>> stage 2: build tools building standard perl library ranlib libperl.a cd /usr/src/gnu/usr.bin/perl/miniperl && make build-tools rm -f .depend /usr/obj/usr/src/gnu/usr.bin/perl/miniperl/GPATH /usr/obj/usr/src/gnu/usr.bin/perl/miniperl/GRTAGS /usr/obj/usr/src/gnu/usr.bin/perl/miniperl/GSYMS /usr/obj/usr/src/gnu/usr.bin/perl/miniperl/GTAGS cd /usr/src/gnu/usr.bin/perl/miniperl && make miniperl Extracting config.h (with variable substitutions) cc -O -pipe -I/usr/src/gnu/usr.bin/perl/miniperl/../../../../contrib/perl5 -I/usr/obj/usr/src/gnu/usr.bin/perl/miniperl -c /usr/src/gnu/usr.bin/perl/miniperl/../../../../contrib/perl5/miniperlmain.c ln -sf /usr/src/gnu/usr.bin/perl/miniperl/../../../../contrib/perl5/op.c opmini.c cc -O -pipe -I/usr/src/gnu/usr.bin/perl/miniperl/../../../../contrib/perl5 -I/usr/obj/usr/src/gnu/usr.bin/perl/miniperl -c opmini.c 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' Last buildworld/installworld on this system was 2000-09-17 for RELENG_3 stable. This has been reported previously to this list about a week ago by two other users, but apparently no responses. Entering the directory and trying 'make' or 'make clean' and 'make' have the same result. Any suggestions are welcome... Jeff ----- Jeffrey Marc Kletsky SpotLife | Personal Broadcasting Sr. Product Manager jeff@spotlife.com http://www.spotlife.com Bringing the Personal Broadcasting revolution home To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message