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:from:to:subject:date:message-id:references :in-reply-to:content-type:content-transfer-encoding :mime-version; q=dns; s=default; b=YCfCTEJYU+/q2VqxISXpitN2FxyDV IxOnQOPH1hextdnvkTMCVL5HI580IGqwx5F2VcN86keJGkI38PqX7fJ1XJJliLWT IUYEGzNeWwN1htIMEUaUla8nHawI3l/1nOkgUfD95bnFi53atJssE9OSuoyu7qFp BGOPJtkOJfPJq0= 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:from:to:subject:date:message-id:references :in-reply-to:content-type:content-transfer-encoding :mime-version; s=default; bh=dm77lPc2YLucubbVLPNgDRIM95Q=; b=oa2 6kY/ANCwpV1eTJWo+HA7INIJ2VPxvejlPf1y/ErLhVfXk/7TJI+r3/OagZ+yGMuW d56mLqPVxd3cTyTULAGZGaZOzzDM/mkLisJUus/8WEmblWkeIpIM3oycZz5ATKRD O1oHhzaRH8nlnLssWrLy6HenvqLF7oF6xRDVN80Q= 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,MIME_BASE64_BLANKS,SPF_PASS autolearn=ham version=3.3.2 spammy=56, Hx-languages-length:808 X-HELO: USA7109MR004.ACS-INC.COM From: "Nellis, Kenneth (Conduent)" To: "cygwin AT cygwin DOT com" Subject: RE: inetutils-server, OpenSP and units install glitches and fixes Date: Mon, 27 Mar 2017 12:48:07 +0000 Message-ID: <0D835E9B9CD07F40A48423F80D3B5A704BBF681A@USA7109MB022.na.xerox.net> References: <1925262808 DOT 2517393 DOT 1490389786483 AT mail DOT yahoo DOT com> In-Reply-To: <1925262808.2517393.1490389786483@mail.yahoo.com> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from base64 to 8bit by delorie.com id v2RCmivT027006 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 -- 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