[Freevo-devel] librsvg-2.0-dev not found on Debian Sid

2006-05-26 Thread Gorka Olaizola
I'm trying to compile kaa and freevo2 in a Debian Sid. The setup.py script does not find librsvg-2.0-config and does not compile mng and svg support. I think this package uses pkg-config and not a -config script. The ouput of pkgconfig is as follows. $ pkg-config --cflags librsvg-2.0

Re: [Freevo-devel] librsvg-2.0-dev not found on Debian Sid

2006-05-26 Thread Jason Tackaberry
On Fri, 2006-05-26 at 19:29 +0200, Gorka Olaizola wrote: I'm trying to compile kaa and freevo2 in a Debian Sid. The setup.py script does not find librsvg-2.0-config and does not compile mng and svg support. I think this package uses pkg-config and not a -config script. pkg-config is

Re: [Freevo-devel] librsvg-2.0-dev not found on Debian Sid

2006-05-26 Thread Gorka Olaizola
On Fri, May 26, 2006 at 01:41:08PM -0400, Jason Tackaberry wrote: What's the output of pkg-config librsvg-2.0 --modversion? [EMAIL PROTECTED] pkg-config librsvg-2.0 --modversion 2.14.3 Similarly, what's the output of pkg-config libvisual --modversion? [EMAIL PROTECTED] pkg-config

Re: [Freevo-devel] librsvg-2.0-dev not found on Debian Sid

2006-05-26 Thread Jason Tackaberry
On Fri, 2006-05-26 at 20:59 +0200, Gorka Olaizola wrote: [EMAIL PROTECTED] pkg-config librsvg-2.0 --modversion 2.14.3 [...] [EMAIL PROTECTED] pkg-config libvisual --modversion 0.2.0 Ok, those look good. Can you paste the output when you run 'python setup.py build' in kaa/canvas? Jason.

Re: [Freevo-devel] librsvg-2.0-dev not found on Debian Sid

2006-05-26 Thread Gorka Olaizola
On Fri, May 26, 2006 at 03:15:22PM -0400, Jason Tackaberry wrote: Ok, those look good. Can you paste the output when you run 'python setup.py build' in kaa/canvas? The error is related to the shell I'm using. I think some time ago I had similar problems. I have /bin/sh poiting to /bin/dash

Re: [Freevo-devel] librsvg-2.0-dev not found on Debian Sid

2006-05-26 Thread Jason Tackaberry
On Sat, 2006-05-27 at 00:02 +0200, Gorka Olaizola wrote: The construction /dev/null seems a bash-ism. I think you should change the strings I think the correct solution would be is to invoke /bin/bash explicitly. Because maybe the default shell is /bin/mycrappyshell that doesn't even support 2

Re: [Freevo-devel] librsvg-2.0-dev not found on Debian Sid

2006-05-26 Thread Gorka Olaizola
On Fri, May 26, 2006 at 06:13:38PM -0400, Jason Tackaberry wrote: I think the correct solution would be is to invoke /bin/bash explicitly. Because maybe the default shell is /bin/mycrappyshell that doesn't even support 2 syntax :) If a shell is not posix compatible is not worth to support