From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/2476 Path: news.gmane.org!not-for-mail From: ojab Newsgroups: gmane.linux.lib.musl.general Subject: spandsp testsuite, feenableexcept() is missing Date: Fri, 14 Dec 2012 18:30:28 +0400 Message-ID: <50CB3804.1020209@ojab.ru> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1355495446 19127 80.91.229.3 (14 Dec 2012 14:30:46 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 14 Dec 2012 14:30:46 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-2477-gllmg-musl=m.gmane.org@lists.openwall.com Fri Dec 14 15:31:01 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 1TjWHw-0005TJ-8J for gllmg-musl@plane.gmane.org; Fri, 14 Dec 2012 15:30:56 +0100 Original-Received: (qmail 20371 invoked by uid 550); 14 Dec 2012 14:30:43 -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 20363 invoked from network); 14 Dec 2012 14:30:43 -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 :content-type:content-transfer-encoding:x-gm-message-state; bh=gQP+Nwk1Ab6rkyOD7/lbtGbYC3XTPrQHzVxV96c1CiI=; b=aHRoIfIABwk1ax1Ym7h9uOmD8iO8BVnFnsyXKgk784ddPgxedXIeFtv9tvBUWmGEHK 4BUp9r525huUb3jnOkW8XuZGoHFUWXpiIaabEO7N2cXWWwXNqCNF5mAkQshWfPC5rxhE VUoLJOa44NYpV9q7EulXek33LDvhkulBbhERGpZRp8ceNI3uxKymwC2UuLj6+TSu1pFM yDcuV2ixJqaa8Hftct13B0mek90cApjp9kL+fbf9BGF4s8Vd0dNkIOT9e6GecnGlVBPS 63+uqkefWis79VqzPyFy8vDTFDiDKTBvMKin+YpzQbn11Ol05Hb/O8hpoN/YzT1vQijM YzjA== User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:20.0) Gecko/20100101 Thunderbird/20.0a1 X-Gm-Message-State: ALoCoQm3JAYTWtwBvxM6ICoUhUQnN8vCdo1K07fgucZczcGXFwyyaw9z6HYQMuGUdIp/v5V8fBxn Xref: news.gmane.org gmane.linux.lib.musl.general:2476 Archived-At: 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? //wbr ojab