Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com> List-Archive: <http://sourceware.org/ml/cygwin/> List-Post: <mailto:cygwin AT cygwin DOT com> List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <418794A1.7020701@seanet.com> Date: Tue, 02 Nov 2004 06:07:29 -0800 From: Brad Bell <bradbell AT seanet DOT com> User-Agent: Mozilla Thunderbird 0.8 (Windows/20040913) MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Cygwin not honoring setmode Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit This problem has been discussed before under the subject heading "Problem with gzip". In particular, the message http://sources.redhat.com/ml/cygwin/2004-04/msg00494.html appears to state that a problem with "cygwin not honoring setmode" was fixed. On Saturday, October 30, 2004, I downloaded and installed the current version of the Cygwin. It appears to me that this problem is back It is hard to work around this problem when using automake and autoconf, which assume piping into gzip works properly. The following shell script demonstrates the problem in my copy of the October 30, 2004 version of Cygwin: ========================= # Running the following program # echo "test" > Test.dat tar -cf Test.tar Test.dat cat Test.tar | gzip - -c > Test.tar.gz rm Test.tar gunzip Test.tar.gz # # produces the following output # # gunzip: Test.tar.gz: invalid compressed data--format violated ========================= -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/