From owner-freebsd-questions@FreeBSD.ORG Mon Mar 6 17:59:28 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 69ED916A420 for ; Mon, 6 Mar 2006 17:59:28 +0000 (GMT) (envelope-from jliang@so-net.net.tw) Received: from mail2000-1.so-net.net.tw (mail2000-1.so-net.net.tw [61.64.127.17]) by mx1.FreeBSD.org (Postfix) with SMTP id B440F43D46 for ; Mon, 6 Mar 2006 17:59:27 +0000 (GMT) (envelope-from jliang@so-net.net.tw) X-M2KID: 440C787C.0008A4FA Received: from 61.62.69.212 by mail2000-1.so-net.net.tw with Mail2000 ESMTP Server V3.20S(45629:0:AUTH_RELAY) (envelope-from ); Tue, 07 Mar 2006 01:59:25 +0800 (CST) Message-ID: <000401c64147$b521c310$2e02a8c0@josematrix> From: "Jose Liang" To: "Jose Liang" , Date: Tue, 7 Mar 2006 01:59:25 +0800 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1506 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1506 Cc: Giorgos Keramidas Subject: Re: Problem with cvs commit failed in cvs-freebsd setup [REVISED] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Mar 2006 17:59:28 -0000 > $ cvs commit -f -m 'Forced commit to test the new CVSROOT scripts' avail > Can't locate CVSROOT/cfg.pm in @INC (@INC contains: :local:/home/cvs/cvsroot > /usr/local/lib/perl5/site_perl/5.005/i386-freebsd > /usr/local/lib/perl5/site_perl/5.005 . /usr/libdata/perl/5.00503/mach > /usr/libdata/perl/5.00503) at /home/cvs/cvsroot/CVSROOT/commitcheck line 13. > BEGIN failed--compilation aborted at /home/cvs/cvsroot/CVSROOT/commitcheck > line 13. > cvs commit: Pre-commit check failed > cvs [commit aborted]: correct above errors first! It is the message for 4.11-STABLE above, perl version: 5.005 6.1-PRERELEASE with perl 5.8.8 will be: Can't locate CVSROOT/cfg.pm in @INC (@INC contains: :local:/home/cvs/cvsroot /usr/local/lib/perl5/5.8.8/BSDPAN /usr/local/lib/perl5/site_perl/5.8.8/mach /usr/local/lib/perl5/site_perl/5.8.8 /usr/local/lib/perl5/site_perl/5.8.7 /usr/local/lib/perl5/site_perl /usr/local/lib/perl5/5.8.8/mach /usr/local/lib/perl5/5.8.8 .) at /home/cvs/cvsroot/CVSROOT/commitcheck line 13. BEGIN failed--compilation aborted at /home/cvs/cvsroot/CVSROOT/commitcheck line 13. cvs commit: Pre-commit check failed cvs [commit aborted]: correct above errors first! Can anyone help me to check this problem? Thanks!