Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Dec 2005 14:00:26 +0200
From:      Ruslan Ermilov <ru@FreeBSD.org>
To:        Vizion <vizion@vizion.occoxmail.com>
Cc:        freebsd-stable@FreeBSD.org, ahze@FreeBSD.org
Subject:   Re: Upgrading 5.3 > 6.0 buildworld failure in libkrb5
Message-ID:  <20051206120026.GC62078@ip.net.ua>
In-Reply-To: <200512051518.43896.vizion@vizion.occoxmail.com>
References:  <200512051518.43896.vizion@vizion.occoxmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help

--zS7rBR6csb6tI2e1
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Mon, Dec 05, 2005 at 03:18:43PM -0800, Vizion wrote:
> Hi
>=20
> I have tried repeatedly to get make buildworld for upgrading from freebsd=
 5.3=20
> to 6.0 but get repeated failure in libkrb5.
>=20
> FreeBSD 5.3-RELEASE #0: Fri Nov  5 04:19:18 UTC 2004
>     root@harlow.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC
> Timecounter "i8254" frequency 1193182 Hz quality 0
> CPU: AMD Athlon(tm)  (1593.54-MHz 686-class CPU)
>   Origin =3D "AuthenticAMD"  Id =3D 0x6a0  Stepping =3D 0
>  =20
> Features=3D0x383fbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE=
,MCA,CMOV,PAT,PSE36,MMX,FXSR,SSE>
>   AMD Features=3D0xc0480000<MP,AMIE,DSP,3DNow!>
> real memory  =3D 2080309248 (1983 MB)
> avail memory =3D 2030002176 (1935 MB)
> ACPI APIC Table: <KM400A AWRDACPI>
>=20
> I have tried with very helpful advice from freebsd-questions contributors:
>=20
> with and without ccache
>=20
> 3x make cleandir prior to build
> additional cvsup of source tree
>=20
> but the problem still remains .=20
> Hopefully someone on stable may have the answer.
>=20
> Here is my make.conf
>=20
> SENDMAIL_CF_DIR=3D        /usr/local/share/sendmail/cf
> # added by use.perl 2005-11-18 10:51:36
> PERL_VER=3D5.8.7
> PERL_VERSION=3D5.8.7
> .if !defined(NOCCACHE)
> .if ${.CURDIR:M/usr/src*}
> CC=3D/usr/local/libexec/ccache/cc
> CXX=3D/usr/local/libexec/ccache/c++
> .else
> CC=3Dcc
> CXX=3Dc++
> .endif
> .else
> CC=3D/usr/bin/cc
> CXX=3D/usr/bin/c++
> .endif
>=20
The example of setting up ccache in /etc/make.conf is just plain
wrong.  It shouldn't be hardcoding CC to "/usr/bin/cc", similarly
for CXX.  Comment out the ccache stuff completely in /etc/make.conf
(or at least the last "else" part), make sure your PATH doesn't
include the ccache path, and try again with an empty /usr/obj.
Please report back if it succeeded (it should).  Please send your
complaints to the ccache port MAINTAINER as he did not respond to
my email explaining the problem, and I'm getting really tired of
explaining this for the Nth time.


Cheers,
--=20
Ruslan Ermilov
ru@FreeBSD.org
FreeBSD committer

--zS7rBR6csb6tI2e1
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (FreeBSD)

iD8DBQFDlX1aqRfpzJluFF4RAq2bAKCavtSHHVNHLJbQp1mRKARUd+Pa6gCfcHLS
/vKHCxLJzeVn7qea+cGyMwg=
=tjio
-----END PGP SIGNATURE-----

--zS7rBR6csb6tI2e1--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20051206120026.GC62078>