Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 May 2008 05:40:05 GMT
From:      Lev Serebryakov <lev@FreeBSD.org>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: kern/123940: [build] FreeBSD 7-STABLE buildworld fails with internal gcc error (no HW problem!)
Message-ID:  <200805240540.m4O5e5Ll027111@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/123940; it has been noted by GNATS.

From: Lev Serebryakov <lev@FreeBSD.org>
To: bug-followup@FreeBSD.org, lev@FreeBSD.org, Kris Kennaway <kris@FreeBSD.org>, 
	<vwe@FreeBSD.org>
Cc:  
Subject: Re: kern/123940: [build] FreeBSD 7-STABLE buildworld fails with internal gcc error (no HW problem!)
Date: Sat, 24 May 2008 09:38:47 +0400

 Hello, bug-followup.
 
 gcc version is system one:
 
 blob# gcc -v
 Using built-in specs.
 Target: amd64-undermydesk-freebsd
 Configured with: FreeBSD/amd64 system compiler
 Thread model: posix
 gcc version 4.2.1 20070719  [FreeBSD]
 blob#
 
 There are NO gcc-related ports installed.
 
 ============== /etc/make.conf
 # For local ports building
 WRKDIRPREFIX=/usr/local/build-area/ports
 WITHOUT_X=YES
 WITHOUT_X11=YES
 WITHOUT_GUI=YES
 
 # Global
 CPUTYPE?=core2
 
 # added by use.perl 2008-05-14 23:54:55
 PERL_VER=5.8.8
 PERL_VERSION=5.8.8
 ============== /etc/make.conf
 
 Here is no /etc/src.conf at all.
 
 Only `makeoptions' in kernel config is:
 
 =======================================
 makeoptions DEBUG=-g
 =======================================
 
 memory was tested with 24 hours run of memtest86+ (no errors)
 disk was tested with 5 runs of fullscan of MHDD + full scan of
 manufacturer utility, there is NO errors in S.M.A.R.T. attributes and
 NO old errors in S.M.A.R.T. error log (checked with smartmontools).
 
 filesystem is clean on boot, and shutdown/boot cycle doesn't show any
 problems with it (/usr/obj is same FS, as /usr)
 
 Temperature of CPU is contorlled with coretemp(4) and is about
 40(+/-2) DegC on both cores at `hardest' momemnts, temperature of HDD
 is controleld with smartd from smartmontools and never raised more than 35 DegC.
 
 Now I'm trying, does setting MAKEOBJDIRPREFIX to non-default value, but
 on same FS, help.
 
 -- 
 // Black Lion AKA Lev Serebryakov <lev@FreeBSD.org>
 



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