Date: Fri, 16 Aug 2002 13:43:20 +0300 From: Ruslan Ermilov <ru@FreeBSD.ORG> To: Annihilator <annihilator_sc@hotmail.com> Cc: freebsd-stable@FreeBSD.ORG, re@FreeBSD.ORG Subject: Re: make buildworld fails (4.6.2-RELEASE/RELENG_4_6) Message-ID: <20020816104320.GC8537@sunbay.com> In-Reply-To: <OE36yJxArGvnCjnZS080001db88@hotmail.com> References: <OE36yJxArGvnCjnZS080001db88@hotmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
--raC6veAxrt5nqIoY Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable You'll have to apply the following revision: : ru 2002/07/18 01:00:43 PDT :=20 : Modified files: (Branch: RELENG_4) : . Makefile.inc1=20 : Log: : MFC: 1.238, 1.239: Fixed the -DMAKE_KERBEROS5 world breakage in : kerberos5/lib/libroken revealed by recently fixed bug in ld(1). : =20 : Reminded by: Stephen Hilton <nospam@hiltonbsd.com> : =20 : Revision Changes Path : 1.141.2.48 +2 -1 src/Makefile.inc1 You didn't get this before because it was hiding after a bug in ld(1) that got recently been fixed on RELENG_4_6. This revealed this bug. REs (and I) didn't notice this bug because of how "make release" works; at the time this is built during "make release", /usr/obj/usr/src/i386/usr/lib/libc.so is already built (but this is the wrong library anyway). The real fix I quoted above. REs, given the frequency of these errors, I think we need to merge this fix on RELENG_4_6 and document this in the 4.6.2 release errata. On Thu, Aug 15, 2002 at 08:26:47PM +0200, Annihilator wrote: > Hello. > make buildworld fails with the following error: > cd /usr/src/kerberos5/lib; make depend; make all; make install > =3D=3D=3D> libroken > awk -f > /usr/src/kerberos5/lib/libroken/../../../crypto/heimdal/lib/roken/roken.a= wk > /usr/src/kerberos5/lib/libroken/../../../crypto/heimdal/lib/roken/roken.h= .in > > make-roken.c > cc -O -pipe -march=3Dpentium -I/usr/src/kerberos5/lib/libroken/../../../c= rypto > /heimdal/include -I/usr/src/kerberos5/lib/libroken/../../include -I/usr= /sr > c/kerberos5/lib/libroken/../../../crypto/heimdal/lib/roken -I/usr/obj/us= r/s > rc/kerberos5/lib/libroken -Wall -I/usr/src/kerberos5/lib/libroken/../../i= ncl > ude -I/usr/src/kerberos5/lib/libroken/../../include -DHAVE_CONFIG_H -DINE= T6 > make-roken.c -o make-roken > /usr/obj/usr/src/i386/usr/libexec/elf/ld: cannot find -lc > *** Error code 1 > Stop in /usr/src/kerberos5/lib/libroken. > *** Error code 1 > Stop in /usr/src/kerberos5/lib. > *** Error code 1 > Stop in /usr/src. >=20 > My /etc/make.conf is as follows: > NO_CPU_CFLAGS=3D true > NO_CPU_COPTFLAGS=3D true > CFLAGS=3D -O -pipe > COPTFLAGS=3D -O -pipe > NO_FORTRAN=3D true > NO_LPR=3D true > NO_SENDMAIL=3D true > NO_SHAREDOCS=3D true > NOGAMES=3D true > NOPROFILE=3D true > NOUUCP=3D true > MAKE_IDEA=3DYES > XFREE86_VERSION=3D4 > USA_RESIDENT=3DYES > MAKE_KERBEROS5=3Dyes > DOC_LANG=3Den_US.ISO_8859-1 >=20 > Regards, > Annihilator > Head of the SawMan's Consortium > [ http://consortium.come.to/ ] --=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 --raC6veAxrt5nqIoY Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE9XNdIUkv4P6juNwoRAgIDAJ9iqT6zQrJSReUfKQQTxKMVY2zszQCfc7YM bP4U0hYjU2cXwujvtUmABC4= =7Ohb -----END PGP SIGNATURE----- --raC6veAxrt5nqIoY-- 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?20020816104320.GC8537>