Date: Tue, 6 Dec 2005 11:47:59 -0800 From: Vizion <vizion@vizion.occoxmail.com> To: freebsd-stable@freebsd.org Cc: ahze@freebsd.org Subject: Re: Upgrading 5.3 > 6.0 buildworld failure in libkrb5 Message-ID: <200512061148.01012.vizion@vizion.occoxmail.com> In-Reply-To: <20051206120026.GC62078@ip.net.ua> References: <200512051518.43896.vizion@vizion.occoxmail.com> <20051206120026.GC62078@ip.net.ua>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tuesday 06 December 2005 04:00, the author Ruslan Ermilov contributed to the dialogue on- Re: Upgrading 5.3 > 6.0 buildworld failure in libkrb5: >On Mon, Dec 05, 2005 at 03:18:43PM -0800, Vizion wrote: >> Hi >> >> I have tried repeatedly to get make buildworld for upgrading from freebsd >> 5.3 to 6.0 but get repeated failure in libkrb5. >> >> 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 = "AuthenticAMD" Id = 0x6a0 Stepping = 0 >> >> Features=0x383fbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MC >>A,CMOV,PAT,PSE36,MMX,FXSR,SSE> AMD Features=0xc0480000<MP,AMIE,DSP,3DNow!> >> real memory = 2080309248 (1983 MB) >> avail memory = 2030002176 (1935 MB) >> ACPI APIC Table: <KM400A AWRDACPI> >> >> I have tried with very helpful advice from freebsd-questions contributors: >> >> with and without ccache >> >> 3x make cleandir prior to build >> additional cvsup of source tree >> >> but the problem still remains . >> Hopefully someone on stable may have the answer. >> >> Here is my make.conf >> >> SENDMAIL_CF_DIR= /usr/local/share/sendmail/cf >> # added by use.perl 2005-11-18 10:51:36 >> PERL_VER=5.8.7 >> PERL_VERSION=5.8.7 >> .if !defined(NOCCACHE) >> .if ${.CURDIR:M/usr/src*} >> CC=/usr/local/libexec/ccache/cc >> CXX=/usr/local/libexec/ccache/c++ >> .else >> CC=cc >> CXX=c++ >> .endif >> .else >> CC=/usr/bin/cc >> CXX=/usr/bin/c++ >> .endif > >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. > Thanks very much - I am building right now --after deinstalling ccache, make cleandir x3 and an empty /usr/obj. I will post the results here Thanks again for taking the time to reply david -- 40 yrs navigating and computing in blue waters. English Owner & Captain of British Registered 60' bluewater Ketch S/V Taurus. Currently in San Diego, CA. Sailing bound for Europe via Panama Canal after completing engineroom refit.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200512061148.01012.vizion>