Date: Tue, 7 May 2002 15:13:24 +0300 From: Ruslan Ermilov <ru@FreeBSD.ORG> To: Daniel Rudy <dcrudy@pacbell.net> Cc: FreeBSD Stable Mailing List <freebsd-stable@FreeBSD.ORG> Subject: Re: Make buildworld on latest stable fails Message-ID: <20020507121324.GJ26127@sunbay.com> In-Reply-To: <3CD7C087.9FA9D6E2@pacbell.net> References: <3CD7C087.9FA9D6E2@pacbell.net>
next in thread | previous in thread | raw e-mail | index | archive | help
--3U8TY7m7wOx7RL1F Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, May 07, 2002 at 04:54:47AM -0700, Daniel Rudy wrote: > Hello, >=20 > I've been experiancing a problem as of late. It seems that make > buildworld fails when compiling the miniperl module. Here is the text > of the failure: >=20 > cc -O -pipe -I/usr/obj/usr/src/gnu/usr.bin/perl/miniperl > -I/usr/src/gnu/usr.bin/perl/miniperl/../../../../contr > ib/perl5 -L/usr/obj/usr/src/gnu/usr.bin/perl/miniperl/../libperl > -static -o miniperl miniperlmain.o perl.o g > v.o toke.o perly.o op.o regcomp.o dump.o util.o mg.o hv.o av.o run.o > pp_hot.o sv.o pp.o scope.o pp_ctl.o pp_sys. > o doop.o doio.o regexec.o taint.o universal.o globals.o perlio.o -lm > -lcrypt -lutil > /usr/lib/libc.a(gethostnamadr.o)(.text+0x2a): undefined reference to > `strcasecmprcasecmprcasecmprcasecmphostbydn > sname' > /usr/lib/libc.a(gethostnamadr.o)(.text+0x109): undefined reference to > `casecmprcasecmprcasecmphostbydnsname' > /usr/lib/libc.a(gethostnamadr.o): In function `gethostbyname2': > gethostnamadr.o(.text+0x265): undefined reference to `ecmphostbydnsname' > *** Error code 1 >=20 > Stop in /usr/src/gnu/usr.bin/perl/miniperl. > *** Error code 1 >=20 > Stop in /usr/src. > *** Error code 1 >=20 > Stop in /usr/src. > *** Error code 1 >=20 > Stop in /usr/src. >=20 > Thinking it was some sort of problem in the source. I dumped the source > code and loaded bran new from the cvsup3 server and I still get the same > failure. Any ideas or suggestions? >=20 Your /usr/lib/libc.a has apparently got broken. The correct and consistent /usr/lib and /usr/include are prerequisites for a successful "make world". Cheers, --=20 Ruslan Ermilov Sysadmin and DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age --3U8TY7m7wOx7RL1F Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE818TkUkv4P6juNwoRAouOAJ0eIg4DYqUOyQCGKuJMym3O/FZjVACfdO7y CwvgJLxVAdG8qiAiP8+ApfQ= =2wTU -----END PGP SIGNATURE----- --3U8TY7m7wOx7RL1F-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020507121324.GJ26127>