Bug 13635

Summary: Compilation problem with Bind 8.2.1 on FreeBSD v.4.0
Product: Ports & Packages Reporter: jl <jl>
Component: Individual Port(s)Assignee: freebsd-ports (Nobody) <ports>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description jl 1999-09-08 09:10:00 UTC
In compiling Bind 8.2.1 errors occur on make with CC = cc:
cc: Internal compiler error: program cc1 got fatal signal 4
*** Error code 1

Stop.
*** Error code 1

Stop.
*** Error code 1

Stop.

and dumps cc1.core in:./lib/isc/cc1.core  

and with CC = GCC

gcc: Internal compiler error: program cc1 got fatal signal 10
*** Error code 1

Stop.
*** Error code 1

Stop.
*** Error code 1

Stop.

yolo# find ./ -name cc1.core -ls
197242 1520 -rw-------    1 root             wheel              765952 Sep  8 00
:59 ./lib/cylink/cc1.core
 17909 2528 -rw-------    1 root             wheel             1282048 Sep  8 01
:02 ./lib/irs/cc1.core
244074 2016 -rw-------    1 root             wheel             1024000 Sep  8 00
:56 ./lib/isc/cc1.core
Comment 1 Doug 1999-09-09 01:07:12 UTC
On Wed, 8 Sep 1999 jl@afes.com wrote:

> >Synopsis:       Compilation problem with Bind 8.2.1 on FreeBSD v.4.0

> FreeBSD yolo.net 4.0-19990626-CURRENT

	First, please try a more recent -current. A lot of fixes have gone
into the compiler stuff since june. 

> In compiling Bind 8.2.1 errors occur 

	Next, have you tried any of the BIND 8.2.2 development snapshots?
Take a look at the version in ftp://ftp.isc.org/isc/bind/src/testing/
after you upgrade your -Current and see if you get any better luck with
that. If it's a BIND issue they'll want to know that you're using the
latest stuff. 

Good luck,

Doug
Comment 2 cpiazza freebsd_committer freebsd_triage 1999-10-03 01:11:13 UTC
State Changed
From-To: open->closed

Can not be reproduced on my machine nor on the package building 
machines (http://bento.freebsd.org).  Please follow Doug's suggestions 
if nothing else helps.