Date: Thu, 11 Jan 2001 14:09:16 -0500 From: "Donald J . Maddox" <dmaddox@sc.rr.com> To: Odhiambo Washington <wash@iconnect.co.ke> Cc: FBSD-STABLE <freebsd-stable@freebsd.org>, FBSD-Q <freebsd-questions@freebsd.org> Subject: Re: 3.X --> 4.X - buildworld fails Message-ID: <20010111140916.A6874@cae88-102-101.sc.rr.com> In-Reply-To: <20010111211621.A97461@poeza.iconnect.co.ke>; from wash@iconnect.co.ke on Thu, Jan 11, 2001 at 09:16:21PM %2B0300 References: <20010111211621.A97461@poeza.iconnect.co.ke>
next in thread | previous in thread | raw e-mail | index | archive | help
If you rebuild libc first, it will work. Apparently you are using a libc from before the addition of the {set,get}res[ug]id calls. On Thu, Jan 11, 2001 at 09:16:21PM +0300, Odhiambo Washington wrote: > This one is for the gurus: > > I am updating a 3.5-S system to 4.X. I've done cvsup with RELENG_4 > yesterday. > Now while strictly following the update procedure in UPDATING (and > referring to the text from the handbook, I get a failure while doing > make buildworld, viz > > cc -O -pipe > -I/usr/src/gnu/usr.bin/perl/miniperl/../../../../contrib/perl5 -I/us > r/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/us > r/obj/usr/src/gnu/usr.bin/perl/miniperl > -L/usr/obj/usr/src/gnu/usr.bin/perl/m > iniperl/../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 fu > nction `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. > > > I am not sure what this means ;-) but I've replicated it by going into > /usr/src/gnu/usr.bin/perl and doing a 'make' in there. > > I highly appreciate all help that will get me past this one. > > TIA > > > -Wash > > -- > Odhiambo Washington Inter-Connect Ltd., > wash@iconnect.co.ke 5th Flr Furaha Plaza > Tel: 254 11 222604 Nkrumah Rd., > Fax: 254 11 222636 PO Box 83613 MOMBASA, KE. > > Presumably, we're all fully qualified computer nerds here, so we are allowed > to use "access" as a verb. Be advised, however, that the practice in common > usage drives English-language purists to scowling fidgets. -Erik Strom, "Perl > CGI Programming" > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010111140916.A6874>