From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 30 04:40:10 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B5C34106566B for ; Sat, 30 Jun 2012 04:40:10 +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 8FE7C8FC17 for ; Sat, 30 Jun 2012 04:40:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5U4eART078307 for ; Sat, 30 Jun 2012 04:40:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5U4eADZ078306; Sat, 30 Jun 2012 04:40:10 GMT (envelope-from gnats) Resent-Date: Sat, 30 Jun 2012 04:40:10 GMT Resent-Message-Id: <201206300440.q5U4eADZ078306@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Marcel Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D91EA1065672 for ; Sat, 30 Jun 2012 04:33:21 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id C4C258FC0A for ; Sat, 30 Jun 2012 04:33:21 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q5U4XLTO033165 for ; Sat, 30 Jun 2012 04:33:21 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q5U4XL2I033164; Sat, 30 Jun 2012 04:33:21 GMT (envelope-from nobody) Message-Id: <201206300433.q5U4XL2I033164@red.freebsd.org> Date: Sat, 30 Jun 2012 04:33:21 GMT From: Marcel To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/169563: [patch] audio/jack-rack X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Jun 2012 04:40:10 -0000 >Number: 169563 >Category: ports >Synopsis: [patch] audio/jack-rack >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat Jun 30 04:40:10 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Marcel >Release: FreeBSD 9.0-STABLE i386 >Organization: >Environment: FreeBSD machine.STUDIO 9.0-STABLE FreeBSD 9.0-STABLE #0 r230443M: Sun Jan 22 18:46:00 BRST 2012 root@machine.STUDIO:/usr/obj/usr/stable9/sys/MACHINE-9.0 i386 >Description: When attempting to run jack-rack, it stops because it miss the ALSA SEQUENCER device. What I've doing is to edit the Makefile, adding --disable-aseq to the CONFIG_ARGS, but after every ports update I'm back with the problem. >How-To-Repeat: $ jackd -r -d oss $ jack-rack Status update: jack_rack_72745 Status update: Connected to JACK server Status update: Creating output port 'out_1' Status update: Creating input port 'in_1' Status update: Creating output port 'out_2' Status update: Creating input port 'in_2' ALSA lib seq_hw.c:457:(snd_seq_hw_open) open /dev/snd/seq failed: No such file or directory /usr/local/lib/libproxy.so.1: invalid file format Failed to load module: /usr/local/lib/gio/modules/libgiolibproxy.so Assertion failed: (seq), function snd_seq_client_id, file seq.c, line 1174. >Fix: --- /usr/ports/audio/jack-rack/Makefile 2012-06-30 01:17:58.000000000 -0300 +++ /usr/ports/audio/jack-rack/Makefile.new 2012-06-30 01:17:48.000000000 -0300 @@ -26,7 +26,7 @@ GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -CONFIGURE_ARGS= --disable-ladcca --disable-lash +CONFIGURE_ARGS= --disable-ladcca --disable-lash --disable-aseq post-patch: @${REINPLACE_CMD} -e '/^jr_desktop_install/ s|/usr/share|${PREFIX}/share|' \ >Release-Note: >Audit-Trail: >Unformatted: