Re: [Bug 885347] Re: pulseaudio crashes on resampler.c:1230,

2011-11-07 Thread Maarten Bosmans
pulseaudio and libsamplerate are separate programs/libraries. So
there's not a fixed version correlation. It depends on what version
Ubuntu has packaged.

Use: aptitude show libsamplerate0

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/885347

Title:
  pulseaudio crashes on resampler.c:1230,

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

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


[Bug 885347] Re: pulseaudio crashes on resampler.c:1230,

2011-11-07 Thread Maarten Bosmans
I sent a message to the libsamplerate mailing list, asking whether the
assert in pulseaudio is correct to begin with.

Retromingent, can you post the libsamplerate version you're using?

** Changed in: pulseaudio (Ubuntu)
 Assignee: (unassigned) = Maarten Bosmans (mkbosmans)

** Changed in: pulseaudio (Ubuntu)
   Status: New = In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/885347

Title:
  pulseaudio crashes on resampler.c:1230,

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

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


[Bug 789657] Re: python-psyco is always installed in python2.6 dir

2011-07-30 Thread Maarten Bosmans
Can the package dependencies of python-psyco be updated to reflect the
fact that 2.7 is not supported?

** Changed in: psyco (Ubuntu)
   Status: Expired = In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/789657

Title:
  python-psyco is always installed in python2.6 dir

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

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


[Bug 789656] Re: python-rpm requires both libpython2.6 libpython2.7

2011-07-12 Thread Maarten Bosmans
So surely either python 2.6 or 2.7 would suffice.

Right now the python-rpm package dependencies list both libpython2.6 and
libpython2.7 as depends. That is too much.

** Changed in: rpm (Ubuntu)
   Status: Invalid = New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/789656

Title:
  python-rpm requires both libpython2.6 libpython2.7

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

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


[Bug 789657] Re: python-psyco is always installed in python2.6 dir

2011-05-30 Thread Maarten Bosmans
OK, that is clear thank you.

However, I don't see that fact reflected in the dependencies of python-
psyco. It just has python = 2.2. Am I missing something?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/789657

Title:
  python-psyco is always installed in python2.6 dir

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


[Bug 789656] [NEW] python-rpm requires both libpython2.6 libpython2.7

2011-05-28 Thread Maarten Bosmans
Public bug reported:

Binary package hint: rpm

This causes python2.6 to be installed, even when the rest of the packages are 
content with using python 2.7.
Is this a mistake in packaging?

