From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/2482 Path: news.gmane.org!not-for-mail From: ojab Newsgroups: gmane.linux.lib.musl.general Subject: Re: spandsp testsuite, feenableexcept() is missing Date: Fri, 14 Dec 2012 23:49:26 +0400 Message-ID: <50CB82C6.4010209@ojab.ru> References: <50CB3804.1020209@ojab.ru> <20121214185810.GL20323@brightrain.aerifal.cx> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1355514584 2575 80.91.229.3 (14 Dec 2012 19:49:44 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 14 Dec 2012 19:49:44 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-2483-gllmg-musl=m.gmane.org@lists.openwall.com Fri Dec 14 20:49:59 2012 Return-path: Envelope-to: gllmg-musl@plane.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1TjbGc-0008Ki-59 for gllmg-musl@plane.gmane.org; Fri, 14 Dec 2012 20:49:54 +0100 Original-Received: (qmail 13760 invoked by uid 550); 14 Dec 2012 19:49:41 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Original-Received: (qmail 13752 invoked from network); 14 Dec 2012 19:49:40 -0000 X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding :x-gm-message-state; bh=U4FsvG7S1ZN9Ec/mBLAejo8R2ngfF/MmT6VljIXwutM=; b=BYkWi/UJMepO1Im7B6Ju7hcNtsPSExx0pg+a2viaOxbKNZ0RPtgsumINL/aja+1E44 2OJ0utMYFMXcnU6sP2DNpnUInTDjTfxbjbVtbSBlpfhiIgvw00jXfg7uLK7nKgt+6cKN uIzKHPvv09ga+v7nWnpjHECrIZLuS8nVNRn+hzbfPYVIF76WWO3WIGf91iMXw+rx5TG2 F7cTEyMq/jhehbIa7GpPfkZeC2zJO4F77lykxQi8Yl4D2K8ykFzU+POpSgLFn87j+48v 7xbX2lrmcJTKZbin8nrB+65GzkcMV7ukn+5uLKSxb8nMEBqtFCa+jKIU4V05gpL4QJr8 JOXQ== User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:20.0) Gecko/20100101 Thunderbird/20.0a1 In-Reply-To: <20121214185810.GL20323@brightrain.aerifal.cx> X-Gm-Message-State: ALoCoQlyfmO44Cu/Zd0OuRYrHPOWZEiMXzJAZWKkHPBd217nTEZyDhV34f48a3VBnyo+Nzsnhh3X Xref: news.gmane.org gmane.linux.lib.musl.general:2482 Archived-At: On 14.12.2012 22:58, Rich Felker wrote: > On Fri, Dec 14, 2012 at 06:30:28PM +0400, ojab wrote: >> >Hi list, >> > >> >spandsp testsuite build fails with >>> > >/root/spandsp/tests/v17_tests.c:311: undefined reference to `feenableexcept' >> > >> >AFAIU all functions from fenv.h are not implemented. Is there plans >> >to implement them before 1.0/at all? > fenv.h is implemented. The issue is that feenableexcept is not part of > the standard for fenv.h; it's an extension added by glibc for turning > on trapping exceptions. This usage is non-portable (as far as I know, > many machines don't support trapping exceptions) and I've never seen a > program actually making use of them. It looks like spandsp is just > using this function in its test suite, probably to test some > exception-relted behavior. I think this should be fixed upstream, > since it won't work on other non-GNU systems either. > > Rich > Ouch, stupid me, I thought that I've checked posix about it. Sorry for the noise. //wbr ojab