From nobody@FreeBSD.org  Thu Jun 26 17:37:45 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 859DB1065672
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 26 Jun 2008 17:37:45 +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 6C9DA8FC17
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 26 Jun 2008 17:37:45 +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 m5QHbjaw027714
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 26 Jun 2008 17:37:45 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.2/8.14.1/Submit) id m5QHbjQw027713;
	Thu, 26 Jun 2008 17:37:45 GMT
	(envelope-from nobody)
Message-Id: <200806261737.m5QHbjQw027713@www.freebsd.org>
Date: Thu, 26 Jun 2008 17:37:45 GMT
From: Dan Cojocar <dan.cojocar@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: ralfw missing rt2860
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         125015
>Category:       kern
>Synopsis:       ralfw missing rt2860
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jun 26 17:40:01 UTC 2008
>Closed-Date:    Fri Jun 27 13:33:19 UTC 2008
>Last-Modified:  Fri Jun 27 13:33:19 UTC 2008
>Originator:     Dan Cojocar
>Release:        -current
>Organization:
>Environment:
FreeBSD example.com 8.0-CURRENT FreeBSD 8.0-CURRENT #1: Fri May 30 12:31:17 EEST 2008     root@example.com:/usr/obj/usr/src/sys/SCHOOL  amd64
>Description:
ralfw module contains reference to rt2860 that is missing, and building kernel I get the following error:


===> ralfw/rt2860 (cleandir)
cd: can't cd to /usr/src/sys/modules/ralfw/rt2860
*** Error code 2

Stop in /usr/src/sys/modules/ralfw.
*** Error code 1

>How-To-Repeat:
update to a date after vap import and build -current with ralfw module
>Fix:
remove the rt2860 reference


Patch attached with submission follows:

--- Makefile	2008-06-26 20:32:13.000000000 +0300
+++ Makefile.orig	2008-04-20 23:35:40.000000000 +0300
@@ -1,5 +1,5 @@
 # $FreeBSD: src/sys/modules/ralfw/Makefile,v 1.1 2008/04/20 20:35:40 sam Exp $
 
-SUBDIR=	rt2561 rt2561s rt2661 
+SUBDIR=	rt2561 rt2561s rt2661 rt2860
 
 .include <bsd.subdir.mk>


>Release-Note:
>Audit-Trail:

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: kern/125015: commit references a PR
Date: Thu, 26 Jun 2008 18:58:10 +0000 (UTC)

 thompsa     2008-06-26 18:58:01 UTC
 
   FreeBSD src repository
 
   Modified files:
     sys/modules/ralfw    Makefile 
   Log:
   SVN rev 180034 on 2008-06-26 18:58:01Z by thompsa
   
   Remove the non-existent rt2860 subdir. Note, the ralfw module is not used in
   the build yet.
   
   PR:             kern/125015
   Submitted by:   Dan Cojocar
   
   Revision  Changes    Path
   1.2       +1 -1      src/sys/modules/ralfw/Makefile
 _______________________________________________
 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: gavin 
State-Changed-When: Fri Jun 27 13:32:45 UTC 2008 
State-Changed-Why:  
Close, fixed in HEAD and the problem does not exist in any STABLE branch 

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