From owner-freebsd-ports@FreeBSD.ORG  Fri Nov 21 16:46:49 2014
Return-Path: <owner-freebsd-ports@FreeBSD.ORG>
Delivered-To: freebsd-ports@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
 (No client certificate requested)
 by hub.freebsd.org (Postfix) with ESMTPS id 538087F1
 for <freebsd-ports@freebsd.org>; Fri, 21 Nov 2014 16:46:49 +0000 (UTC)
Received: from styx.hesiod.org (jaanton-pt.tunnel.tserv3.fmt2.ipv6.he.net
 [IPv6:2001:470:1f04:d1::2])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client CN "cust.hesiod.org", Issuer "hesiod.org" (not verified))
 by mx1.freebsd.org (Postfix) with ESMTPS id 273CDA4B
 for <freebsd-ports@freebsd.org>; Fri, 21 Nov 2014 16:46:48 +0000 (UTC)
Received: from atlas.hesiod.org (atlas.hesiod.org [192.168.1.9])
 by styx.hesiod.org (8.14.9/8.14.9) with ESMTP id sALGklBW085420
 for <freebsd-ports@freebsd.org>; Fri, 21 Nov 2014 08:46:47 -0800 (PST)
 (envelope-from antonfb@hesiod.org)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=hesiod.org; s=Nov14;
 t=1416588407; bh=5FQxoUMw4cMhsA5nanv2ISp7nQywfNGejYyXnT4kdXY=;
 h=Date:From:To:Subject;
 b=r1fXGx47wDl04/6SGPYfKif0FJJpyHt/8yvYgBVr/E1vhAlaKWrnu4uADGDFzLJqy
 PRbk/PAPZYQ+cdY0X2+oDsvgauS3VFspa7wauO3Y5rMo0BTxKwPOYBFdv5rZPO5oea
 nK3Jg3HlJLILR+lppDO/cyiQkUPMm2lsD3X7XZpceA3r5RoTbNAiqXezdNxyY231eJ
 2g0MsTjXjUN//F1x7Uw3f638xJzxALiCgamUcClCsOHgwOjXqu2D6HzW9UcCuG7cO7
 NUQxnNJKOp8rLbHnaQ8CwMLZnojPTxgId71coBTrGBz04m3/LHvO3VZ67HPUmpTlsm
 Hfz0kHaWuhK1w==
Message-ID: <546F6C77.4080305@hesiod.org>
Date: Fri, 21 Nov 2014 08:46:47 -0800
From: Jeff Anton <antonfb@hesiod.org>
User-Agent: Mozilla/5.0 (X11; FreeBSD i386;
 rv:31.0) Gecko/20100101 Thunderbird/31.2.0
MIME-Version: 1.0
To: freebsd-ports@freebsd.org
Subject: rawrec fail - 10.1 breakage?
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: 7bit
X-BeenThere: freebsd-ports@freebsd.org
X-Mailman-Version: 2.1.18-1
Precedence: list
List-Id: Porting software to FreeBSD <freebsd-ports.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-ports>,
 <mailto:freebsd-ports-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-ports/>
List-Post: <mailto:freebsd-ports@freebsd.org>
List-Help: <mailto:freebsd-ports-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-ports>,
 <mailto:freebsd-ports-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 21 Nov 2014 16:46:49 -0000

I've been using the rawrec port and after the 10.1 upgrade it no longer 
works.

atlas.hesiod.org:anton[42]: rawrec
(null): sigaction on SIGIO failed: Invalid argument

I reinstalled with pkg install -f rawrec and built from the port and 
still get the problem.

10.0 worked ok, but 10.1 is failing.

I don't have time to debug in detail right now, but this kind of failure 
feels like an ABI breakage to me.  Other audio applications such as xmms 
and mixer are working so it doesn't seem like a driver problem.

Any clues?

Jeff Anton