From nobody@FreeBSD.org  Wed Jul 11 06:36:01 2007
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id DBE2816A468
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 11 Jul 2007 06:36:01 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [69.147.83.33])
	by mx1.freebsd.org (Postfix) with ESMTP id CDD0313C459
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 11 Jul 2007 06:36:01 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.13.1/8.13.1) with ESMTP id l6B6a1wk025226
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 11 Jul 2007 06:36:01 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.13.1/8.13.1/Submit) id l6B6a1Y1025225;
	Wed, 11 Jul 2007 06:36:01 GMT
	(envelope-from nobody)
Message-Id: <200707110636.l6B6a1Y1025225@www.freebsd.org>
Date: Wed, 11 Jul 2007 06:36:01 GMT
From: "O. Hartmann" <ohartman@zedat.fu-berlin.de>
To: freebsd-gnats-submit@FreeBSD.org
Subject: ports/racoon2 (racoon2-20061228a) does not compile
X-Send-Pr-Version: www-3.0

>Number:         114491
>Category:       ports
>Synopsis:       security/racoon2 (racoon2-20061228a) does not compile
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    sumikawa
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jul 11 06:40:04 GMT 2007
>Closed-Date:    Fri Jul 20 00:09:59 JST 2007
>Last-Modified:  Fri Jul 20 00:09:59 JST 2007
>Originator:     O. Hartmann
>Release:        FreeBSD 7.0-CURRENT/i386/amd64
>Organization:
FU Berlin
>Environment:
FreeBSD foo.org 7.0-CURRENT FreeBSD 7.0-CURRENT #12: Tue Jul 10 08:09:09 UTC 2007     root@foo.org:/usr/obj/usr/src/sys/FOO i386
>Description:
ports/raccon2 does not compile in FreeBSD 7.0-CURRENT (on both i386 and amd64). Compiling stops with this error:

cc -c -O1 -pipe -march=pentium4 -Wall -g -I. -I./missing -I../lib -DSYSCONFDIR=\"/usr/local/etc\" -DDEBUG -DDEBUG_TRACE -DHAVE_CONFIG_H -o sockmisc.o sockmisc.c
sockmisc.c: In function 'setsockopt_bypass':
sockmisc.c:541: error: 'IPV6_IPSEC_POLICY' undeclared (first use in this function)
sockmisc.c:541: error: (Each undeclared identifier is reported only once
sockmisc.c:541: error: for each function it appears in.)
*** Error code 1

Stop in /usr/ports/security/racoon2/work/racoon2-20061228a/iked.
*** Error code 1

Stop in /usr/ports/security/racoon2/work/racoon2-20061228a.
*** Error code 1

Stop in /usr/ports/security/racoon2.
*** Error code 1

Stop in /usr/ports/security/racoon2.

>How-To-Repeat:

>Fix:


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->simokawa 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Thu Jul 12 04:31:37 UTC 2007 
Responsible-Changed-Why:  
Over to maintainer. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=114491 
Responsible-Changed-From-To: simokawa->sumikawa 
Responsible-Changed-By: simokawa 
Responsible-Changed-When: Thu Jul 12 04:52:14 UTC 2007 
Responsible-Changed-Why:  
Correct wrong maintainer. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=114491 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/114491: commit references a PR
Date: Thu, 19 Jul 2007 09:17:01 +0000 (UTC)

 bz          2007-07-19 09:16:41 UTC
 
   FreeBSD src repository
 
   Modified files:
     sys/netinet6         in6.h 
   Log:
   Restore behavior changed with rev. 1.46 and make
   IPV6_IPSEC_POLICY always visible again. This unbreaks some
   third party user space applications.
   
   PR:             114491
   Reported by:    sumikawa
   Reviewed by:    sumikawa
   Approved by:    re (hrs)
   
   Revision  Changes    Path
   1.51      +1 -1      src/sys/netinet6/in6.h
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: open->closed 
State-Changed-By: sumikawa 
State-Changed-When: Fri Jul 20 00:08:10 JST 2007 
State-Changed-Why:  
The below committing should fix the problem.  Update your -CURRENT 
and try to compile the port again, please. 
http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/netinet6/in6.h.diff?r1=1.50;r2=1.51 

http://www.freebsd.org/cgi/query-pr.cgi?pr=114491 
>Unformatted:
