From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2447 invoked by alias); 3 Dec 2012 01:15:53 -0000 Received: (qmail 2435 invoked by uid 22791); 3 Dec 2012 01:15:52 -0000 X-SWARE-Spam-Status: No, hits=-2.9 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,TW_GC X-Spam-Check-By: sourceware.org Received: from youngberry.canonical.com (HELO youngberry.canonical.com) (91.189.89.112) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 03 Dec 2012 01:15:46 +0000 Received: from dslb-088-073-127-088.pools.arcor-ip.net ([88.73.127.88] helo=[192.168.42.216]) by youngberry.canonical.com with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1TfKdK-0003oq-Op; Mon, 03 Dec 2012 01:15:42 +0000 Message-ID: <50BBFD36.50906@ubuntu.com> Date: Mon, 03 Dec 2012 01:15:00 -0000 From: Matthias Klose User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: Mark Wielaard CC: classpath-patches@gnu.org, GCC Java Subject: Re: tagging classpath for GCC import References: <50BA49AE.3070403@ubuntu.com> <20121202212044.GA22310@toonder.wildebeest.org> In-Reply-To: <20121202212044.GA22310@toonder.wildebeest.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact java-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-owner@gcc.gnu.org X-SW-Source: 2012-12/txt/msg00002.txt.bz2 Am 02.12.2012 22:20, schrieb Mark Wielaard: > Hi, > > Matthias wanted to import the latest classpath from git into libgcj > so I have pushed a tag (libgcj-import-20121202) for current HEAD. > (Note for future reference, to push a tag one uses git push --tags, > with just git push the tag stays local.) > > It seems the git import from CVS lost the old tags. Does anybody > know of a way to get them from the original CVS history into the > git repository? I had a hard time getting any clue that the CVS repo was abandoned. Now finally found http://savannah.gnu.org/git/?group=classpath which is not that obvious when you start at classpath.org. Further, it looks like classpath did bump the requirement on autoconf to 2.69, and didn't even bother to document that (m4/iconv.m4 requires macros only found in 2.69). classpath itself pretends to require 2.63. GCC has 2.64, and won't change for the next release. Any hint how to handle this properly? Matthias