public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Corrupted tar-ball in Cygwin-x86_64
@ 2014-01-18 12:01 Angelo Graziosi
  2014-01-18 12:44 ` Marco Atzeri
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Angelo Graziosi @ 2014-01-18 12:01 UTC (permalink / raw)
  To: Cygwin

When I try to update my Cygwin64 installation (on a virtualBox Win7-64 
installation) I get an error about the cygwin32-1.7.27-1.tar.xz package 
which seems corrupted.

This is confirmed from command line on which i get:

$ tar -rf cygwin32-1.7.27-1.tar.xz
tar: Impossibile aggiornare archivi compressi
tar: Error is not recoverable: exiting now


Ciao,
  Angelo.

--
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

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Corrupted tar-ball in Cygwin-x86_64
  2014-01-18 12:01 Corrupted tar-ball in Cygwin-x86_64 Angelo Graziosi
@ 2014-01-18 12:44 ` Marco Atzeri
  2014-01-18 12:51   ` Marco Atzeri
  2014-01-19  4:53 ` Yaakov (Cygwin/X)
  2014-01-19 17:53 ` Angelo Graziosi
  2 siblings, 1 reply; 7+ messages in thread
From: Marco Atzeri @ 2014-01-18 12:44 UTC (permalink / raw)
  To: cygwin



On 18/01/2014 13:01, Angelo Graziosi wrote:
> When I try to update my Cygwin64 installation (on a virtualBox Win7-64
> installation) I get an error about the cygwin32-1.7.27-1.tar.xz package
> which seems corrupted.
>
> This is confirmed from command line on which i get:
>
> $ tar -rf cygwin32-1.7.27-1.tar.xz
> tar: Impossibile aggiornare archivi compressi
> tar: Error is not recoverable: exiting now
>
>
> Ciao,
>   Angelo.
>

last is is cygwin-1.7.27-2.tar.xz

$ md5sum cygwin-1.7.27-2.tar.xz
7dc5f90c8500701849b16648e3980320 *cygwin-1.7.27-2.tar.xz

why cygwin32 ?

Moreover:
-r, --append               append files to the end of an archive

 > tar: Impossibile aggiornare archivi compressi

as the message says (in italian) you can not append files
to compressed archive

Regards
Marco




--
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

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Corrupted tar-ball in Cygwin-x86_64
  2014-01-18 12:44 ` Marco Atzeri
@ 2014-01-18 12:51   ` Marco Atzeri
  2014-01-19 13:05     ` Linda Walsh
  0 siblings, 1 reply; 7+ messages in thread
From: Marco Atzeri @ 2014-01-18 12:51 UTC (permalink / raw)
  To: cygwin



On 18/01/2014 13:43, Marco Atzeri wrote:
>
>
> On 18/01/2014 13:01, Angelo Graziosi wrote:
>> When I try to update my Cygwin64 installation (on a virtualBox Win7-64
>> installation) I get an error about the cygwin32-1.7.27-1.tar.xz package
>> which seems corrupted.
>>
>> This is confirmed from command line on which i get:
>>
>> $ tar -rf cygwin32-1.7.27-1.tar.xz
>> tar: Impossibile aggiornare archivi compressi
>> tar: Error is not recoverable: exiting now
>>
>>
>> Ciao,
>>   Angelo.
>>
>
> last is is cygwin-1.7.27-2.tar.xz
>
> $ md5sum cygwin-1.7.27-2.tar.xz
> 7dc5f90c8500701849b16648e3980320 *cygwin-1.7.27-2.tar.xz
>
> why cygwin32 ?
>
> Moreover:
> -r, --append               append files to the end of an archive
>
>  > tar: Impossibile aggiornare archivi compressi
>
> as the message says (in italian) you can not append files
> to compressed archive
>
> Regards
> Marco
>

understood, cross compiler files are incomplete :

$ tar -tf cygwin32-1.7.27-1.tar.xz
usr/
usr/i686-pc-cygwin/
usr/i686-pc-cygwin/sys-root/
usr/i686-pc-cygwin/sys-root/usr/
usr/i686-pc-cygwin/sys-root/usr/bin/
usr/i686-pc-cygwin/sys-root/usr/bin/cygwin1.dll
xz: (stdin): Unexpected end of input
tar: Unexpected EOF in archive
tar: Error is not recoverable: exiting now

$ tar -tf cygwin32-1.7.27-1-src.tar.xz
01-program-prefix.patch
cygwin-1.7.27.tar.bz2
xz: (stdin): Unexpected end of input
tar: Unexpected EOF in archive
tar: Error is not recoverable: exiting now



--
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

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Corrupted tar-ball in Cygwin-x86_64
  2014-01-18 12:01 Corrupted tar-ball in Cygwin-x86_64 Angelo Graziosi
  2014-01-18 12:44 ` Marco Atzeri
@ 2014-01-19  4:53 ` Yaakov (Cygwin/X)
  2014-01-19 17:53 ` Angelo Graziosi
  2 siblings, 0 replies; 7+ messages in thread
From: Yaakov (Cygwin/X) @ 2014-01-19  4:53 UTC (permalink / raw)
  To: cygwin

On 2014-01-18 06:01, Angelo Graziosi wrote:
> When I try to update my Cygwin64 installation (on a virtualBox Win7-64
> installation) I get an error about the cygwin32-1.7.27-1.tar.xz package
> which seems corrupted.

Fixed in cygwin32-1.7.27-2.


Yaakov


--
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

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Corrupted tar-ball in Cygwin-x86_64
  2014-01-18 12:51   ` Marco Atzeri
