From owner-freebsd-questions Mon Jan 8 14: 6:33 2001 Delivered-To: freebsd-questions@freebsd.org Received: from SoftwareHackery.Com (SoftwareHackery.Com [192.156.97.237]) by hub.freebsd.org (Postfix) with ESMTP id 5D0A137B7DF for ; Mon, 8 Jan 2001 13:32:33 -0800 (PST) Received: from localhost (synergy.Destek.Net [127.0.0.1]) by SoftwareHackery.Com (Postfix) with ESMTP id E8ACDC560 for ; Mon, 8 Jan 2001 16:32:23 -0500 (EST) Date: Mon, 8 Jan 2001 16:32:23 -0500 (EST) From: Marc Evans To: Subject: Trying to upgrade from v3 to v4 Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello - I have an Intel system that I have used this cvsup file to pull over sources: *default host=cvsup8.FreeBSD.org *default base=/usr *default prefix=/usr *default release=cvs delete use-rel-suffix *default tag=RELENG_4 src-all The system identifies itself as 3.5-STABLE using the uname command. My goal is to upgrade from version 3 to version 4. Based on what I have read on the web site and mailin list archives, I believe that this is doable by "make buildworld ...". Well, when I attmept this, the sources don't succeed in compiling: 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' *** Error code 1 Stop. This appears to be fairly early in the overall build process. My questions would include: - Is the cvsup file I am using the right one for getting the best compilable set of sources for a v4 upgrade? - Should I be expecting all of the sources to be able to compile? - Do you have suggestions on a better technique to upgrade? Thanks in advance - Marc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message