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" <[EMAIL PROTECTED]> 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                     |     [EMAIL PROTECTED]
                                   |     [EMAIL PROTECTED]
http://people.freebsd.org/~cjc/    |     [EMAIL PROTECTED]
#
# $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

Reply via email to