Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Sep 2002 13:57:31 -0700
From:      "Crist J. Clark" <crist.clark@attbi.com>
To:        Alexander Kabaev <ak03@gte.com>
Cc:        bloom@acm.org, keramida@ceid.upatras.gr, current@FreeBSD.ORG
Subject:   Re: Trouble Building CURRENT on STABLE, cpp seg. fault
Message-ID:  <20020924205731.GC46609@blossom.cjclark.org>
In-Reply-To: <20020924114322.4420a3dd.ak03@gte.com>
References:  <20020922065306.GB36099@blossom.cjclark.org> <20020922114454.GB8150@hades.hell.gr> <3D8E5680.BCC442F5@acm.org> <20020922230956.50aa3ba9.kabaev@bellatlantic.net> <20020923195549.GB42004@blossom.cjclark.org> <20020923155946.5ff13436.ak03@gte.com> <20020924070045.GA44674@blossom.cjclark.org> <20020924114322.4420a3dd.ak03@gte.com>

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

--PNTmBPCT7hxwcZjr
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

On Tue, Sep 24, 2002 at 11:43:22AM -0400, Alexander Kabaev wrote:
> On Tue, 24 Sep 2002 00:00:45 -0700
> "Crist J. Clark" <crist.clark@attbi.com> wrote:
> 
> > Not too sure about that. Now I'm getting SIGSEGV again,
> 
> You are right. There was a stupid mistake in the latest version, sorry.
> Could you try yet another patch?
> 
> http://people.freebsd.org/~kan/gcc-cpp.diff

Nope, still getting it.

As for your other question about the configuration, it looks like
it's,

  options	IPSEC_ESP

That is killing it. If I comment out that option, I get past that
initial mkdep.

The whole configuration is attached.
-- 
Crist J. Clark                     |     cjclark@alum.mit.edu
                                   |     cjclark@jhu.edu
http://people.freebsd.org/~cjc/    |     cjc@freebsd.org

--PNTmBPCT7hxwcZjr
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename=GOKU

#
# $Id: GOKU,v 1.7 2002/07/30 07:50:02 cjc Exp cjc $
#

machine		i386
cpu		I686_CPU
ident		GOKU
maxusers	0

#makeoptions	DEBUG=-g		#Build kernel with gdb(1) debug symbols

options 	INET			#InterNETworking
options 	INET6			#IPv6 communications protocols
options 	IPSEC			#IP security
options 	IPSEC_ESP		#IP security (crypto; define w/ IPSEC)
options 	FFS			#Berkeley Fast Filesystem
options 	COMPAT_43		#Compatible with BSD 4.3 [KEEP THIS!]
options 	KTRACE			#ktrace(1) support
options 	SYSVSHM			#SYSV-style shared memory
options 	SYSVMSG			#SYSV-style message queues
options 	SYSVSEM			#SYSV-style semaphores
options 	P1003_1B		#Posix P1003_1B real-time extentions
options 	_KPOSIX_PRIORITY_SCHEDULING
options 	SOFTUPDATES

device		isa
device		pci

options 	IPFIREWALL		#firewall
options 	IPFIREWALL_VERBOSE	#enable logging to syslogd(8)
options 	IPFIREWALL_FORWARD	#enable transparent proxy support
options 	IPFIREWALL_VERBOSE_LIMIT=100	#limit verbosity
options 	IPV6FIREWALL		#firewall for IPv6
options 	IPV6FIREWALL_VERBOSE
options 	IPV6FIREWALL_VERBOSE_LIMIT=100
options 	IPDIVERT		#divert sockets
#options 	IPFILTER		#ipfilter support
#options 	IPFILTER_LOG		#ipfilter logging
#options 	IPFILTER_DEFAULT_BLOCK  #block all packets by default

device		fdc

# ATA and ATAPI devices
device		ata
device		atadisk			# ATA disk drives
device		atapicd			# ATAPI CDROM drives

# Floating point support - do not disable.
device		npx

# Power management support
#device		apm

# Serial (COM) ports
device		sio

# Parallel port
device		ppc
device		ppbus		# Parallel port bus (required)
device		lpt		# Printer
device		plip		# TCP/IP over parallel
device		ppi		# Parallel port interface device

# PCI Ethernet NICs.
device		miibus
device		xl		# 3Com 3c90x (``Boomerang'', ``Cyclone'')

# Pseudo devices - the number indicates how many units to allocated.
device	random		# Entropy device
device	loop		# Network loopback
device	ether		# Ethernet support
device	tun		# Packet tunnel.
device	pty		# ttys (telnet etc)
device	md		# Memory "disks"
device	gif		# IPv6 and IPv4 tunneling
device	faith		# IPv6-to-IPv4 relaying (translation)

# The `bpf' device enables the Berkeley Packet Filter.
# Be aware of the administrative consequences of enabling this!
device	bpf		#Berkeley packet filter

# Give sound a shot
device		pcm

# USB device
device		usb

--PNTmBPCT7hxwcZjr--

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




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