Bug#1017907: ffado-mixer-qt4 fails to start with python 3.10

2022-08-22 Thread Benoît Delcour
Package: ffado-mixer-qt4
Version: 2.4.6-1
Severity: normal
Tags: patch upstream

Dear Maintainer,

after python 3.10 transition ffado-mixer crashes on startup:

ffado-mixer
Traceback (most recent call last):
  File "/usr/share/ffado-mixer-qt4/ffado/panelmanager.py", line 460, in 
updatePanels
self.addPanel(idx)
  File "/usr/share/ffado-mixer-qt4/ffado/panelmanager.py", line 339, in addPanel
mixerwidget.initValues()
  File "/usr/share/ffado-mixer-qt4/ffado/mixer/maudio_bebob.py", line 601, in 
initValues
ctl.setValue(vol)
TypeError: setValue(self, int): argument 1 has unexpected type 'float'
Abandon

This is due to an implicit type cast that is not permitted anymore in pytho 3.10

The issue is fixed upstream: svn commit r2832

Could you update the package please?


-- System Information:
Debian Release: bookworm/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 5.18.14-rt11-poupou (SMP w/4 CPU threads; PREEMPT)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages ffado-mixer-qt4 depends on:
ii  ffado-dbus-server2.4.6-1
ii  ffado-tools  2.4.6-1
ii  python3  3.10.5-3
ii  python3-dbus 1.2.18-3+b2
ii  python3-dbus.mainloop.pyqt5  5.15.7+dfsg-1
ii  python3-pyqt55.15.7+dfsg-1

ffado-mixer-qt4 recommends no packages.

ffado-mixer-qt4 suggests no packages.

-- no debconf information



Bug#980157: cavezofphear: executable not found in the description

2021-01-15 Thread Benoît Delcour
Package: cavezofphear
Version: 0.5.1-1.1
Severity: minor

Dear Maintainer,

*** Reporter, please consider answering these questions, where appropriate ***

   * What led up to the situation?
I installed the package and spent 5 mn finding the binary,
named phear, by resorting to:
ls /usr/games
   * What was the outcome of this action?
game launched fine on the console with the correct command line;
man phear works too.

This is a text game, there is no .desktop file.

Regards,
Benoît Delcour


-- System Information:
Debian Release: bullseye/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 5.10.4-rt20-poupou (SMP w/4 CPU threads; PREEMPT)
Kernel taint flags: TAINT_WARN, TAINT_UNSIGNED_MODULE
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages cavezofphear depends on:
ii  libc62.31-9
ii  libncurses6  6.2+20201114-2
ii  libtinfo66.2+20201114-2

cavezofphear recommends no packages.

cavezofphear suggests no packages.

-- no debconf information


Bug#888843: jackd2: jackd --version returns with non zero exit status

2018-01-30 Thread Benoît Delcour
Package: jackd2
Version: 1.9.10+20150825git1ed50c92~dfsg-5
Severity: minor
Tags: upstream

Dear Maintainer,
jackd --version returns with exit status 255.
This may break some configure scripts.



Bug#887846: libffado: new upstream release, qt5 and python3 support

2018-01-20 Thread Benoît Delcour
Source: libffado
Version: 2.3.0-5
Severity: wishlist

Dear Maintainer,

A new upstram version is available; it supports Qt5 and Python3.
I am working on it. It currently compiles, but is not tested yet.
WIP: updating and checking the copyright file requires some work.



Bug#728710: patch

2014-04-07 Thread Benoît Delcour
Sorry for the delay.

Attached patch has been tested on a dual G4 w/ latest debian source yesterday
and on a single CPU w/ git snapshot 1week ago.

jackd runs stable on both.

Thanks Robin for the gcc trick:)

