[Bug 183011] Re: JACK disabled in Gutsy PortAudio package

2008-11-17 Thread ironstorm
** Changed in: mixxx
   Status: Fix Committed = Fix Released

** Changed in: portaudio19 (Ubuntu)
   Status: Fix Committed = Fix Released

-- 
JACK disabled in Gutsy PortAudio package
https://bugs.launchpad.net/bugs/183011
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 183011] Re: JACK disabled in Gutsy PortAudio package

2008-05-02 Thread Albert Santoni
Gutsy users can upgrade to Hardy.

** Changed in: mixxx
 Assignee: (unassigned) = Albert Santoni (gamegod)
   Status: In Progress = Fix Committed

-- 
JACK disabled in Gutsy PortAudio package
https://bugs.launchpad.net/bugs/183011
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 183011] Re: JACK disabled in Gutsy PortAudio package

2008-03-12 Thread amias
just tried  it hardy with the updated portaudio and yes i get a jack
option in mixxx but its not at all stable , it crashes jack when it
connects.

as an aside its scanning my mp3 files on every startup , which takes ages (i 
have about 11,000 files which takes 5mins or so) although is faster
than it used to be and is definitely doing the same files again. on the upside 
mixxx is now faster (non jack) .

Just to confirm i'm now using a Intel Core Duo with 2gig of DDR ram

Toodle-pip
Amias

-- 
JACK disabled in Gutsy PortAudio package
https://bugs.launchpad.net/bugs/183011
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 183011] Re: JACK disabled in Gutsy PortAudio package

2008-03-11 Thread Albert Santoni
Hi Amias, looks like JACK support is missing only from the AMD64
package:

http://packages.ubuntu.com/hardy/libportaudio2
  * dep: libjack0 (= 0.109.2) [not amd64]
JACK Audio Connection Kit (libraries) 

(Thanks Garth!)

However, the rules file says the ringbuffer implementation in PortAudio
with JACK is only SMP-safe on 32-bit machines (so JACK's disabled on
purpose). I'm going to get in touch with the PortAudio guys to find out
exactly what that means for our 64-bit users

-- 
JACK disabled in Gutsy PortAudio package
https://bugs.launchpad.net/bugs/183011
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 183011] Re: JACK disabled in Gutsy PortAudio package

2008-03-11 Thread Albert Santoni
Fixed in latest upload to hardy.

** Changed in: portaudio19 (Ubuntu)
   Status: New = Fix Committed

-- 
JACK disabled in Gutsy PortAudio package
https://bugs.launchpad.net/bugs/183011
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 183011] Re: JACK disabled in Gutsy PortAudio package

2008-03-11 Thread Albert Santoni
Requested a backport of latest hardy package to gutsy here:
https://bugs.launchpad.net/gutsy-backports/+bug/201290

-- 
JACK disabled in Gutsy PortAudio package
https://bugs.launchpad.net/bugs/183011
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 183011] Re: JACK disabled in Gutsy PortAudio package

2008-03-07 Thread amias
Its still present in hardy , i've just upgraded and there is still not
JACK option in the sound api selector.

If you need any tests done let me know.

-- 
JACK disabled in Gutsy PortAudio package
https://bugs.launchpad.net/bugs/183011
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 183011] Re: JACK disabled in Gutsy PortAudio package

2008-03-07 Thread amias
got 1.6.0 beta2 working with jack by rebuilding the portaudio package with the 
second instance of JACK_ENABLED=NO removed from debian/rules.
The logic was broken , it set this to no then conditionaly set it to yes for 
i386 , ppc and then unconditionaly set it to no again so it could only be no.

works really nicely now.

-- 
JACK disabled in Gutsy PortAudio package
https://bugs.launchpad.net/bugs/183011
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 183011] Re: JACK disabled in Gutsy PortAudio package

2008-03-07 Thread amias
oops should have said , that was in gutsy , not tried it in hardy

