Bug#601652: need to delete cache or libffado2 fails

2010-10-28 Thread Max Kellermann
Package: libffado2 Version: 2.0.1+svn1856-5 Severity: important The attached program fails when the libffado2 cache exists (~/.ffado/cache). It spills the following error message in ffado_streaming_start(): libiec61883 warning: iec61883_cmp_create_p2p_output: Failed to set the oPCR[0] plug for

Re: [SCM] xvidcore/master: Set CFLAGS via DEB_CFLAGS, otherwise let xvidcore's build system chose CFLAGS.

2010-10-28 Thread Fabian Greffrath
Am 28.10.2010 07:32, schrieb Jonas Smedegaard: +# Set CFLAGS from DEB_CFLAGS if defined, otherwise let xvidcore's build system +# set CFLAGS to use. +CFLAGS = $(or $(DEB_CFLAGS),) Simpler: CFLAGS = $(DEB_CFLAGS) By the way, what's the purpose of these changes at all?!

Bug#601652: missing file

2010-10-28 Thread Max Kellermann
Here's the missing C program. It turns out clearing the cache does not affect the issue; just my first few tries showed a correlation. Now it seems to fail always. I will update this bug report as soon as I know more. #include libffado/ffado.h #include stdbool.h #include string.h #include

Processing of pd-iemnet_0.1-1_i386.changes

2010-10-28 Thread Debian FTP Masters
pd-iemnet_0.1-1_i386.changes uploaded successfully to localhost along with the files: pd-iemnet_0.1-1.dsc pd-iemnet_0.1.orig.tar.gz pd-iemnet_0.1-1.debian.tar.gz pd-iemnet_0.1-1_i386.deb Greetings, Your Debian queue daemon (running on host franck.debian.org)

Processing of pd-earplug_0.2-1_i386.changes

2010-10-28 Thread Debian FTP Masters
pd-earplug_0.2-1_i386.changes uploaded successfully to localhost along with the files: pd-earplug_0.2-1.dsc pd-earplug_0.2.orig.tar.gz pd-earplug_0.2-1.debian.tar.gz pd-earplug_0.2-1_i386.deb Greetings, Your Debian queue daemon (running on host franck.debian.org)

Re: [SCM] pd-iemnet/master: watch file sourceforge

2010-10-28 Thread IOhannes m zmoelnig
On 2010-10-27 21:31, Reinhard Tartler wrote: On Mi, Okt 20, 2010 at 11:04:28 (CEST), zmoelnig-gu...@users.alioth.debian.org wrote: The following commit has been merged in the master branch: commit 615adb5ed59a6770c787fb4492a1ec1b84a41724 Author: IOhannes m zmölnig zmoel...@iem.at Date:

pd-earplug_0.2-1_i386.changes is NEW

2010-10-28 Thread Debian FTP Masters
(new) pd-earplug_0.2-1.debian.tar.gz optional sound (new) pd-earplug_0.2-1.dsc optional sound (new) pd-earplug_0.2-1_i386.deb optional sound binaural filter based on KEMAR impulse measurement for Pd earplug~ is a realtime binaural filter based on KEMAR impulse measurement. It allows you to

pd-iemnet_0.1-1_i386.changes is NEW

