From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17333 invoked by alias); 26 Jan 2012 23:10:45 -0000 Received: (qmail 17268 invoked by uid 22791); 26 Jan 2012 23:10:44 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SARE_SUB_OBFU_Z X-Spam-Check-By: sourceware.org Received: from mail-ww0-f41.google.com (HELO mail-ww0-f41.google.com) (74.125.82.41) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 26 Jan 2012 23:10:31 +0000 Received: by wgbdt11 with SMTP id dt11so651065wgb.0 for ; Thu, 26 Jan 2012 15:10:29 -0800 (PST) MIME-Version: 1.0 Received: by 10.180.83.72 with SMTP id o8mr7656295wiy.22.1327619429757; Thu, 26 Jan 2012 15:10:29 -0800 (PST) Received: by 10.180.81.70 with HTTP; Thu, 26 Jan 2012 15:10:29 -0800 (PST) In-Reply-To: <20120126213612.GA4184@host2.jankratochvil.net> References: <87mx9a1ag4.fsf@rho.meyering.net> <20120126203148.GA30390@host2.jankratochvil.net> <83vcnyyww0.fsf@gnu.org> <20120126213612.GA4184@host2.jankratochvil.net> Date: Thu, 26 Jan 2012 23:10:00 -0000 Message-ID: Subject: Re: xz-compressed release tarballs? From: Samuel Bronson To: Jan Kratochvil Cc: Eli Zaretskii , jim@meyering.net, gdb@sourceware.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2012-01/txt/msg00082.txt.bz2 On Thu, Jan 26, 2012 at 4:36 PM, Jan Kratochvil wrote: > On Thu, 26 Jan 2012 22:30:39 +0100, Eli Zaretskii wrote: >> > That slow bzip2 decompression is a continuous pain during packaging, s= taring >> > at bzip2 -dc on each gdb.spec debugging cycle. >> >> As long as we don't drop bz2 and gz, that pain will never go away. > > gdb.src.rpm will just use gdb-7.4.tar.xz so the pain will be gone. > >> Please think a little about those who don't necessarily have a tar >> that knows about xz. =C2=A0The world doesn't end with GNU/Linux. > > Current state: Shipped .tar.gz and .tar.bz2. > Possibility (a): Ship .tar.gz, .tar.bz2 and .tar.xz. > Possibility (b) - preferred by me: Ship only .tar.gz and .tar.xz. Hear, hear! I was just wondering why GCC didn't switch to this yet the other day. > IMO there are only few systems which already handle .tar.bz2 and which st= ill > do not handle .tar.xz. =C2=A0And those few system can use .tar.gz instead= of > .tar.bz2. And often already do because of the speed problem.