-- 
JACK disabled in Gutsy PortAudio package
https://bugs.launchpad.net/bugs/183011
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 183011] Re: JACK disabled in Gutsy PortAudio package

2008-03-07 Thread amias
Its the same on hardy.
so to do the fix on both hardy and gutsy :

sudo apt-get source portaudio19
sudo apt-get build-dep portaudio19

cd /portaudio19-19+svn20071207/debian

edit rules and remove ENABLE_JACK = no from line 48

cd ..

dpkg-buildpackage -rfakeroot -b

then cd back to below your portaudio source directory

install the new debs
sudo dpkg -i libportaudiocpp0_19+svn20071207-0ubuntu1_i386.deb 
portaudio19-dev_19+svn20071207-0ubuntu1_i386.deb 
libportaudio2_19+svn20071207-0ubuntu1_i386.deb 

then restart mixxx and jack and it should all work

it runs slower than it used to on gutsy for me.

-- 
JACK disabled in Gutsy PortAudio package
https://bugs.launchpad.net/bugs/183011
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 183011] Re: JACK disabled in Gutsy PortAudio package

2008-03-05 Thread amias
[EMAIL PROTECTED]:~]-[10:16:44]
apt-cache depends libportaudio2
libportaudio2
  Depends: libasound2
  Depends: libc6

-- 
JACK disabled in Gutsy PortAudio package
https://bugs.launchpad.net/bugs/183011
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 183011] Re: JACK disabled in Gutsy PortAudio package

2008-03-04 Thread amias
the package has indeed changed , i've just upgraded to 64bit hardy and jack 
seems to be disabled.
i was able to forceably re-enable it by patching the debian/rules file and 
rebuilding but it is very
unstable to the point of being unusable.

-- 
JACK disabled in Gutsy PortAudio package
https://bugs.launchpad.net/bugs/183011
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 183011] Re: JACK disabled in Gutsy PortAudio package

2008-03-04 Thread Albert Santoni
Amias, can you paste the output of this command on 64-bit Hardy:

ldd /usr/lib/libportaudio.so.2

Thanks again...
(I vaguely recall people seeing that portaudio-v19 was linked against JACK on 
gutsy, but it still didn't show up in Mixxx, so it was like half-disabled...)

-- 
JACK disabled in Gutsy PortAudio package
https://bugs.launchpad.net/bugs/183011
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 183011] Re: JACK disabled in Gutsy PortAudio package

2008-03-04 Thread amias
[EMAIL PROTECTED]:~]-[16:35:54]
ldd /usr/lib/libportaudio.so.2
linux-vdso.so.1 =  (0x7fffafffe000)
librt.so.1 = /lib/librt.so.1 (0x7f34a7a8)
libasound.so.2 = /usr/lib/libasound.so.2 (0x7f34a779b000)
libm.so.6 = /lib/libm.so.6 (0x7f34a7519000)
libpthread.so.0 = /lib/libpthread.so.0 (0x7f34a72fd000)
libc.so.6 = /lib/libc.so.6 (0x7f34a6f9b000)
/lib64/ld-linux-x86-64.so.2 (0x7f34a7ec4000)
libdl.so.2 = /lib/libdl.so.2 (0x7f34a6d96000)

-- 
JACK disabled in Gutsy PortAudio package
https://bugs.launchpad.net/bugs/183011
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 183011] Re: JACK disabled in Gutsy PortAudio package

2008-03-04 Thread djhampster
Yeah, audacity is also using portaudio for jack and people are using
it in gutsy. Although, it does not work very well. I was curious so I
installed pa19 with apt and ldd did show jack support, but obviously
not working completely.