** Affects: rpm (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/789656

Title:
  python-rpm requires both libpython2.6 libpython2.7

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


[Bug 789656] Re: python-rpm requires both libpython2.6 libpython2.7

2011-05-28 Thread Maarten Bosmans
Of course, this is for the python-rpm binary package

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/789656

Title:
  python-rpm requires both libpython2.6 libpython2.7

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


[Bug 789657] [NEW] python-psyco is always installed in python2.6 dir

2011-05-28 Thread Maarten Bosmans
Public bug reported:

Even when I have only python 2.7 installed, psyco still installs in 
/usr/lib/python2.6/dist-packages/psyco
This causes the 'import psyco' executed from the default (2.7) python to throw 
an error.

** Affects: psyco (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/789657

Title:
  python-psyco is always installed in python2.6 dir

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


[Bug 789657] Re: python-psyco is always installed in python2.6 dir

2011-05-28 Thread Maarten Bosmans
 expected

Do you mean that python2.7 is supposed to pickup that library in
usr/lib/python2.6, or that the files installed in
/usr/share/pyshared/psyco/ suffice for all versions?

 not expected. you should include more information

$ ipython
Python 2.7.1+ (r271:86832, Apr 11 2011, 18:05:24) 
Type copyright, credits or license for more information.

In [1]: import psyco
---
ImportError   Traceback (most recent call last)

ipython console in module()

ImportError: No module named psyco


and for the currently installed versions (on natty)
$ aptitude search '~i.*python[23]|-psyco\b' -F %p   %V --disable-columns
libpython2.6   2.6.6-6ubuntu7  
libpython2.7   2.7.1-5ubuntu2
python-psyco   1.6-2ubuntu1
python-psyco-doc   1.6-2
python2.6   2.6.6-6ubuntu7
python2.6-minimal   2.6.6-6ubuntu7
python2.6-psyco   geen
python2.7   2.7.1-5ubuntu2
python2.7-dev   2.7.1-5ubuntu2
python2.7-minimal   2.7.1-5ubuntu2
python3   3.2-1ubuntu1
python3-minimal   3.2-1ubuntu1
python3.2   3.2-1ubuntu1
python3.2-minimal   3.2-1ubuntu1

What info do you need exactly?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/789657

Title:
  python-psyco is always installed in python2.6 dir

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


[Bug 569378] Re: pulseaudio multicast audio becomes inaudible

2011-02-26 Thread Maarten Bosmans
That's only for Natty, right?

maverick (or -updates or -backports) would be nice too.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/569378

Title:
  pulseaudio multicast audio becomes inaudible

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


[Bug 569378] Re: pulseaudio multicast audio becomes inaudible

2011-02-25 Thread Maarten Bosmans
The patches have just landed in stable-queue in pulse git. I'm not an
Ubuntu packager, but I think Ubuntu follows s-q, so they should be
included sometime.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/569378

Title:
  pulseaudio multicast audio becomes inaudible

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


[Bug 569378] Re: pulseaudio multicast audio becomes inaudible

2011-02-24 Thread Maarten Bosmans
This bug is fixed upstream in pulseaudio git master
See 
http://git.0pointer.de/?p=pulseaudio.git;a=commitdiff;h=d053a25b67c5e70c83ed4dcfba1032b293d2cce9
 and subsequent commits.

If there is any interest in it, the patches could be cherry-picked into
stable-queue.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/569378

Title:
  pulseaudio multicast audio becomes inaudible

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


[Bug 670894] [NEW] package man-db 2.5.7-2ubuntu1 failed to install/upgrade: ErrorMessage: subproces installed post-installation script werd gedood door signaal (Busfout)

2010-11-04 Thread Maarten Bosmans
Public bug reported:

Binary package hint: man-db

something went wrong with man-db during upgrade lucid-maverick

ProblemType: Package
DistroRelease: Ubuntu 10.10
Package: man-db 2.5.7-2ubuntu1
ProcVersionSignature: Ubuntu 2.6.32-25.45-generic 2.6.32.21+drm33.7
Uname: Linux 2.6.32-25-generic i686
Architecture: i386
Date: Thu Nov  4 12:43:34 2010
DistributionChannelDescriptor: Downloaded from www.ubuntu.com
ErrorMessage: ErrorMessage: subproces installed post-installation script werd 
gedood door signaal (Busfout)
InstallationMedia: Ubuntu 9.10 Karmic Koala - Release i386 (20091028.5)
SourcePackage: man-db
Title: package man-db 2.5.7-2ubuntu1 failed to install/upgrade: ErrorMessage: 
subproces installed post-installation script werd gedood door signaal (Busfout)

** Affects: man-db (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package i386 maverick

-- 
package man-db 2.5.7-2ubuntu1 failed to install/upgrade: ErrorMessage: 
subproces installed post-installation script werd gedood door signaal (Busfout)
https://bugs.launchpad.net/bugs/670894
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 670894] Re: package man-db 2.5.7-2ubuntu1 failed to install/upgrade: ErrorMessage: subproces installed post-installation script werd gedood door signaal (Busfout)

2010-11-04 Thread Maarten Bosmans


-- 
package man-db 2.5.7-2ubuntu1 failed to install/upgrade: ErrorMessage: 
subproces installed post-installation script werd gedood door signaal (Busfout)
https://bugs.launchpad.net/bugs/670894
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 533921] Re: [lucid regression] HDA: pulseaudio volume control sets alsa master to 0 when still at 15% (incorrect db data?)

2010-07-14 Thread Maarten Bosmans
So is there a way to differentiate between the codecs and controllers
such that the dB measurements can be used for my specific combination?

-- 
[lucid regression] HDA: pulseaudio volume control sets alsa master to 0 when 
still at 15% (incorrect db data?)
https://bugs.launchpad.net/bugs/533921
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 533921] Re: [lucid regression] HDA: pulseaudio volume control sets alsa master to 0 when still at 15% (incorrect db data?)

2010-07-13 Thread Maarten Bosmans
I have an HDA Intel (ICH 7) soundcard on a Samsung NC10 netbook.
With the pulseaudio dbverify utility I verified that the dB values for my 
soundcard are wrong. The Master mixer control is OK, but the PCM mixer (with 
fine-grained steps 0-255 of 0.2 dB each) seems off.

If this can be corrected, I'll gladly submit the right dB scale using
the dbmeasure utility. As HDA-Intel is a very generic soundchip/driver,
are the dB values expected to be the same for every laptop/netbook it is
used in?

-- 
[lucid regression] HDA: pulseaudio volume control sets alsa master to 0 when 
still at 15% (incorrect db data?)
https://bugs.launchpad.net/bugs/533921
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