From owner-freebsd-stable Mon Nov 6 7:50: 5 2000 Delivered-To: freebsd-stable@freebsd.org Received: from tinker.exit.com (tinker.exit.com [206.223.0.1]) by hub.freebsd.org (Postfix) with ESMTP id DFAF237B479 for ; Mon, 6 Nov 2000 07:49:57 -0800 (PST) Received: from realtime.exit.com (realtime [206.223.0.5]) by tinker.exit.com (8.11.0/8.11.0) with ESMTP id eA6Fnum05602 for ; Mon, 6 Nov 2000 07:49:56 -0800 (PST) (envelope-from frank@exit.com) Received: (from frank@localhost) by realtime.exit.com (8.11.1/8.11.0) id eA6FnuB13108 for stable@freebsd.org; Mon, 6 Nov 2000 07:49:56 -0800 (PST) (envelope-from frank) From: Frank Mayhar Message-Id: <200011061549.eA6FnuB13108@realtime.exit.com> Subject: Gotcha in 3.x->4.x upgrade. To: stable@freebsd.org Date: Mon, 6 Nov 2000 07:49:56 -0800 (PST) Reply-To: frank@exit.com Organization: Exit Consulting X-Copyright0: Copyright 2000 Frank Mayhar. All Rights Reserved. X-Copyright1: Permission granted for electronic reproduction as Usenet News or email only. X-Mailer: ELM [version 2.4ME+ PL68 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm trying to build a kernel in order to upgrade a 3.x box to 4-stable. Well, I've run into a little snag: 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' I can't seem to find any obvious change that would cause this, but nonetheless it is there. I've even blown away the source tree and checked it out again, no dice. Hints? (This isn't critical for me, I can get there another way, but it _is_ annoying and might affect other folks.) -- Frank Mayhar frank@exit.com http://www.exit.com/ Exit Consulting http://store.exit.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message