From owner-freebsd-ports Fri Mar 16 22:58:32 2001 Delivered-To: freebsd-ports@freebsd.org Received: from demai05.mw.mediaone.net (demai05.mw.mediaone.net [24.131.1.56]) by hub.freebsd.org (Postfix) with ESMTP id 0CC0C37B718 for ; Fri, 16 Mar 2001 22:58:29 -0800 (PST) (envelope-from jerkart@mw.mediaone.net) Received: from jose (nic-131-c88-24.mw.mediaone.net [24.131.88.24]) by demai05.mw.mediaone.net (8.11.1/8.11.1) with SMTP id f2H6wHh14666; Sat, 17 Mar 2001 01:58:18 -0500 (EST) Message-ID: <025601c0aeaf$b049f2c0$0200a8c0@jose> From: "Jeremy Karteczka" To: Cc: "Shoichi Sakane" , , References: <21976.984730167@coconut.itojun.org> Subject: Re: racoon issue with freebsd 4.2 + ports Date: Sat, 17 Mar 2001 01:58:23 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >>> 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 > it looks that, in some of your header files, ro_dst is redefined to > something else. if you could, please diagnose who is the culprit > (on normal freebsd installation there should be no conflict but on > your system somehow there is). > cc -E can help. > itojun I can't figure out how to pass the -E option to cc from the initial port make, but here is what I get when I modify the Makefile for libipsec and try the make: [/usr/ports/security/racoon]# make ===> Configuring for racoon-20010222a (cd /usr/ports/security/racoon/work/racoon-20010222a/racoon/../libipsec; make) Warning: Object directory not changed from original /usr/ports/security/racoon/work/racoon-20010222a/libipsec cc -E -O -pipe -g -I. -DIPSEC_DEBUG -DIPSEC -DINET6 -Wall -c policy_token.c -o policy_token.o policy_token.o: file not recognized: File format not recognized *** Error code 1 Stop in /usr/ports/security/racoon/work/racoon-20010222a/libipsec. *** Error code 1 Stop in /usr/ports/security/racoon. *** Error code 1 Stop in /usr/ports/security/racoon. *** Error code 1 Stop in /usr/ports/security/racoon. *** Error code 1 Stop in /usr/ports/security/racoon. If I can provide you with any information that would assist you in helping me track this down let me know. Best regards, Jeremy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message