bug-tar
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-tar] Message error: Skipping to next header


From: Luca Fibbi
Subject: [Bug-tar] Message error: Skipping to next header
Date: Mon, 09 Aug 2004 11:37:27 +0200

I have obtained the following messages of error:

tar: Skipping to next header
tar: Error exit delayed form previous errors

when I extract or list an tar archive using the version 1.14 with the
format posix and the option -T. For example the following command line:

tar -x --format=posix -f ./prova.tar -T list.txt

The error messages disappear if, in the function void skip_member (void)
(file list.c), I add the following line:

 set_next_block_after (current_header);
 decode_header (current_header, &current_stat_info, &current_format, 1);
<---- NEW LINE

 assign_string (&save_name, current_stat_info.file_name);

Thanks,
Luca Fibbi

 
****************************************************************
Luca Fibbi

CNR-IBIMET
Consiglio Nazionale delle Ricerche - Istituto di BioMeteorologia
National Research Council - Institute of BioMeteorology

La.M.M.A. - Regione Toscana
Laboratorio per la Meteorologia e la Modellistica Ambientale
Laboratory for Meteorology and Environmental Modelling 

Via Madonna del Piano
Area di Ricerca CNR presso Polo Scientifico di Sesto
Edificio D, I° Piano
50019 Sesto Fiorentino (FI)

tel(centralino)  +39 055 448301
tel(interno)     +39 055 4483030
fax              +39 055 444083
e-mail:  address@hidden
http://www.lamma.rete.toscana.it
****************************************************************




reply via email to

[Prev in Thread] Current Thread [Next in Thread]