X-Recipient: archive-cygwin@delorie.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:subject:to:references:from:message-id:date
	:mime-version:in-reply-to:content-type
	:content-transfer-encoding; q=dns; s=default; b=Pdy6p51s3GLkpK3C
	EN4W+YdZ+fsTetdcs23p5eWsJ27a919haR0qNxjQI5rXU/Pjrbex9sgKd7kEVakG
	wswpsPghQq7fKQ512t7P8k/kJTTc4+0Fjq3ATrZ5NjiAtrj+DO9O4vGuY6Efzcph
	BTDZPX9qdp/lt5zRlk1AWE3YIeE=
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:subject:to:references:from:message-id:date
	:mime-version:in-reply-to:content-type
	:content-transfer-encoding; s=default; bh=5X8DMeuCQx5q/EEPLNiuB5
	U6a58=; b=Yk8tH7p9q3UuORYykmu+U6NfYLMFcK2sxfM05D8n0xKcZWbm/4X5mu
	1TDx9Uz6Jui/SsiaToKhNOTPPXj4kqOJmWe5v4wWlpFTsOaLrFF4ivLp5IGAUoTh
	Q37FXg5w4vcxK7TSAACL3elhAReMkKLn4WSkMfHHkcedF6UusZNDk=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2
X-HELO: mail-wm0-f46.google.com
X-Received: by 10.28.6.70 with SMTP id 67mr10531875wmg.54.1447233186368;        Wed, 11 Nov 2015 01:13:06 -0800 (PST)
Subject: Re: Octave audio issues reading wav files
To: cygwin@cygwin.com
References: <002501d11c53$c2561620$47024260$@comcast.net>
From: Marco Atzeri <marco.atzeri@gmail.com>
Message-ID: <564306A0.9030502@gmail.com>
Date: Wed, 11 Nov 2015 10:13:04 +0100
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0
MIME-Version: 1.0
In-Reply-To: <002501d11c53$c2561620$47024260$@comcast.net>
Content-Type: text/plain; charset=windows-1252; format=flowed
Content-Transfer-Encoding: 7bit
X-IsSubscribed: yes

On 11/11/2015 08:37, Stan Moore wrote:
> I have a 32 bit install with a possible audio issue in Octave 4.0.0-2.
>
> My primary machine is unavailable right now but I think I can come up with a
> STC from memory.
>
> wavread("somefile.wav")
>
> leads to a message about missing sndfile and that audioinfo can't work.
>
> The issue seems to be octave was built on a machine without libsndfile so
> config.h
> sets HAS_SNDFILE to 0 which causes audioinfo to fail. A quick look at
> audioinfo source
> shows that most of the function is skipped unless HAS_SNDFILE is true.

Noted. I will look for next release.

> I tried building local to check my theory out but ran into another possible
> issue.
> It seems libqrupdate 1.1.2-1 may have a problem.
>
> /usr/lib/libqrupdate.la seems to (internally) include dependencies on files:
> /usr/lib/liblapack.la and /usr/lib/libblas.la
> which don't exist so local builds fail with something like:
> /usr/bin/grep: /usr/lib/liblapack.la file does not exist


as workaround remove
/usr/lib/libqrupdate.la


> If any of the above is wrong or confused I will be happy to back up and
> provide cygcheck and generally better
> information.
>
> Stan
>
>
> --
> 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
>

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