2010-10-28 Thread Debian FTP Masters
(new) pd-iemnet_0.1-1.debian.tar.gz optional sound (new) pd-iemnet_0.1-1.dsc optional sound (new) pd-iemnet_0.1-1_i386.deb optional sound A Pd library for low-level networking This library adds Pure Data objects that allow to build a networking infrastructure within Pd on OSI-Layer 4 (transport

Bug#601657: libffado2 thread crashes with assertion failure

2010-10-28 Thread Max Kellermann
Package: libffado2 Version: 2.0.1+svn1856-5 Severity: serious The attached test program can trigger a (timing?) bug in libffado2, which causes an assertion failure

Processing of pd-freeverb_1.2-1_i386.changes

2010-10-28 Thread Debian FTP Masters
pd-freeverb_1.2-1_i386.changes uploaded successfully to localhost along with the files: pd-freeverb_1.2-1.dsc pd-freeverb_1.2.orig.tar.gz pd-freeverb_1.2-1.debian.tar.gz pd-freeverb_1.2-1_i386.deb Greetings, Your Debian queue daemon (running on host franck.debian.org)

Processing of pd-plugin_0.2.1-1_i386.changes

2010-10-28 Thread Debian FTP Masters
pd-plugin_0.2.1-1_i386.changes uploaded successfully to localhost along with the files: pd-plugin_0.2.1-1.dsc pd-plugin_0.2.1.orig.tar.gz pd-plugin_0.2.1-1.debian.tar.gz pd-plugin_0.2.1-1_i386.deb Greetings, Your Debian queue daemon (running on host franck.debian.org)

Bug#601660: Error [..] (Success)

2010-10-28 Thread Max Kellermann
Package: libffado2 Version: 2.0.1+svn1856-5 libffado2 prints this very obscure error message to stderr: ERROR: messagebuffer not initialized: 1250953428115: Error (PosixThread.cpp)[ 254] DropRealTime: Cannot switch to normal scheduling priority(Success) This does not make sense at all.

pd-freeverb_1.2-1_i386.changes is NEW

2010-10-28 Thread Debian FTP Masters
(new) pd-freeverb_1.2-1.debian.tar.gz optional sound (new) pd-freeverb_1.2-1.dsc optional sound (new) pd-freeverb_1.2-1_i386.deb optional sound studio-quality Schroeder/Moorer reverb as a Pd object Freeverb is a simple implementation of the standard Schroeder/Moorer reverb model. It uses 8 comb

pd-plugin_0.2.1-1_i386.changes is NEW

2010-10-28 Thread Debian FTP Masters
(new) pd-plugin_0.2.1-1.debian.tar.gz optional sound (new) pd-plugin_0.2.1-1.dsc optional sound (new) pd-plugin_0.2.1-1_i386.deb optional sound LADSPA and VST plug-in hosting for Pd This is a Pd tilde object for hosting LADSPA audio plug-ins. The LADSPA plug-in interface is supported completely.

Bug#601661: Documentation refers to ffado_streaming_write()

2010-10-28 Thread Max Kellermann
Package: libffado2 Version: 2.0.1+svn1856-5 The documentation in /usr/include/libffado/ffado.h refers to the function ffado_streaming_write(), but this function does not exist. ___ pkg-multimedia-maintainers mailing list

Bug#601663: libffado2 reads from freed memory

2010-10-28 Thread Max Kellermann
Package: libffado2 Version: 2.0.1+svn1856-5 Severity: serious libffado2 reads a lot of values from freed or uninitialized memory. That is obviously a crash waiting to happen. See attached valgrind log file. Thread 10: Conditional jump or move depends on uninitialised value(s) at 0xAEE9C75:

Bug#601665: libva1: Please package 1.0.5. Needed for acceleration on Intel platform.

2010-10-28 Thread valette
Package: libva1 Version: 1.0.4-1 Severity: wishlist The recommended Intel version is 1.0.5. -- System Information: Debian Release: squeeze/sid APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 2.6.36 (SMP w/2 CPU cores;

Bug#601652: marked as done (need to delete cache or libffado2 fails)

2010-10-28 Thread Debian Bug Tracking System
Your message dated Thu, 28 Oct 2010 10:58:22 +0200 with message-id 20101028085821.gq14...@ltw.loris.tv and subject line Re: Bug#601652: need to delete cache or libffado2 fails has caused the Debian Bug report #601652, regarding need to delete cache or libffado2 fails to be marked as done. This

Bug#601657: marked as done (libffado2 thread crashes with assertion failure)

2010-10-28 Thread Debian Bug Tracking System
Your message dated Thu, 28 Oct 2010 11:08:19 +0200 with message-id 20101028090819.gr14...@ltw.loris.tv and subject line Re: Bug#601657: libffado2 thread crashes with assertion failure has caused the Debian Bug report #601657, regarding libffado2 thread crashes with assertion failure to be marked

Bug#601659: Double free bug in libffado2

2010-10-28 Thread Adrian Knoth
severity 601659 normal forwarded 601659 http://subversion.ffado.org/ticket/306 thanks While trying to write a ffado output plugin, MPD crashed with the following double free bug (backtrace shows it's inside libraw1394, but my guess is that libffado calls libraw1394 with an invalid pointer): I

Processed: Re: Bug#601659: Double free bug in libffado2

2010-10-28 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: severity 601659 normal Bug #601659 [libffado2] Double free bug in libffado2 Severity set to 'normal' from 'serious' forwarded 601659 http://subversion.ffado.org/ticket/306 Bug #601659 [libffado2] Double free bug in libffado2 Set Bug

Re: [SCM] gpac packaging branch, master, updated. debian/0.4.5-0.3ubuntu6-10-gd82a40b

2010-10-28 Thread Reinhard Tartler
On Di, Mai 04, 2010 at 06:36:20 (CEST), ceros-gu...@users.alioth.debian.org wrote: The following commit has been merged in the master branch: commit 5e80fd9045ea31f2c2108bd390de5a0788485630 Author: Andres Mejia mcita...@gmail.com Date: Tue May 4 00:23:50 2010 -0400 Create package for

Re: [SCM] gpac packaging branch, master, updated. debian/0.4.5-0.3ubuntu6-10-gd82a40b

2010-10-28 Thread Reinhard Tartler
On Do, Okt 28, 2010 at 11:46:47 (CEST), Reinhard Tartler wrote: On Di, Mai 04, 2010 at 06:36:20 (CEST), ceros-gu...@users.alioth.debian.org wrote: The following commit has been merged in the master branch: commit 5e80fd9045ea31f2c2108bd390de5a0788485630 Author: Andres Mejia

Bug#601657: libffado2 thread crashes with assertion failure

2010-10-28 Thread Max Kellermann
reopen 601657 thanks On 2010/10/28 11:08, Adrian Knoth a...@drcomp.erfurt.thur.de wrote: On Thu, Oct 28, 2010 at 09:31:48AM +0200, Max Kellermann wrote: The attached test program can trigger a (timing?) bug in libffado2, Welcome to userlevel device drivers. For some reasons, the packets

Processed: Re: Bug#601657: libffado2 thread crashes with assertion failure

2010-10-28 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: reopen 601657 Bug #601657 {Done: Adrian Knoth a...@drcomp.erfurt.thur.de} [libffado2] libffado2 thread crashes with assertion failure thanks Stopping processing here. Please contact me if you need assistance. -- 601657:

Processed: severity of 601657 is normal

2010-10-28 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: severity 601657 normal Bug #601657 [libffado2] libffado2 thread crashes with assertion failure Severity set to 'normal' from 'serious' thanks Stopping processing here. Please contact me if you need assistance. -- 601657:

Espero que a sua comunicação urgente.

2010-10-28 Thread Mr.Soumano Traore
Da mesa de Mr.Soumano Traore, O auditor sênior responsável UNIDADE REMESSA EXTERNA, BANK OF AFRICA (BOA). Ouagadougou, Burkina Faso. Caro amigo, I presume que está tudo bem com você e sua família. Por favor, que isto não seja uma mensagem surpresa para você, porque eu tenho suas

Bug#601659: Double free bug in libffado2

2010-10-28 Thread Max Kellermann
On 2010/10/28 11:18, Adrian Knoth a...@drcomp.erfurt.thur.de wrote: I bet it happens upon termination. That's http://subversion.ffado.org/ticket/306 Yes it looks similar, and actually I was able to reproduce the JACK crash easily with MPD as a JACK client - after I closed qjackctl, JACK

Bug#601657: libffado2 thread crashes with assertion failure

2010-10-28 Thread Adrian Knoth
On Thu, Oct 28, 2010 at 11:41:50AM +0200, Max Kellermann wrote: ERROR: messagebuffer not initialized: 1250338856611: Warning (ffado.cpp)[ 121] ffado_streaming_init: Realtime scheduling is not enabled. This will cause significant reliability issues. You're running it without

Bug#601657: libffado2 thread crashes with assertion failure

2010-10-28 Thread Max Kellermann
On 2010/10/28 13:44, Adrian Knoth a...@drcomp.erfurt.thur.de wrote: When I compare http://bugs.debian.org/cgi-bin/bugreport.cgi?msg=5;filename=test.c;att=1;bug=601657 to the code in jackd1's drivers/firewire/ directory or to ffado's tests/streaming/teststreaming3.cpp, I wonder if you

Processed (with 66 errors): Please change me email address

2010-10-28 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: submitter 341249 javibarr...@gmail.com Failed to set submitter on 341249: Not altering archived bugs; see unarchive. submitter 368069 javibarr...@gmail.com Failed to set submitter on 368069: Not altering archived bugs; see unarchive. submitter

Processed: severity of 601663 is normal

2010-10-28 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: severity 601663 normal Bug #601663 [libffado2] libffado2 reads from freed memory Severity set to 'normal' from 'serious' thanks Stopping processing here. Please contact me if you need assistance. -- 601663:

Processed: bug 601660 is forwarded to http://subversion.ffado.org/ticket/312

2010-10-28 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: forwarded 601660 http://subversion.ffado.org/ticket/312 Bug #601660 [libffado2] Error [..] (Success) Set Bug forwarded-to-address to 'http://subversion.ffado.org/ticket/312'. thanks Stopping processing here. Please contact me if you need

Bug#601660: Patch upstream

2010-10-28 Thread Adrian Knoth
Hi! Can you try the proposed patch in http://subversion.ffado.org/attachment/ticket/312/error-success.patch if it fixes your problem? I don't know how to trigger the bug, but I guess you do. ;) TIA -- mail: a...@thur.de http://adi.thur.de PGP/GPG: key via keyserver

Re: [SCM] pd-iemnet/master: watch file sourceforge

2010-10-28 Thread Hans-Christoph Steiner
On Oct 28, 2010, at 3:29 AM, IOhannes m zmoelnig wrote: On 2010-10-27 21:31, Reinhard Tartler wrote: On Mi, Okt 20, 2010 at 11:04:28 (CEST), zmoelnig-gu...@users.alioth.debian.org wrote: The following commit has been merged in the master branch: commit

bristol 0.60.5-3 MIGRATED to testing

2010-10-28 Thread Debian testing watch
FYI: The status of the bristol source package in Debian's testing distribution has changed. Previous version: 0.60.5-2 Current version: 0.60.5-3 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will

Re: next, two small, weird-ish packages: puredata-import and pd-libdir

2010-10-28 Thread Felipe Sateler
On Mon, Oct 25, 2010 at 01:28, Hans-Christoph Steiner h...@at.or.at wrote: Hey all, So the plan for puredata-dev has been pushed off until Pure Data 0.43 is released and packaged, so I think that the approach used in these two packages is going to be necessary for the timebeing. Can anyone

Processing of pd-libdir_1.9-1_amd64.changes

2010-10-28 Thread Debian FTP Masters
pd-libdir_1.9-1_amd64.changes uploaded successfully to localhost along with the files: pd-libdir_1.9-1.dsc pd-libdir_1.9.orig.tar.gz pd-libdir_1.9-1.debian.tar.gz pd-libdir_1.9-1_amd64.deb Greetings, Your Debian queue daemon (running on host franck.debian.org)

pd-libdir_1.9-1_amd64.changes is NEW

2010-10-28 Thread Debian FTP Masters
(new) pd-libdir_1.9-1.debian.tar.gz optional sound (new) pd-libdir_1.9-1.dsc optional sound (new) pd-libdir_1.9-1_amd64.deb optional sound provides support for the libdir library format for Pd The 'libdir' loader is a Pure Data loader which supports the libdir library format. The libdir library

Ofertas Print Line 28/10/2010

2010-10-28 Thread Print Line International