how to build pulseaudio from sources in karmic

Asked by Rudiger Wolf

I am trying to get jackd and pulseaudio to work together nicely. For that it appears I need the module-jack-sink.so
see http://ubuntuforums.org/showthread.php?t=1163390

But I get errors when running the following two commands. Any suggestions on how I can either get the pulseaudio modules for jackd or get the dependencies and sources "working" on karmic(9.10)?

# apt-get build-dep pulseaudio
# apt-get source pulseaudio

But I get the following errors when using the above commands

$ sudo apt-get build-dep pulseaudio
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Could not open file /var/lib/apt/lists/ppa.launchpad.net_jeffreyratcliffe_ubuntu_dists_karmic_main_source_Sources - open (2: No such file or directory)

$ sudo apt-get source pulseaudio
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Could not open file /var/lib/apt/lists/ppa.launchpad.net_jeffreyratcliffe_ubuntu_dists_karmic_main_source_Sources - open (2: No such file or directory)

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu pulseaudio Edit question
Assignee:
No assignee Edit question
Solved by:
Thomas Krüger
Solved:
Last query:
Last reply:
Revision history for this message
Best Thomas Krüger (thkrueger) said :
#1

It looks like you have added a PPA to your software sources.
Make sure you also added the source line for the PPA and did a "apt-get update".

Revision history for this message
Rudiger Wolf (rudiger-wolf) said :
#2

Thanks Thomas Krüger, that solved my question.