From nobody@FreeBSD.org  Tue Jun 10 19:12:26 2008
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 98A891065674
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 10 Jun 2008 19:12:26 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 6F2BD8FC0C
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 10 Jun 2008 19:12:26 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m5AJCQx9087800
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 10 Jun 2008 19:12:26 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.2/8.14.1/Submit) id m5AJCQ0h087799;
	Tue, 10 Jun 2008 19:12:26 GMT
	(envelope-from nobody)
Message-Id: <200806101912.m5AJCQ0h087799@www.freebsd.org>
Date: Tue, 10 Jun 2008 19:12:26 GMT
From: Nathan Whitehorn <whitehorn@wisc.edu>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Netatalk broken in -CURRENT
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         124456
>Category:       kern
>Synopsis:       [netatalk] netatalk broken in -CURRENT
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    rwatson
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jun 10 19:20:00 UTC 2008
>Closed-Date:    Wed Jul 02 17:53:42 UTC 2008
>Last-Modified:  Wed Jul 02 17:53:42 UTC 2008
>Originator:     Nathan Whitehorn
>Release:        8.0-CURRENT
>Organization:
University of Wisconsin
>Environment:
FreeBSD trantor.tachypleus.net 8.0-CURRENT FreeBSD 8.0-CURRENT #13: Wed Apr 16 09:26:49 CDT 2008     root@trantor.tachypleus.net:/usr/obj/usr/src/sys/TRANTOR  i386

>Description:
at_rmx.c is compiled only with netatalkdebug, and contains the symbol at_inithead, which is required by other parts of netatalk. As such, the kernel cannot link with only options NETATALK defined.
>How-To-Repeat:

>Fix:


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-bugs->rwatson 
Responsible-Changed-By: rwatson 
Responsible-Changed-When: Tue Jun 10 19:32:25 UTC 2008 
Responsible-Changed-Why:  
Grab ownership since I've been tending to netatalk. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=124456 
State-Changed-From-To: open->analyzed 
State-Changed-By: rwatson 
State-Changed-When: Sat Jun 14 14:53:01 UTC 2008 
State-Changed-Why:  
Problem confirmed -- and appears to have been that way since initial 
import.  Testing and will commit/merge a fix shortly.  Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: kern/124456: commit references a PR
Date: Sat, 14 Jun 2008 15:17:11 +0000 (UTC)

 rwatson     2008-06-14 15:17:02 UTC
 
   FreeBSD src repository
 
   Modified files:
     sys/conf             files 
   Log:
   SVN rev 179787 on 2008-06-14 15:17:02Z by rwatson
   
   When NETATALK is compiled into the kernel, at_rmx.c is required regardless
   of whether NETATALKDEBUG is enabled, so make building it conditional on
   NETATALK instead.  This problem appears to have been present from the time
   that the netatalk implementation was imported.
   
   PR:             124456
   Submitted by:   Nathan Whitehorn <whitehorn at wisc dot edu>
   MFC after:      3 days
   
   Revision  Changes    Path
   1.1309    +1 -1      src/sys/conf/files
 _______________________________________________
 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: analyzed->patched 
State-Changed-By: rwatson 
State-Changed-When: Sat Jun 14 17:23:10 UTC 2008 
State-Changed-Why:  
Committed to HEAD, transition to patched until MFC'd to appropriate 
branches. 


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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: kern/124456: commit references a PR
Date: Wed,  2 Jul 2008 17:40:45 +0000 (UTC)

 rwatson     2008-07-02 17:40:34 UTC
 
   FreeBSD src repository
 
   Modified files:        (Branch: RELENG_7)
     sys/conf             files 
   Log:
   SVN rev 180192 on 2008-07-02 17:40:34Z by rwatson
   
   Merge files:1.1309 (r179787) from head to stable/7:
   
     When NETATALK is compiled into the kernel, at_rmx.c is required regardless
     of whether NETATALKDEBUG is enabled, so make building it conditional on
     NETATALK instead.  This problem appears to have been present from the time
     that the netatalk implementation was imported.
   
     PR:             124456
     Submitted by:   Nathan Whitehorn <whitehorn at wisc dot edu>
   
   Revision     Changes    Path
   1.1243.2.25  +1 -1      src/sys/conf/files
 _______________________________________________
 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: patched->closed 
State-Changed-By: rwatson 
State-Changed-When: Wed Jul 2 17:53:16 UTC 2008 
State-Changed-Why:  
Problem is now believed to be corrected, so closing the PR.  Please let 
me know if it persists. 

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