From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Oct 14 09:10:09 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5025F106566B for ; Fri, 14 Oct 2011 09:10:09 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 3DFF38FC1E for ; Fri, 14 Oct 2011 09:10:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p9E9A8U7006499 for ; Fri, 14 Oct 2011 09:10:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p9E9A86p006498; Fri, 14 Oct 2011 09:10:08 GMT (envelope-from gnats) Date: Fri, 14 Oct 2011 09:10:08 GMT Message-Id: <201110140910.p9E9A86p006498@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Thomas =?iso-8859-1?q?BRETHOM=C9?= Cc: Subject: Re: ports/156343: multimedia/xbmc 10.1_1 mp3 playback problem - CALSADirectSound::GetSpace - get space failed. err: -32 (Broken pipe) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Thomas =?iso-8859-1?q?BRETHOM=C9?= List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Oct 2011 09:10:09 -0000 The following reply was made to PR ports/156343; it has been noted by GNATS. From: Thomas =?iso-8859-1?q?BRETHOM=C9?= To: bug-followup@freebsd.org, thomas@gibfest.dk Cc: Subject: Re: ports/156343: multimedia/xbmc 10.1_1 mp3 playback problem - CALSADirectSound::GetSpace - get space failed. err: -32 (Broken pipe) Date: Fri, 14 Oct 2011 10:25:50 +0200 --Boundary-00=_OI/lOV4nwP6hZRG Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit A possible workaround for that issue would be to edit /usr/local/share/xbmc/system/playercorefactory.xml and add a rule to force xbmc to use the same (working) backend for the audio files and the video files : --Boundary-00=_OI/lOV4nwP6hZRG Content-Type: text/x-patch; charset="UTF-8"; name="xbmc.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="xbmc.diff" diff -Nru xbmc/system/playercorefactory.xml xbmc.patch/system/playercorefactory.xml --- xbmc/system/playercorefactory.xml 2011-10-13 15:07:59.750466564 +0200 +++ xbmc.patch/system/playercorefactory.xml 2011-10-14 10:19:08.731769383 +0200 @@ -33,5 +33,6 @@ + --Boundary-00=_OI/lOV4nwP6hZRG--