@ 2014-01-19 13:05     ` Linda Walsh
  0 siblings, 0 replies; 7+ messages in thread
From: Linda Walsh @ 2014-01-19 13:05 UTC (permalink / raw)
  To: cygwin

Marco Atzeri wrote:
> 
> 
> On 18/01/2014 13:43, Marco Atzeri wrote:
>>
>>
>> On 18/01/2014 13:01, Angelo Graziosi wrote:
>>> When I try to update my Cygwin64 installation (on a virtualBox Win7-64
>>> installation) I get an error about the cygwin32-1.7.27-1.tar.xz package
>>> which seems corrupted.
>>>
>>> This is confirmed from command line on which i get:
>>>
>>> $ tar -rf cygwin32-1.7.27-1.tar.xz
>>> tar: Impossibile aggiornare archivi compressi
>>> tar: Error is not recoverable: exiting now
----
	You need to tell tar to uncompress it for you -- or uncompress
it yourself.

For 't' try using
tar -taf fff.tar.xz

You've never been able to append a file directly to a compressed
archive.  You need to uncompress it first, append then recompress.


--
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

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Corrupted tar-ball in Cygwin-x86_64
  2014-01-18 12:01 Corrupted tar-ball in Cygwin-x86_64 Angelo Graziosi
  2014-01-18 12:44 ` Marco Atzeri
  2014-01-19  4:53 ` Yaakov (Cygwin/X)
@ 2014-01-19 17:53 ` Angelo Graziosi
  2014-01-19 21:23   ` tar enhancements in 't' & 'x' (was Corrupted tar-ball in Cygwin-x86_64) Linda Walsh
  2 siblings, 1 reply; 7+ messages in thread
From: Angelo Graziosi @ 2014-01-19 17:53 UTC (permalink / raw)
  To: Cygwin

Il 18/01/2014 13.01, Angelo Graziosi ha scritto:
> When I try to update my Cygwin64 installation (on a virtualBox Win7-64
> installation) I get an error about the cygwin32-1.7.27-1.tar.xz package
> which seems corrupted.
>
> This is confirmed from command line on which i get:
>
> $ tar -rf cygwin32-1.7.27-1.tar.xz

There is a typo here (on my part) which seems to have generated some 
confusion... :(

The command I have run to confirm the corrupted tar file was

$ tar -tf cygwin32-1.7.27-1.tar.xz

(the same reported by Marco here: 
http://cygwin.com/ml/cygwin/2014-01/msg00244.html), but when I wrote the 
email and then repeated it for the copy/paste, I typed the "r" instead 
of "t" and this caused the confusion..

I did not want to append any file...

Anyway, the most important thing is that now Yaakov has fixed the 
corrupted tar-ball (http://cygwin.com/ml/cygwin/2014-01/msg00249.html)


Ciao,
   Angelo.

--
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

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: tar enhancements in 't' & 'x' (was Corrupted tar-ball in Cygwin-x86_64)
  2014-01-19 17:53 ` Angelo Graziosi
@ 2014-01-19 21:23   ` Linda Walsh
  0 siblings, 0 replies; 7+ messages in thread
From: Linda Walsh @ 2014-01-19 21:23 UTC (permalink / raw)
  To: cygwin

Angelo Graziosi wrote:
> Il 18/01/2014 13.01, Angelo Graziosi ha scritto:
>> When I try to update my Cygwin64 installation (on a virtualBox Win7-64
>> installation) I get an error about the cygwin32-1.7.27-1.tar.xz package
>> which seems corrupted.
>>
>> This is confirmed from command line on which i get:
>>
>> $ tar -rf cygwin32-1.7.27-1.tar.xz
> 
> There is a typo here (on my part) which seems to have generated some 
> confusion... :(
> 
> The command I have run to confirm the corrupted tar file was
> 
> $ tar -tf cygwin32-1.7.27-1.tar.xz
----
I thought it was the case that 'a' was required on t/x as well as
'c', but can only verify that it used to need some extension it
could recognize, but now it figures it out w/no extension.

I.e.:
(old):
Astarte:/tmp> tar caf xxx.tar.xz 
server-0815527C63B5A57106C26703B2473B023EC30A19.xkm
Astarte:/tmp> mv xxx.tar.xz xxx
Astarte:/tmp> tar tf xxx
tar: This does not look like a tar archive
tar: Skipping to next header
tar: Exiting with failure status due to previous errors
(new)
/tmp> tar caf xx.tar.xz xx.sh
/tmp> mv xx.tar.xz xx
/tmp> tar tf xx
xx.sh
----

Guess somewhere I assumed 'a' was required for automatic compression
recognition... but only on 'c' it seems...

It is the case tar will decode even files w/o extensions...neat!.



> Anyway, the most important thing is that now Yaakov has fixed the 
> corrupted tar-ball (http://cygwin.com/ml/cygwin/2014-01/msg00249.html)
---
Well that's the important part!



--
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

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2014-01-19 21:23 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-01-18 12:01 Corrupted tar-ball in Cygwin-x86_64 Angelo Graziosi
2014-01-18 12:44 ` Marco Atzeri
2014-01-18 12:51   ` Marco Atzeri
2014-01-19 13:05     ` Linda Walsh
2014-01-19  4:53 ` Yaakov (Cygwin/X)
2014-01-19 17:53 ` Angelo Graziosi
2014-01-19 21:23   ` tar enhancements in 't' & 'x' (was Corrupted tar-ball in Cygwin-x86_64) Linda Walsh

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).