X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:date:from:to:subject:message-id:references :mime-version:content-type:in-reply-to; q=dns; s=default; b=aG1V BncgsFy8s21/Ya1lQBPOCNwTHoQNt3ftkXDNO+ompPCJkDaK89M/DQS6uV6x8/qs Y62IAjdH7wvFBjt0xQJx3tFZvoUudsYa3/uVoO12ZhE+/x1ZoU7XO9NZFp8EA6/h +XCCCzFdLNycmhpRRV7QBnbRuijJHQY/utlGnwQ= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:date:from:to:subject:message-id:references :mime-version:content-type:in-reply-to; s=default; bh=+C+/JjP6NK mB8VTQ2+ANAwoCRfE=; b=HDe8fThBbIl+gqqnXMsjn4MXsY//y60zUMaEO6hNH9 +w55BuaT6W0zwtcSR1jADFMYW94+lW75vfY6vClp2HbvSzU14WfBkJcymxo6a8rV +7xy+18hWDZnpKF9dOKUzcvJIFq/X5L0gImCUehI+GZhL2v7Dmji800B9rEDKyx3 U= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.5 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_LOW autolearn=no version=3.3.2 spammy=H*MI:sk:0D835E9, H*M:local, H*F:D*au X-HELO: mail107.syd.optusnet.com.au Date: Tue, 28 Mar 2017 09:37:59 +1100 From: Duncan Roe To: cygwin AT cygwin DOT com Subject: Re: inetutils-server, OpenSP and units install glitches and fixes Message-ID: <20170327223759.GA4267@dimstar.local.net> Mail-Followup-To: cygwin AT cygwin DOT com References: <1925262808 DOT 2517393 DOT 1490389786483 AT mail DOT yahoo DOT com> <0D835E9B9CD07F40A48423F80D3B5A704BBF681A AT USA7109MB022 DOT na DOT xerox DOT net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <0D835E9B9CD07F40A48423F80D3B5A704BBF681A@USA7109MB022.na.xerox.net> User-Agent: Mutt/1.6.1 (2016-04-27) X-Optus-CM-Score: 0 X-Optus-CM-Analysis: v=2.2 cv=VbSHBBh9 c=1 sm=1 tr=0 a=/xIuaNGu1NPzt0yKkvdCVQ==:117 a=/xIuaNGu1NPzt0yKkvdCVQ==:17 a=kj9zAlcOel0A:10 a=6Iz7jQTuP9IA:10 a=G8BAmrsa277I-gg8D78A:9 a=CjuIK1q_8ugA:10 X-IsSubscribed: yes On Mon, Mar 27, 2017 at 12:48:07PM +0000, Nellis, Kenneth (Conduent) wrote: > From: Ian Lambert via cygwin > > ... > > On a related note, using not ancient Red Hat 5.6 where the mirror is > > stored, tar won't expand the Cygwin packages? > > > > $ tar -xvf units-2.13-1.tar.xz > > > > tar: This does not look like a tar archive > > tar: Skipping to next header > > tar: Archive contains obsolescent base-64 headers > > tar: Read 9640 bytes from units-2.13-1.tar.xz > > tar: Error exit delayed from previous errors > > > > $ tar --version > > tar (GNU tar) 1.15.1 > > > > > > but tar Packaged by Cygwin (1.29-1) will. > > > > I believe you need to tell tar if the file is in a compressed > format. Not sure if your version takes the same options as > Cygwin's tar 1.29, but there you would want to say (I suspect): > > $ tar -xvjf units-2.13-1.tar.xz > > --Ken Nellis No, -j is for bz2. -J (capital j) is for xz, but the tar being tried may be too old to have that option. Cheers ... Duncan. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple