From corecode@corecode.ath.cx  Thu Jan 24 19:17:00 2002
Return-Path: <corecode@corecode.ath.cx>
Received: from mailout08.sul.t-online.com (mailout08.sul.t-online.com [194.25.134.20])
	by hub.freebsd.org (Postfix) with ESMTP id C1E4F37B402
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 24 Jan 2002 19:16:59 -0800 (PST)
Received: from fwd05.sul.t-online.de 
	by mailout08.sul.t-online.com with smtp 
	id 16TwrL-000813-02; Fri, 25 Jan 2002 04:16:59 +0100
Received: from spirit.corecode.ath.cx (320050403952-0001@[80.128.107.232]) by fmrl05.sul.t-online.com
	with esmtp id 16TwrI-1AVgaOC; Fri, 25 Jan 2002 04:16:56 +0100
Received: from elevation.zuhause.stoert.net (elevation.zuhause.stoert.net [192.168.66.46])
	by spirit.corecode.ath.cx (8.11.6/8.11.6) with ESMTP id g0P3Gtg92264
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 25 Jan 2002 04:16:55 +0100 (CET)
	(envelope-from corecode@elevation.zuhause.stoert.net)
Received: (from corecode@localhost)
	by elevation.zuhause.stoert.net (8.11.6/8.11.6) id g0P3GtU12074;
	Fri, 25 Jan 2002 04:16:55 +0100 (CET)
	(envelope-from corecode)
Message-Id: <200201250316.g0P3GtU12074@elevation.zuhause.stoert.net>
Date: Fri, 25 Jan 2002 04:16:55 +0100 (CET)
From: "Simon 'corecode' Schubert" <corecode@corecode.ath.cx>
Reply-To: "Simon 'corecode' Schubert" <corecode@corecode.ath.cx>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: CVS doesn't rebuild CVSROOT/options 
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         34246
>Category:       gnu
>Synopsis:       CVS doesn't rebuild CVSROOT/options
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    linimon
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jan 24 19:20:00 PST 2002
>Closed-Date:    Mon Apr 17 22:26:04 GMT 2006
>Last-Modified:  Mon Apr 17 22:26:04 GMT 2006
>Originator:     Simon 'corecode' Schubert
>Release:        FreeBSD 4.5-RC i386
>Organization:
>Environment:
System: FreeBSD elevation.zuhause.stoert.net 4.5-RC FreeBSD 4.5-RC #8: Fri Jan 18 00:13:41 CET 2002 corecode@elevation.zuhause.stoert.net:/usr/obj/usr/src/sys/ELEVATION i386

cvsupped today,

mkmodules.c:
     $FreeBSD: src/contrib/cvs/src/mkmodules.c,v 1.9.2.2 2001/10/28 21:32:08 peter Exp $

	
>Description:

cvs does not rebuild CVSROOT/options like it does for every other main
configuration file.
this is normally done in mkmodules.c:mkmodules(). as 'options' is not
included in filelist[], make doesn't know about the existance of this
file.
furthermore, the file 'options' is not documented.

	
>How-To-Repeat:
cvs co CVSROOT
echo 'tag=myId=Id' > options    # strange format?
cvs add options
cvs commit
ls $CVSROOT/CVSROOT/options*

	
>Fix:
none yet. it's too late for good programming work. this needs to be
cross checked with the upstream sources (they might have included a
'tag' option for 'config'). nontheless this needs to be fixed.
if nobody provides a patch within reasonable time, set PR to feedback
and i'll write one.



>Release-Note:
>Audit-Trail:

From: Josef Karthauser <joe@tao.org.uk>
To: Simon 'corecode' Schubert <corecode@corecode.ath.cx>
Cc: FreeBSD-gnats-submit@freebsd.org
Subject: Re: gnu/34246: CVS doesn't rebuild CVSROOT/options
Date: Fri, 25 Jan 2002 12:36:32 +0000

 --8NvZYKFJsRX2Djef
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 Content-Transfer-Encoding: quoted-printable
 
 On Fri, Jan 25, 2002 at 04:16:55AM +0100, Simon 'corecode' Schubert wrote:
 
 > >Description:
 >=20
 > cvs does not rebuild CVSROOT/options like it does for every other main
 > configuration file.
 > this is normally done in mkmodules.c:mkmodules(). as 'options' is not
 > included in filelist[], make doesn't know about the existance of this
 > file.
 > furthermore, the file 'options' is not documented.
 
 > >Fix:
 > none yet. it's too late for good programming work. this needs to be
 > cross checked with the upstream sources (they might have included a
 > 'tag' option for 'config'). nontheless this needs to be fixed.
 > if nobody provides a patch within reasonable time, set PR to feedback
 > and i'll write one.
 
 Just add it to the CVSROOT/checkoutlist file and it will be checked out
 automatically.  Take a look at the one in the FreeBSD repo and you'll
 see that we're configured to automatically check it out.
 
 Joe
 
 --8NvZYKFJsRX2Djef
 Content-Type: application/pgp-signature
 Content-Disposition: inline
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.0.6 (FreeBSD)
 Comment: For info see http://www.gnupg.org
 
 iEYEARECAAYFAjxRUVAACgkQXVIcjOaxUBbT3QCgnN5Z4f4/+s4o71hAJjYjvcS2
 9YQAn1M6YYPGCp+3Xz5lEjcnIJUL3NBk
 =g7d9
 -----END PGP SIGNATURE-----
 
 --8NvZYKFJsRX2Djef--
Responsible-Changed-From-To: freebsd-bugs->joe 
Responsible-Changed-By: sheldonh 
Responsible-Changed-When: Mon Jan 28 05:31:21 PST 2002 
Responsible-Changed-Why:  
Both Joe and Peter can be seen as maintainers for this one, but 
Joe spends a lot of time in the CVSROOT area. 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=34246 
State-Changed-From-To: open->feedback 
State-Changed-By: linimon 
State-Changed-When: Mon Apr 17 19:45:02 UTC 2006 
State-Changed-Why:  
Did this ever get fixed? 


Responsible-Changed-From-To: joe->linimon 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Mon Apr 17 19:45:02 UTC 2006 
Responsible-Changed-Why:  
joe has returned his bit for safekeeping due to lack of time. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=34246 
State-Changed-From-To: feedback->closed 
State-Changed-By: linimon 
State-Changed-When: Mon Apr 17 22:25:50 UTC 2006 
State-Changed-Why:  
Closed at submitter's request. 

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