From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6776 invoked by alias); 14 Jun 2012 07:16:28 -0000 Received: (qmail 6741 invoked by uid 22791); 14 Jun 2012 07:16:27 -0000 X-SWARE-Spam-Status: No, hits=-6.5 required=5.0 tests=AWL,BAYES_00,FRT_OFFER2,KHOP_RCVD_UNTRUST,KHOP_THREADED,RCVD_IN_DNSWL_HI X-Spam-Check-By: sourceware.org Received: from cantor2.suse.de (HELO mx2.suse.de) (195.135.220.15) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 14 Jun 2012 07:16:05 +0000 Received: from relay2.suse.de (unknown [195.135.220.254]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx2.suse.de (Postfix) with ESMTP id 563AF919A3; Thu, 14 Jun 2012 09:16:03 +0200 (CEST) From: Andreas Jaeger To: libc-ports@sourceware.org Cc: Mike Frysinger , libc-alpha@sourceware.org, Carlos O'Donell Subject: Re: Request for help: Fix building tarballs for ports add-on. Date: Thu, 14 Jun 2012 07:16:00 -0000 Message-ID: <1889834.8sqT8COGaf@byrd> User-Agent: KMail/4.8.4 (Linux/3.4.2-1-desktop; KDE/4.8.4; x86_64; ; ) In-Reply-To: <201206132115.15642.vapier@gentoo.org> References: <4FD92B99.3050605@mentor.com> <201206132115.15642.vapier@gentoo.org> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="iso-8859-1" Mailing-List: contact libc-ports-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: libc-ports-owner@sourceware.org X-SW-Source: 2012-06/txt/msg00033.txt.bz2 On Wednesday, June 13, 2012 21:15:13 Mike Frysinger wrote: > On Wednesday 13 June 2012 20:08:57 Carlos O'Donell wrote: > > As we approach the 2.16 release I am reminded that building > > tarballs for the ports add-on is broken. > >=20 > > For the 2.15 release I had to build the tarballs manually. > >=20 > > I'd like this to be automated like it is for glibc core > > where we get a .tar.bz2, .tar.gz, and .tar.xz. > >=20 > > Any takers? >=20 > isn't it just: > git archive --prefix=3Dglibc-ports-2.16/ glibc-2.16 | xz \ >=20 > > glibc-ports-2.16.tar.xz Yeah - there's a Makefile rule in libc: %.tar: FORCE git archive --prefix=3D$*/ $* > $@.new mv -f $@.new $@ I guess, this just needs to be done for ports as well in the proper way=20 - unless Carlos wants to call the above manually... Andreas --=20 Andreas Jaeger aj@{suse.com,opensuse.org} Twitter/Identica: jaegerandi SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 N=FCrnberg, Germany GF: Jeff Hawn,Jennifer Guild,Felix Imend=F6rffer,HRB16746 (AG N=FCrnberg) GPG fingerprint =3D 93A3 365E CE47 B889 DF7F FED1 389A 563C C272 A126