From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3490 invoked by alias); 3 Dec 2011 09:44:53 -0000 Received: (qmail 3480 invoked by uid 22791); 3 Dec 2011 09:44:51 -0000 X-SWARE-Spam-Status: No, hits=-2.6 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,TW_YG X-Spam-Check-By: sourceware.org Received: from mail-ee0-f43.google.com (HELO mail-ee0-f43.google.com) (74.125.83.43) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 03 Dec 2011 09:44:38 +0000 Received: by eeaq46 with SMTP id q46so2480339eea.2 for ; Sat, 03 Dec 2011 01:44:37 -0800 (PST) Received: by 10.14.4.214 with SMTP id 62mr122407eej.216.1322905476335; Sat, 03 Dec 2011 01:44:36 -0800 (PST) Received: from [192.168.2.195] (93-33-107-26.ip44.fastwebnet.it. [93.33.107.26]) by mx.google.com with ESMTPS id v3sm35840004eej.7.2011.12.03.01.44.34 (version=SSLv3 cipher=OTHER); Sat, 03 Dec 2011 01:44:35 -0800 (PST) Message-ID: <4ED9EF82.3030606@gmail.com> Date: Sat, 03 Dec 2011 09:44:00 -0000 From: marco atzeri User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:8.0) Gecko/20111105 Thunderbird/8.0 MIME-Version: 1.0 To: cygwin@cygwin.com Subject: Re: Understanding versions of apps in cygwin suite References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com X-SW-Source: 2011-12/txt/msg00039.txt.bz2 On 12/3/2011 5:26 AM, Andrew Hancock wrote: > According to http://savannah.gnu.org/bugs/?func=detailitem&item_id=30309 , a bug > with octave's wavread function was fixed in octave 3.2.3. My "cygcheck -cvs" > shows an octave of 3.4.2, but I still get the bug. I was wondering if it is > wise to assume that the app version number from cygcheck is the same as the > version number from the gnu site? Hi Andrew in general the cygwin packages are aligned with upstream versions, eventually with additional patches. Octave package 3.4.2-3 is aligned with upstream 3.4.2. http://cygwin.com/ml/cygwin-announce/2011-10/msg00001.html I guess you have some problem on your octave package, and you can also check the version with: $ /usr/bin/octave --version GNU Octave, version 3.4.2 and on my system: octave:2> Y = wavread("oddchunk.wav") is working fine as expected. If you have problem with a different example file, than please rise the problem on octave bug system or send me by private mail your file, and I will check against the development build. If your version is not 3.4.2-3, close all cygwin programs and re-install octave. 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