From owner-freebsd-multimedia@FreeBSD.ORG Sat Jan 28 16:36:03 2012 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 89E531065678; Sat, 28 Jan 2012 16:36:03 +0000 (UTC) (envelope-from conrads@cox.net) Received: from eastrmfepo103.cox.net (eastrmfepo103.cox.net [68.230.241.215]) by mx1.freebsd.org (Postfix) with ESMTP id 1400E8FC16; Sat, 28 Jan 2012 16:36:02 +0000 (UTC) Received: from eastrmimpo110.cox.net ([68.230.241.223]) by eastrmfepo103.cox.net (InterMail vM.8.01.04.00 201-2260-137-20101110) with ESMTP id <20120128163557.SAAQ28068.eastrmfepo103.cox.net@eastrmimpo110.cox.net>; Sat, 28 Jan 2012 11:35:57 -0500 Received: from serene.no-ip.org ([98.164.86.55]) by eastrmimpo110.cox.net with bizsmtp id T4bw1i00F1BeFqy024bxz3; Sat, 28 Jan 2012 11:35:57 -0500 X-CT-Class: Clean X-CT-Score: 0.00 X-CT-RefID: str=0001.0A020201.4F2423ED.0046,ss=1,re=0.000,fgs=0 X-CT-Spam: 0 X-Authority-Analysis: v=1.1 cv=UJAwRnj6VfZxP3vT7W4vAg8D8vrJMSfrMxq2TR8CUCY= c=1 sm=1 a=G8Uczd0VNMoA:10 a=8nJEP1OIZ-IA:10 a=fdHYxQQoAueMHNSmXppgDg==:17 a=6I5d2MoRAAAA:8 a=kviXuzpPAAAA:8 a=5gBp2vQ_Q12kbLno5NsA:9 a=YFD0oe1uRf7BYjVMvygA:7 a=wPNLvfGTeEIA:10 a=SV7veod9ZcQA:10 a=4vB-4DCPJfMA:10 a=fdHYxQQoAueMHNSmXppgDg==:117 X-CM-Score: 0.00 Authentication-Results: cox.net; none Received: from cox.net (localhost [127.0.0.1]) by serene.no-ip.org (8.14.5/8.14.5) with ESMTP id q0SGZuEp001656; Sat, 28 Jan 2012 10:35:56 -0600 (CST) (envelope-from conrads@cox.net) Date: Sat, 28 Jan 2012 10:35:51 -0600 From: "Conrad J. Sabatier" To: Tilman =?ISO-8859-1?Q?Keskin=F6z?= Message-ID: <20120128103551.557b8334@cox.net> In-Reply-To: <4F227260.7000403@FreeBSD.org> References: <2tirv4ovquwfysie51mckesq.1327629095952@email.android.com> <4F2265F3.5000201@gmail.com> <4F227260.7000403@FreeBSD.org> X-Mailer: Claws Mail 3.8.0 (GTK+ 2.24.6; amd64-portbld-freebsd10.0) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-multimedia@freebsd.org, Mmacfarlyn , Volodymyr Kostyrko Subject: Re: FreeBSD and jackd X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Jan 2012 16:36:03 -0000 On Fri, 27 Jan 2012 10:46:08 +0100 Tilman Keskin=F6z wrote: > * Volodymyr Kostyrko [Fri, 27 Jan 2012 10:53:07 +0200]: > > Mmacfarlyn wrote: > >> has anyone yet to run into this issue? > >> > >> :555:->uname -a > >> FreeBSD disgrace 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Sun Aug 21 > >> 14:19:30 EDT 201 > >> 1 root@disgrace:/usr/obj/usr/src/sys/disgrace i386 > >> :556:->jackd -d alsa > >> jackd 0.121.3 > >> Copyright 2001-2009 Paul Davis, Stephane Letz, Jack O'Quinn, Torben > >> Hohn and oth > >> ers. > >> jackd comes with ABSOLUTELY NO WARRANTY > >> This is free software, and you are welcome to redistribute it > >> under certain conditions; see the file COPYING for details > >> > >> could not open driver .so '/usr/local/lib/jack/jack_alsa_midi.so': > >> /usr/local/li > >> b/jack/jack_alsa_midi.so: Undefined symbol "clock_nanosleep" >=20 > IIRC FreeBSD does not have clock_nanosleep. >=20 > This looks like a bug in the port. >=20 > >=20 > > So you have correct library but with different symbols. Go install > > sysutils/bsdadminscripts and ask pkg_libchk what ports you should > > rebuild. > >=20 > >> > >> could not open driver .so '/usr/local/lib/jack/jack_alsa.so': > >> /usr/local/lib/jac > >> k/jack_alsa.so: Undefined symbol "clock_nanosleep" > >> > >> jackd: unknown driver 'alsa' > >> > >> Does FreeBSD not support ALSA? > >=20 > > Or should it? FreeBSD has it's own sound stack. > > http://wiki.freebsd.org/Sound is a nice page about that. FreeBSD > > supports ALSA through audio/alsa-lib port. >=20 > Did you build the port with the ALSA option on or off? >=20 > Did you try the portaudio or oss drivers? Jackd *will* start if you use the OSS backend ("jackd [other options] -d oss"). Just ignore any warnings about ALSA; they're irrelevant if you're using OSS. For some reason, though, lately, I can't get Rosegarden to start anymore, even though jackd is starting up and opening the listening socket just as it should. I've trussed Rosegarden, and it seems to be exiting after failing to connect to lircd, which never used to be a requirement. After failing the connect, it segfaults and that's all she wrote! Anyone know what's up with *that*? --=20 Conrad J. Sabatier conrads@cox.net