Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Mar 2001 03:01:32 -0500
From:      "Jeremy Karteczka" <jerkart@mw.mediaone.net>
To:        "Shoichi Sakane" <sakane@ydc.co.jp>
Cc:        <freebsd-ports@freebsd.org>, <core@kame.net>
Subject:   Re: racoon issue with freebsd 4.2 + ports
Message-ID:  <019f01c0adef$53c592e0$0200a8c0@jose>
References:  <19263.984719893@coconut.itojun.org> <20010316145419P.sakane@ydc.co.jp>

next in thread | previous in thread | raw e-mail | index | archive | help
>> I am trying to install racoon from the ports collection on 2 hosts
>> running 4.2-STABLE both cvsuped on 3/15.  I see the same behaviour on both
>> hosts.  I did try modifing the Makefile config option from enable-ipv6 to
>> disable-ipv6 with no change (ipv6 support is not necessary in my
envrionment).

>> Here is the output when I try to make the port:

>> cc -O -pipe -g -I. -DIPSEC_DEBUG -DIPSEC -DINET6 -Wall -c policy_token.c -o
>> policy_token.o
>> In file included from /usr/include/netinet/in.h:476,
>>                  from policy_token.l:39:
>> /usr/include/netinet6/in6.h:367: syntax error before `.'
>> *** Error code 1

> I am using 4.2-RELEASE and racoon-20010222a, and swaped to --disable-ipv6
> from --enable-ipv6.  I got a success to compile racoon without problem.

> Is your /usr/include/netinet6/in6.h sane ?

It seems to be.

# find / -name in6.h
/usr/include/netinet6/in6.h
/usr/src/sys/netinet6/in6.h
# diff /usr/include/netinet6/in6.h /usr/src/sys/netinet6/in6.h
# ls -l /usr/include/netinet6/in6.h ; ls -l /usr/src/sys/netinet6/in6.h
-r--r--r--  1 root  wheel  21691 Nov 20 06:58 /usr/include/netinet6/in6.h
-rw-r--r--  1 root  wheel  21691 Oct 31 12:56 /usr/src/sys/netinet6/in6.h

I made an incorrect statement earlier, one system is running 4.2-STABLE and the
other is 4.2-RELEASE with the ports updated on 3/15.

Jeremy


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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?019f01c0adef$53c592e0$0200a8c0>