[Touch-packages] [Bug 1932066] Re: PulseAudio Preferences searches for libraries in incorrect location

2021-06-21 Thread Sebastien Bacher
*** This bug is a duplicate of bug 1907882 ***
https://bugs.launchpad.net/bugs/1907882

** This bug has been marked a duplicate of bug 1907882
   paprefs does not find modules

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to pulseaudio in Ubuntu.
https://bugs.launchpad.net/bugs/1932066

Title:
  PulseAudio Preferences searches for libraries in incorrect location

Status in pulseaudio package in Ubuntu:
  New

Bug description:
  PulseAudio Preferences (paprefs) appears to be searching for modules
  in the wrong location.

  Specifically, the "install" button appears when modules relevant
  modules cannot be found by paprefs.

  
  paprefs is searching for modules in the location: 
/usr/lib/pulse-13.99/modules/
  the modules are actually located in: /usr/lib/pulse-13.99.1/modules/

  The specifics of this were determined via `strace paprefs`, which
  (among a lot of other things), produces:

  access("/usr/lib/pulse-13.99/modules/module-esound-protocol-tcp.so", F_OK) = 
-1 ENOENT (No such file or directory)
  access("/usr/lib/pulse-13.99/modules/module-native-protocol-tcp.so", F_OK) = 
-1 ENOENT (No such file or directory)
  access("/usr/lib/pulse-13.99/modules/module-zeroconf-publish.so", F_OK) = -1 
ENOENT (No such file or directory)
  access("/usr/lib/pulse-13.99/modules/module-zeroconf-discover.so", F_OK) = -1 
ENOENT (No such file or directory)
  access("/usr/lib/pulse-13.99/modules/module-raop-discover.so", F_OK) = -1 
ENOENT (No such file or directory)
  access("/usr/lib/pulse-13.99/modules/module-rtp-recv.so", F_OK) = -1 ENOENT 
(No such file or directory)
  access("/usr/lib/pulse-13.99/modules/module-rtp-send.so", F_OK) = -1 ENOENT 
(No such file or directory)
  access("/usr/lib/pulse-13.99/modules/module-rygel-media-server.so", F_OK) = 
-1 ENOENT (No such file or directory)

  
  creating a symlink from /usr/lib/pulse-13.99.1 to /usr/lib/pulse-13.99 
resolves the issue.

  paprefs should perhaps be updated to match the version of the
  pulseaudio package.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1932066/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1932066] Re: PulseAudio Preferences searches for libraries in incorrect location

2021-06-21 Thread Daniel van Vugt
** Tags added: focal

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to pulseaudio in Ubuntu.
https://bugs.launchpad.net/bugs/1932066

Title:
  PulseAudio Preferences searches for libraries in incorrect location

Status in pulseaudio package in Ubuntu:
  New

Bug description:
  PulseAudio Preferences (paprefs) appears to be searching for modules
  in the wrong location.

  Specifically, the "install" button appears when modules relevant
  modules cannot be found by paprefs.

  
  paprefs is searching for modules in the location: 
/usr/lib/pulse-13.99/modules/
  the modules are actually located in: /usr/lib/pulse-13.99.1/modules/

  The specifics of this were determined via `strace paprefs`, which
  (among a lot of other things), produces:

  access("/usr/lib/pulse-13.99/modules/module-esound-protocol-tcp.so", F_OK) = 
-1 ENOENT (No such file or directory)
  access("/usr/lib/pulse-13.99/modules/module-native-protocol-tcp.so", F_OK) = 
-1 ENOENT (No such file or directory)
  access("/usr/lib/pulse-13.99/modules/module-zeroconf-publish.so", F_OK) = -1 
ENOENT (No such file or directory)
  access("/usr/lib/pulse-13.99/modules/module-zeroconf-discover.so", F_OK) = -1 
ENOENT (No such file or directory)
  access("/usr/lib/pulse-13.99/modules/module-raop-discover.so", F_OK) = -1 
ENOENT (No such file or directory)
  access("/usr/lib/pulse-13.99/modules/module-rtp-recv.so", F_OK) = -1 ENOENT 
(No such file or directory)
  access("/usr/lib/pulse-13.99/modules/module-rtp-send.so", F_OK) = -1 ENOENT 
(No such file or directory)
  access("/usr/lib/pulse-13.99/modules/module-rygel-media-server.so", F_OK) = 
-1 ENOENT (No such file or directory)

  
  creating a symlink from /usr/lib/pulse-13.99.1 to /usr/lib/pulse-13.99 
resolves the issue.

  paprefs should perhaps be updated to match the version of the
  pulseaudio package.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1932066/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp