Bug#657081: audacious: FTBFS on hurd-i386

2012-01-26 Thread Cyril LAVIER
On Tue, 24 Jan 2012 18:27:35 -0500, John Lindgren wrote: On 01/24/2012 08:51 AM, Cyril LAVIER wrote: Hi John. As stated in bug #639374, I'm working on packages for audacious 3.2. I hope I will be the modifications to the git repository next week (damn otitis and headaches). Thanks.

Bug#657081: audacious: FTBFS on hurd-i386

2012-01-26 Thread Svante Signell
On Thu, 2012-01-26 at 11:42 +0100, Cyril LAVIER wrote: On Tue, 24 Jan 2012 18:27:35 -0500, John Lindgren wrote: On 01/24/2012 08:51 AM, Cyril LAVIER wrote: So I just tested to build the 3.2 release under a hurd-i386 system. It builds fine, so when the packages will be ready, users of

Bug#657081: audacious: FTBFS on hurd-i386

2012-01-24 Thread John Lindgren
tags 657081 fixed-upstream thanks Hi, As upstream maintainer I would much rather you simply updated Audacious in Debian to the current version, which doesn't use PATH_MAX and therefore should not have any problem building on HURD. -- John Lindgren -- To UNSUBSCRIBE, email to

Bug#657081: audacious: FTBFS on hurd-i386

2012-01-24 Thread Svante Signell
On Tue, 2012-01-24 at 08:39 -0500, John Lindgren wrote: tags 657081 fixed-upstream thanks Hi, As upstream maintainer I would much rather you simply updated Audacious in Debian to the current version, which doesn't use PATH_MAX and therefore should not have any problem building on HURD.

Bug#657081: audacious: FTBFS on hurd-i386

2012-01-24 Thread Cyril LAVIER
On Tue, 24 Jan 2012 08:39:55 -0500, John Lindgren wrote: tags 657081 fixed-upstream thanks Hi, As upstream maintainer I would much rather you simply updated Audacious in Debian to the current version, which doesn't use PATH_MAX and therefore should not have any problem building on HURD. --

Bug#657081: audacious: FTBFS on hurd-i386

2012-01-24 Thread John Lindgren
On 01/24/2012 08:51 AM, Cyril LAVIER wrote: Hi John. As stated in bug #639374, I'm working on packages for audacious 3.2. I hope I will be the modifications to the git repository next week (damn otitis and headaches). Thanks. Thank you, Cyril! -- To UNSUBSCRIBE, email to

Bug#657081: audacious: FTBFS on hurd-i386

2012-01-23 Thread Svante Signell
Package: audacious Version: 2.4.4-1 Severity: important Tags: patch User: debian-h...@lists.debian.org Usertags: hurd Hello, The attached small patch solves the build problem [1] of audacious for GNU/Hurd. Instead of using PATH_MAX dynamic allocation of buffers are made. The patched packages has

Bug#657081: audacious: FTBFS on hurd-i386

2012-01-23 Thread Pino Toscano
Alle lunedì 23 gennaio 2012, Svante Signell ha scritto: +len = strlen(FILENAME) + 1 + strlen(aud_paths[BMP_PATH_USER_DIR]) + 1; +path = g_malloc (len); +snprintf (path, len, %s/ FILENAME, aud_paths[BMP_PATH_USER_DIR]); path = g_strdup_printf (%s/ FILENAME,

Bug#657081: audacious: FTBFS on hurd-i386

2012-01-23 Thread Svante Signell
On Mon, 2012-01-23 at 23:31 +0100, Pino Toscano wrote: Alle lunedì 23 gennaio 2012, Svante Signell ha scritto: +len = strlen(FILENAME) + 1 + strlen(aud_paths[BMP_PATH_USER_DIR]) + 1; +path = g_malloc (len); +snprintf (path, len, %s/ FILENAME, aud_paths[BMP_PATH_USER_DIR]);

Bug#657081: audacious: FTBFS on hurd-i386

2012-01-23 Thread Guillem Jover
Hi! On Mon, 2012-01-23 at 22:56:27 +0100, Svante Signell wrote: Package: audacious Version: 2.4.4-1 Severity: important Tags: patch User: debian-h...@lists.debian.org Usertags: hurd diff -ur audacious-2.4.4/src/audacious/plugin-registry.c