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:from:to:references:in-reply-to:subject:date
	:message-id:mime-version:content-type:content-transfer-encoding;
	 q=dns; s=default; b=LNDIx+reg6LNbe9I09n6Qjy8cjGtdGrWPGpDwXdKC12
	3JbHEu2mzUi+AW+Cqnn9861INEX0e5NkvRmJEVZhD8KQleFu91aUWeImF22+5Pmb
	8wxmrNuBmXH64YYYjmLYZupwjKXOzNNKdINAMGy9r88XhrVI+hT81W3uh2K+PX0g
	=
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:from:to:references:in-reply-to:subject:date
	:message-id:mime-version:content-type:content-transfer-encoding;
	 s=default; bh=kW+MtsvObjaZdED0pYY1zIeSRQE=; b=VZhiRVPxhHQZl9kPw
	yOjyhaIRTfPylJyEOdraowDZRZasT2mJVZVXaz5Zo6p0SMutguEXOIKbhNTBJW0z
	qFf0bi0UxuKa+1LFZXGANgbwV1orVezJ+SQYOwUFZwCI8rpkPBiahAj+xxNMyki5
	ueSrzojn/qZ7FcOPjgmRXSSa5M=
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.0 required=5.0 tests=BAYES_00,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2
X-HELO: resqmta-ch2-02v.sys.comcast.net
From: "Stan Moore" <smoore1956@comcast.net>
To: <cygwin@cygwin.com>
References: <564306A0.9030502@gmail.com>
In-Reply-To: <564306A0.9030502@gmail.com>
Subject: RE: Octave audio issues reading wav files
Date: Wed, 11 Nov 2015 07:38:10 -0500
Message-ID: <002a01d11c7d$d331a1b0$7994e510$@comcast.net>
MIME-Version: 1.0
Content-Type: text/plain;	charset="Windows-1252"
Content-Transfer-Encoding: 7bit

On 11/11/2015 Marco Atzeri wrote:
> 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.

Thanks, glad you could follow my "not very precise" ramblings.

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

I already did that and for the record the build completed.

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

