Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Jun 2012 04:33:21 GMT
From:      Marcel <monovox.art@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/169563: [patch] audio/jack-rack
Message-ID:  <201206300433.q5U4XL2I033164@red.freebsd.org>
Resent-Message-ID: <201206300440.q5U4eADZ078306@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201206300433.q5U4XL2I033164>