On Tue, Mar 4, 2008 at 8:13 AM, Albert Santoni [EMAIL PROTECTED] wrote:
 Amias, can you paste the output of this command on 64-bit Hardy:

  ldd /usr/lib/libportaudio.so.2

  Thanks again...
  (I vaguely recall people seeing that portaudio-v19 was linked against JACK 
 on gutsy, but it still didn't show up in Mixxx, so it was like 
 half-disabled...)



  --
  JACK disabled in Gutsy PortAudio package
  https://bugs.launchpad.net/bugs/183011
  You received this bug notification because you are a direct subscriber
  of the bug.


-- 
JACK disabled in Gutsy PortAudio package
https://bugs.launchpad.net/bugs/183011
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 183011] Re: JACK disabled in Gutsy PortAudio package

2008-03-04 Thread Albert Santoni
DJ Hampster: Audacity ships with it's own version of PortAudio-v19, not
the one in the Ubuntu repositories.

Amias: Can you paste the output of apt-cache depends libportaudio2 for
me too? Thanks again!

-- 
JACK disabled in Gutsy PortAudio package
https://bugs.launchpad.net/bugs/183011
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 183011] Re: JACK disabled in Gutsy PortAudio package

2008-03-03 Thread Albert Santoni
Nevermind, this appears to be fixed in Hardy (according to apt-cache,
thanks TheMuso!). We need someone to test Mixxx on Hardy to be sure
though...

-- 
JACK disabled in Gutsy PortAudio package
https://bugs.launchpad.net/bugs/183011
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 183011] Re: JACK disabled in Gutsy PortAudio package

2008-03-01 Thread Albert Santoni
Hi Amias,

Ok, if you'd like to carry this fix forwards, what you need to do is
generate a debdiff or something and get the fixed package into Universe.
If you need help, ask someone in #ubuntu-motu on Freenode. They'll be
more than happy to help, and we'd really appreciate it if you could see
this through.

Thanks!
Albert

-- 
JACK disabled in Gutsy PortAudio package
https://bugs.launchpad.net/bugs/183011
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 183011] Re: JACK disabled in Gutsy PortAudio package

2008-02-14 Thread Albert Santoni
This is said to have been fixed in Hardy's PortAudio-v19 package. Can
anyone test it?

** Changed in: mixxx
   Status: Confirmed = In Progress

-- 
JACK disabled in Gutsy PortAudio package
https://bugs.launchpad.net/bugs/183011
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 183011] Re: JACK disabled in Gutsy PortAudio package

2008-01-28 Thread djhampster
I have spent much time troubleshooting this issue, jack support is
broken in this package. Thanks for your attention!

-- 
JACK disabled in Gutsy PortAudio package
https://bugs.launchpad.net/bugs/183011
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 183011] Re: JACK disabled in Gutsy PortAudio package

2008-01-14 Thread Tom Jennings
same experience here, Asus dual-core laptop, Linux zx 2.6.22-14-rt #1
SMP PREEMPT RT Tue Dec 18 10:01:34 UTC 2007 i686 GNU/Linux (same with
non-RT kernel). Worked with 7.04, stopped working with 7.10 release.

Also, all apps that want to connect to jackd have to do so as root. This
wasn't the case previously; once jackd was running (sudo'd) clients
could connect as non-root users. No longer true.

-- 
JACK disabled in Gutsy PortAudio package
https://bugs.launchpad.net/bugs/183011
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 183011] Re: JACK disabled in Gutsy PortAudio package

2008-01-14 Thread Gabriel Nordeborn
Don't work here either, AMD 3200+, and latest linux rt-kernel.

Also same problem with jackd! Weird.

-- 
JACK disabled in Gutsy PortAudio package
https://bugs.launchpad.net/bugs/183011
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 183011] Re: JACK disabled in Gutsy PortAudio package

2008-01-14 Thread Albert Santoni
A large number of Mixxx users on Gutsy are reporting this problem...
something's going on with PortAudio and maybe the jackd package.

** Changed in: mixxx
   Importance: Undecided = Critical
   Status: New = Confirmed

-- 
JACK disabled in Gutsy PortAudio package
https://bugs.launchpad.net/bugs/183011
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs