From mboxrd@z Thu Jan 1 00:00:00 1970 From: A Large Angry SCM Subject: Re: make test failure with latest master Date: Sun, 02 Dec 2007 18:19:17 -0500 Message-ID: <47533D75.1090002@gmail.com> References: <4752A53E.4030000@gmail.com> <20071202163426.GA29781@coredump.intra.peff.net> Reply-To: gitzilla@gmail.com Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="------------020701000503000707070300" Cc: git@vger.kernel.org, gitster@pobox.com To: Jeff King X-From: git-owner@vger.kernel.org Mon Dec 03 00:19:45 2007 Return-path: Envelope-to: gcvg-git-2@gmane.org Received: from vger.kernel.org ([209.132.176.167]) by lo.gmane.org with esmtp (Exim 4.50) id 1Iyy6C-0000kZ-MJ for gcvg-git-2@gmane.org; Mon, 03 Dec 2007 00:19:45 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750939AbXLBXTY (ORCPT ); Sun, 2 Dec 2007 18:19:24 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751174AbXLBXTY (ORCPT ); Sun, 2 Dec 2007 18:19:24 -0500 Received: from wr-out-0506.google.com ([64.233.184.233]:3920 "EHLO wr-out-0506.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750933AbXLBXTW (ORCPT ); Sun, 2 Dec 2007 18:19:22 -0500 Received: by wr-out-0506.google.com with SMTP id c49so2551897wra for ; Sun, 02 Dec 2007 15:19:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:disposition-notification-to:date:from:reply-to:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type; bh=JFFI6NKk0iItf40D/JANaFAn1KalL5BXfh6J1vmGNeA=; b=ErsTBZyEQrd6nGjcIm2F7ctKdgA2ZRvS39qg78pUS7J3cJT+TKd+BOsRD1KUdzOZyRpGOwZyisrzD/0m8Amho3GtGX4h0okw6GA00EFiVcly9uNxMfNmO7V20H3i0jzXYz50qF8IJ5iXt5dH3esSHEqKyL278zEFLoKJvHQ0Afc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=received:message-id:disposition-notification-to:date:from:reply-to:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type; b=DZFhYqHA345yw72Y7s4PkX37s2MTu9SGBjmP57HujfbKcnf85eGhlznWEY1tdT6pnKkt4n65zrzQLtKBosiouq5maOzhOkEW2YJ9HL8EY9Mh3cjjxif3RUKh7T/vPsyFl7TRnmaJwXBNR0Pg4VCCfB1NI9e45WDeTA+nKl29Z1E= Received: by 10.70.75.12 with SMTP id x12mr3857848wxa.1196637561665; Sun, 02 Dec 2007 15:19:21 -0800 (PST) Received: from ?10.0.0.6? ( [66.177.19.100]) by mx.google.com with ESMTPS id i14sm11366392wxd.2007.12.02.15.19.20 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 02 Dec 2007 15:19:20 -0800 (PST) User-Agent: Thunderbird 1.5.0.10 (X11/20060911) In-Reply-To: <20071202163426.GA29781@coredump.intra.peff.net> Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: This is a multi-part message in MIME format. --------------020701000503000707070300 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Jeff King wrote: > On Sun, Dec 02, 2007 at 07:29:50AM -0500, A Large Angry SCM wrote: > >> With the latest master, 2221a6757161af1905925c405aded9ff470f70d5, "make >> test" now fails; last successful "make test" was mid-week sometime with >> master d25430. This is on a laptop running Suse 9.3. >> >> *** t9600-cvsimport.sh *** >> * ok 1: setup cvsroot >> * ok 2: setup a cvs module >> * FAIL 3: import a trivial module >> >> >> git cvsimport -a -z 0 -C module-git module && >> git diff module-cvs/o_fortuna module-git/o_fortuna > > Can you please try ./t9600 --verbose? Presumably cvsimport is generating > some kind of error message to tell us what's going on. Attached is the output of ./t9600-cvsimport.sh --verbose >/tmp/9600_out.txt 2>&1 --------------020701000503000707070300 Content-Type: text/plain; name="9600_out.txt" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="9600_out.txt" * expecting success: cvs init * ok 1: setup cvsroot * expecting success: mkdir $CVSROOT/module && cvs co -d module-cvs module && cd module-cvs && cat <o_fortuna && O Fortuna velut luna statu variabilis, semper crescis aut decrescis; vita detestabilis nunc obdurat et tunc curat ludo mentis aciem, egestatem, potestatem dissolvit ut glaciem. EOF cvs add o_fortuna && cat <message && add "O Fortuna" lyrics These public domain lyrics make an excellent sample text. EOF cvs commit -F message && cd .. cvs checkout: Updating module-cvs cvs add: scheduling file `o_fortuna' for addition cvs add: use `cvs commit' to add this file permanently cvs commit: Examining . /home/internet/GIT/git/t/trash/cvsroot/module/o_fortuna,v <-- o_fortuna initial revision: 1.1 * ok 2: setup a cvs module * expecting success: git cvsimport -a -z 0 -C module-git module && git diff module-cvs/o_fortuna module-git/o_fortuna Initialized empty Git repository in /home/internet/GIT/git/t/trash/module-git/.git/ bad usage: invalid argument -A Usage: cvsps [-h] [-x] [-u] [-z ] [-g] [-s [,]] [-a ] [-f ] [-d [-d ]] [-b ] [-l ] [-r [-r ]] [-p ] [-v] [-t] [--norc] [--summary-first] [--test-log ] [--bkcvs] [--no-rlog] [--diff-opts