make: don't know how to make @/netinet/tcp_stats.h. Stop

Tomaz Borstnar tomaz.borstnar at over.net
Wed May 5 13:28:47 PDT 2004


Kernel as of today - less than an hour ago...

===> net/vlan
===> net/bridge
===> net/dummynet
===> net/ipfilter
===> net/ipfw
make: don't know how to make @/netinet/tcp_stats.h. Stop
*** Error code 2
Stop in /usr/src/sys/net.
*** Error code 1
Stop in /usr/src/sys.
*** Error code 1
Stop in /usr/obj/usr/src/sys/AMNESIA.
*** Error code 1
Stop in /usr/src.
*** Error code 1
Stop in /usr/src.
975.440u 152.891s 19:24.85 96.8%        239+433k 4864+2493io 129pf+0w
This same config worked fine at 26th Apr. I always use generic kernel 
plus those lines:
options    INCLUDE_CONFIG_FILE     # Include this file in kernel
#
options         IPSEC                   #IP security
options         IPSEC_ESP               #IP security (crypto; define w/ 
IPSEC)
options         IPSEC_DEBUG             #debug for IP security
#
options         IPFILTER                #ipfilter support
options         IPFILTER_LOG            #ipfilter logging
options         PFIL_HOOKS
#
options         MROUTING                # Multicast routing
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         IPFIREWALL_DEFAULT_TO_ACCEPT    #allow everything by default
options         IPDIVERT                #divert sockets
#
# RANDOM_IP_ID causes the ID field in IP packets to be randomized
# instead of incremented by 1 with each packet generated.  This
# option closes a minor information leak which allows remote
# observers to determine the rate of packet generation on the
# machine by watching the counter.
options         RANDOM_IP_ID
#
# DUMMYNET enables the "dummynet" bandwidth limiter. You need
# IPFIREWALL as well. See the dummynet(4) manpage for more info.
# BRIDGE enables bridging between ethernet cards -- see bridge(4).
# You can use IPFIREWALL and dummynet together with bridging.
options         DUMMYNET
options         BRIDGE
#
pseudo-device   gre                     #IP over IP tunneling
#



--------------

Tomaž





More information about the Bugs mailing list