Regards, Benoît
--- a/common/jack/systemdeps.h2014-03-14 19:19:00.0 +0100
+++ b/common/jack/systemdeps.h 2014-04-07 12:21:10.933776299 +0200
@@ -120,9 +120,9 @@
 
 #endif /* __APPLE__ || __linux__ || __sun__ || sun */
 
-#if defined(__arm__)
+#if defined(__arm__) || defined(__powerpc__)
 #undef POST_PACKED_STRUCTURE
 #define POST_PACKED_STRUCTURE
-#endif /* __arm__ */
+#endif /* __arm__ || __powerpc__ */
 
 #endif /* __jack_systemdeps_h__ */


Bug#728710: [Jack-Devel] Bug#728710: jackd2: Bus error w/ POST_PACKED_STRUCTURE on powerpc G4 32bit

2014-03-21 Thread Benoît Delcour
I will recompile jack this weekend to see if I can work that out.

Here are the defines of gcc:

gcc -dM -E -  /dev/null |grep ppc\|PPC\|powerpc
#define _ARCH_PPC 1
#define __PPC__ 1
#define __powerpc__ 1
#define __PPC 1
#define __powerpc 1
#define PPC 1
#define powerpc 1

Can we assume that __powerpc__ is 32 bit only?

On Fri, 21 Mar 2014 12:35:12 +0100
Robin Gareus ro...@gareus.org wrote:

 On 03/21/2014 11:25 AM, Adrian Knoth wrote:
  On 11/04/13 15:49, Benoît Delcour wrote:
  
  Hi!
  
  I just got myself a dual Powermac G4 out of a garbage bin,
  and immediately installed debian and jackd2.
  It fails with an obscure Bus error; since I also own a raspberry pi,
  I first tried to patch source with the same fix, and it works.
  See Usage of __attribute__((__packed__)) causes bus error on ARM:
  
  OK, got you.
  
  Modifiying source to #undef  #define it unconditionnally did the trick.
  Bug report tagged as patch, but I don't know the correct flag.
  I can prepare an actual patch if/when I get the __powerpc__ 32bit-only
  thingy
  
  Did you ever find the correct macro? We're close to a new jackd release
  and would include this fix, if necessary (and correct).
 
 gcc -dM -E -  /dev/null
 
 lists all compiler defines, I hazard a guess that __ppc__ is appropriate
 (there's also __ppc64__).
 
 But going by compiler defines alone is tricky (OSX for example allows
 multi-arch builds, even though osx = 10.5 PPC users are rare these
 days). This should be really be set/auto-detected during waf configure.
 
 2c,
 robin


-- 
Bricolage pour Tous, vendredi, 22h
Radio Campus, 106,6Mhz
www.campuslille.com


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#728710: jackd2: Bus error w/ POST_PACKED_STRUCTURE on powerpc G4 32bit

2013-11-04 Thread Benoît Delcour
Package: jackd2
Version: 1.9.9.5+20130622git7de15e7a-1
Severity: important
Tags: patch upstream

Content-Type: text/plain; charset=us-ascii
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Benoit Delcour benoit.delc...@campuslille.com
To: Debian Bug Tracking System sub...@bugs.debian.org
Subject: jackd2: Bus error w/ POST_PACKED_STRUCTURE on powerpc G4 32bit
X-Debbugs-Cc: benoit.delc...@campuslille.com

Package: jackd2
Version: 1.9.9.5+20130622git7de15e7a-2
Severity: important
Tags: upstream patch

TL;DR: the Rasperry Pi Bus error strikes again.
Maybe not for the same causes, but the fix does work.

I just got myself a dual Powermac G4 out of a garbage bin,
and immediately installed debian and jackd2.
It fails with an obscure Bus error; since I also own a raspberry pi,
I first tried to patch source with the same fix, and it works.
See Usage of __attribute__((__packed__)) causes bus error on ARM:

http://trac.jackaudio.org/ticket/295

The issue seems to be related to arm;
however the bug *seems* to hit at the same time:
Jack: JackEngine::NotifyAddClient: name = system
Bus error

The Raspberry bug has been workaround in:
https://github.com/jackaudio/jack2/commit/2f7d512b419cb75cef2e27db872d641de6e7aa0d

+#if defined(__arm__)

+#undef POST_PACKED_STRUCTURE

+#define POST_PACKED_STRUCTURE

+#endif /* __arm__ */

The comment for the commit also states:
Since it's only used for mixed
32/64bit jackd installations and we're not facing such a scenario on
ARM, there's little use to worry more atm.

Modifiying source to #undef  #define it unconditionnally did the trick.
Bug report tagged as patch, but I don't know the correct flag.
I can prepare an actual patch if/when I get the __powerpc__ 32bit-only thingy


-- System Information:
Debian Release: 7.2
  APT prefers stable
  APT policy: (980, 'stable'), (500, 'stable-updates'), (500, 'testing')
Architecture: powerpc (ppc)

Kernel: Linux 3.2.0-4-powerpc-smp (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages jackd2 depends on:
ii  coreutils  8.13-3.5
ii  debconf [debconf-2.0]  1.5.49
ii  libasound2 1.0.27.2-3
ii  libc6  2.17-93
ii  libdbus-1-31.6.8-1+deb7u1
ii  libexpat1  2.1.0-1
ii  libgcc11:4.7.2-5
ii  libjack-jackd2-0   1.9.9.5+20130622git7de15e7a-2
ii  libopus0   1.1~beta-3
ii  libreadline6   6.2+dfsg-0.1
ii  libsamplerate0 0.1.8-5
ii  libsndfile11.0.25-7
ii  libstdc++6 4.7.2-5
ii  multiarch-support  2.13-38
ii  python 2.7.3-4+deb7u1
ii  python-dbus1.1.1-1

Versions of packages jackd2 recommends:
ii  jackd2-firewire  1.9.9.5+20130622git7de15e7a-2
ii  libpam-modules   1.1.3-7.1
ii  qjackctl 0.3.9-2

Versions of packages jackd2 suggests:
ii  jack-tools   20101210-2
ii  meterbridge  0.9.2-11

-- debconf information:
* jackd/tweak_rt_limits: true

-- System Information:
Debian Release: 7.2
  APT prefers stable
  APT policy: (990, 'stable'), (980, 'testing'), (500, 'stable'), (450, 
'unstable'), (50, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.10-2-rt-amd64 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages jackd2 depends on:
ii  coreutils  8.13-3.5
ii  debconf [debconf-2.0]  1.5.49
ii  libasound2 1.0.27.2-3
ii  libc6  2.17-93
ii  libdbus-1-31.6.16-1
ii  libexpat1  2.1.0-1
ii  libgcc11:4.7.2-5
ii  libjack-jackd2-0   1.9.9.5+20130622git7de15e7a-1
ii  libopus0   1.1~beta-3
ii  libreadline6   6.2+dfsg-0.1
ii  libsamplerate0 0.1.8-5
ii  libsndfile11.0.25-7
ii  libstdc++6 4.7.2-5
ii  multiarch-support  2.13-38
ii  python 2.7.3-4+deb7u1
ii  python-dbus1.1.1-1

Versions of packages jackd2 recommends:
ii  jackd2-firewire  1.9.9.5+20130622git7de15e7a-1
ii  libpam-modules   1.1.3-7.1
ii  qjackctl 0.3.10-2

Versions of packages jackd2 suggests:
ii  jack-tools   20101210-2
ii  meterbridge  0.9.2-11

-- debconf information:
* jackd/tweak_rt_limits: true


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#634070: composite sampler segfault

2011-07-16 Thread Benoît Delcour
Package: composite
Version: 0.006-5
Severity: important

The lv2 sampler plugin v 0.006.1-1 segfaults at load time with zynjacku and
lv2_jack_host.
V 0.006-5 loads fine.

lv2_jack_host http://gabe.is-a-geek.org/composite/plugins/sampler/1
URI:http://gabe.is-a-geek.org/composite/plugins/sampler/1
Plugin Name:Composite Sampler
JACK Name:  Composite Sampler
Connected to JACK.
Successfully instantiated plugin.
Erreur de segmentation



-- System Information:
Debian Release: wheezy/sid
  APT prefers stable
  APT policy: (990, 'stable'), (980, 'testing'), (500, 'stable'), (450,
'unstable'), (50, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.0.0-rc6-titine-2 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages composite depends on:
ii  composite-data  0.006-5  Live performance sequencer (data f
ii  jackd   5JACK Audio Connection Kit (default
ii  libc6   2.13-7   Embedded GNU C Library: Shared lib
ii  libflac++6  1.2.1-3  Free Lossless Audio Codec - C++ ru
ii  libflac81.2.1-4  Free Lossless Audio Codec - runtim
ii  libgcc1 1:4.4.5-8GCC support library
ii  libjack-jackd2-0 [libja 1.9.7~dfsg-1 JACK Audio Connection Kit (librari
ii  liblrdf00.4.0-5  library to manipulate RDF files de
ii  libqt4-network  4:4.7.3-1Qt 4 network module
ii  libqt4-xml  4:4.7.3-1Qt 4 XML module
ii  libqtcore4  4:4.7.3-1Qt 4 core module
ii  libqtgui4   4:4.7.3-1Qt 4 GUI module
ii  libsndfile1 1.0.24-1 Library for reading/writing audio
ii  libstdc++6  4.6.1-1  GNU Standard C++ Library v3
ii  libtar0 [libtar]1.2.11-8 C library for manipulating tar arc
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

composite recommends no packages.

composite suggests no packages.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#633554: magicrescue: new upstream version available

2011-07-11 Thread Benoît Delcour
Package: magicrescue
Severity: normal

Upstream has changed:
Version 1.1.9 is available here:
http://www.itu.dk/~jobr/magicrescue/



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#615077: vmpk: buggy Roland GS instrument definition

2011-02-25 Thread Benoît Delcour
Package: vmpk
Version: 0.3.2-1
Severity: normal


Default instrument definition: /usr/share/vmpk/gmgsxg.ins
It contains 3 instruments:
The General MIDI instrument expose only bank 0
Using a midi controller to trigger a bank select works well with
the Yamaha XG instrument (XG Bank0, XG Bank 1(kSP)...)

The Roland GS can switch programs on bank0 Roland GS Capital Tones,
but switching to bank 1 from MIDI, no bank is selected, and hence
no program is available.

Switching to bank 1 from vmpk, vmpk responds to Program Changes from MIDI
bank 1 is called Roland GS Var #01 

As I understand, it should be patch[1], not patch[128].
Note that vmpk actually imported the definition from qtractor,
although I didn't find it on my file system.
And qtractor segfaults at startup, so I can't look for it from the inside.
Or maybe the real GS kits expect that behaviour.

I will try modifying the definition file and report back.
(For now, a friend of mine who actually owns the controller just
dropped in and wants to play music with it, not code :)

..Patch Names

[General MIDI]
0=Acoustic Grand Piano
1=Bright Acoustic Piano

[Roland GS Capital Tones]
0=Piano 1
1=Piano 2

[Roland GS Var #01]
38=Synth Bass101
57=Trombone 2

[XG Bank 0]
0=01 GrandPno
1=02 BritePno

[XG Bank 1 (KSP)]
0=01 GrndPnoK
1=02 BritPnoK


..Instrument Definitions

[Roland GS]
Control=Roland GS Controllers
NRPN=Roland GS NRPN
Patch[0]=Roland GS Capital Tones
Patch[128]=Roland GS Var #01


[Yamaha XG]
Control=Yamaha XG Controllers
Patch[0]=XG Bank 0
Patch[1]=XG Bank 1 (KSP)






-- System Information:
Debian Release: 6.0
  APT prefers stable
  APT policy: (990, 'stable'), (980, 'testing'), (500, 'stable'), (450, 
'unstable'), (50, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.37-titine-4 (PREEMPT)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages vmpk depends on:
ii  libasound21.0.23-2.1 shared library for ALSA applicatio
ii  libc6 2.11.2-10  Embedded GNU C Library: Shared lib
ii  libgcc1   1:4.4.5-8  GCC support library
ii  libqt4-dbus   4:4.6.3-4  Qt 4 D-Bus module
ii  libqt4-svg4:4.6.3-4  Qt 4 SVG module
ii  libqt4-xml4:4.6.3-4  Qt 4 XML module
ii  libqtcore44:4.6.3-4  Qt 4 core module
ii  libqtgui4 4:4.6.3-4  Qt 4 GUI module
ii  libstdc++64.6-20110125-1 The GNU Standard C++ Library v3
ii  libx11-6  2:1.4.1-4  X11 client-side library

Versions of packages vmpk recommends:
ii  qjackctl  0.3.7-1User interface for controlling the
ii  qsynth0.3.5-1fluidsynth MIDI sound synthesiser 

vmpk suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#612760: terminatorx: New version available upstream

2011-02-10 Thread Benoît Delcour
Package: terminatorx
Severity: normal

A new upstream release is available at terminatorx.org:
http://terminatorx.org/dist/terminatorX-3.83.tar.gz
http://terminatorx.org/dist/terminatorX-3.83.tar.bz2


-- System Information:
Debian Release: 6.0
  APT prefers stable
  APT policy: (500, 'stable'), (450, 'unstable'), (50, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.37-titine-4 (PREEMPT)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#332646: linphone: Support for alsa dmix plugin

2010-08-07 Thread Benoît Delcour
I have just installed linphone 3.3.2 
There is a PulseAudio: default choice in the device list.
I didn't test it, since the daemon is not installed on my system (libpulse0 is).
Maybe the package could recommend or suggest pulseaudio, to get the same 
functionnality?
dmix is of little use nowadays, since alsa can handle several streams on a 
single device IIRC.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#299476: Noise removal makes it to sound very digital

2010-02-08 Thread Benoît Delcour

Noise removal has been rewritten in audacity 1.3.3
(see upstream release notes). Quality is indeed much improved.
IMHO this bug should be closed.

-- 

This is a .signature virus.
Please copy me to your .signature file, so that I can multiply.




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#520395: Audacity sometimes suddenly hangs when playing a file

2010-02-08 Thread Benoît Delcour

I have found a workaround:
explicitly state a default in .asoundrc:


pcm.!default {
   type hw
   card 1
}

ctl.!default {
   type hw
   card 1
}


and choosing default in audacity does the trick on my desktop (w/ card 0  1)
and my laptop (w/ card 0).



-- 

This is a .signature virus.
Please copy me to your .signature file, so that I can multiply.




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#520395: Audacity sometimes suddenly hangs when playing a file

2009-09-11 Thread Benoît Delcour
Just gave it a try.
Still the same hangups for me.

Note that audacity CPU usage drops to a idle level,
while Xorg stays quite high (~50% on my athlon XP 2000+)
Xorg CPU level drops to 3-5% when I press STOP.

Also of interest: I'm using a SB Live (hw1:0) with my audio system;
I also have an integrated soundcard (hw0:0), with same behavior.
HOWEVER, when selecting default rather than (hw0:0) as the playback
device, I don't have any trouble.

Sorry for lack of config info, I do not have internet access at home.
(Debian Sid)
I will check this report regularly.


Can you try to reproduce it with version 1.3.9-1?

Cheers,
Benjamin



-- 

This is a .signature virus.
Please copy me to your .signature file, so that I can multiply.




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org