Re: [Fwd: Re: [jack-mixer]bin/sh: no: command not found]]

2009-04-10 Thread Grammostola Rosea
Paul Wise wrote: On Fri, Apr 10, 2009 at 3:32 AM, Grammostola Rosea wrote: pkg-shlibdeps: warning: symbol sqrt used by debian/jack-mixer/usr/lib/python2.5/site-packages/_jack_mixer_c.so found in none of the libraries. According to the sqrt manual page you need to link with -lm

Re: [Fwd: Re: [jack-mixer]bin/sh: no: command not found]]

2009-04-10 Thread Paul Wise
On Fri, Apr 10, 2009 at 9:34 PM, Grammostola Rosea rosea.grammost...@gmail.com wrote: How do I link with -lm? Add it to the link command. How that is done depends on the upstream build system. you mean in jack_mixer.c? Can't find it in that file. No, in the upstream build system. Another

Re: [Fwd: Re: [jack-mixer]bin/sh: no: command not found]]

2009-04-09 Thread Grammostola Rosea
Thorsten Alteholz wrote: Hi, On Tue, 7 Apr 2009, Grammostola Rosea wrote: I dunno. I'm not an programmer. Maybe someone can help me find out? sorry, but I have to ask. What excactly are you trying to do? I found your RFP for jack_mixer. Are you now trying to build the package on your own?

Re: [Fwd: Re: [jack-mixer]bin/sh: no: command not found]]

2009-04-09 Thread Grammostola Rosea
Grammostola Rosea wrote: Thorsten Alteholz wrote: Hi, On Tue, 7 Apr 2009, Grammostola Rosea wrote: I dunno. I'm not an programmer. Maybe someone can help me find out? sorry, but I have to ask. What excactly are you trying to do? I found your RFP for jack_mixer. Are you now trying to build

Re: [Fwd: Re: [jack-mixer]bin/sh: no: command not found]]

2009-04-09 Thread Paul Wise
On Fri, Apr 10, 2009 at 3:32 AM, Grammostola Rosea wrote: pkg-shlibdeps: warning: symbol sqrt used by debian/jack-mixer/usr/lib/python2.5/site-packages/_jack_mixer_c.so found in none of the libraries. According to the sqrt manual page you need to link with -lm dpkg-shlibdeps: warning:

Re: [Fwd: Re: [jack-mixer]bin/sh: no: command not found]]

2009-04-06 Thread Grammostola Rosea
Subject: Re: [jack-mixer]bin/sh: no: command not found To: debian-mentors@lists.debian.org Date: Tue, 31 Mar 2009 20:37:24 +0100 Resent-From: debian-mentors@lists.debian.org On Tue, 31 Mar 2009 21:26:14 +0200 Grammostola Rosea rosea.grammost...@gmail.com wrote: Eugene V. Lyubimkin wrote

[Fwd: Re: [jack-mixer]bin/sh: no: command not found]]

2009-04-06 Thread Grammostola Rosea
Hi, I got this reply back from upstream author. I know close to nothing about programming, so I'm looking for a bit assistance here. Thanks. \r ---BeginMessage--- Grammostola Rosea rosea.grammost...@gmail.com writes: From: Neil Williams codeh...@debian.org Subject: Re: [jack-mixer]bin/sh

Re: [Fwd: Re: [jack-mixer]bin/sh: no: command not found]]

2009-04-06 Thread Jonathan Wiltshire
On Mon, Apr 06, 2009 at 12:09:50PM +0200, Grammostola Rosea wrote: make[3]: Entering directory `/tmp/buildd/jack-mixer-6' GCONF_CONFIG_SOURCE= no --makefile-install-rule ./jack_mixer.schemas ^^ It's still that space right there. make is trying to call the command 'no',

Re: [Fwd: Re: [jack-mixer]bin/sh: no: command not found]]

2009-04-06 Thread Grammostola Rosea
Jonathan Wiltshire wrote: On Mon, Apr 06, 2009 at 12:09:50PM +0200, Grammostola Rosea wrote: make[3]: Entering directory `/tmp/buildd/jack-mixer-6' GCONF_CONFIG_SOURCE= no --makefile-install-rule ./jack_mixer.schemas ^^ It's still that space right there. make is

Re: [Fwd: Re: [jack-mixer]bin/sh: no: command not found]]

2009-04-06 Thread Jonathan Wiltshire
On Mon, Apr 06, 2009 at 09:44:20PM +0200, Grammostola Rosea wrote: It's still that space right there. make is trying to call the command 'no', instead of assigning the value to the variable GCONF_CONFIG_SOURCE. Thanks for comments. Which file should I look at? Personally I would unpack

Re: [Fwd: Re: [jack-mixer]bin/sh: no: command not found]]

2009-04-06 Thread Grammostola Rosea
Jonathan Wiltshire wrote: On Mon, Apr 06, 2009 at 09:44:20PM +0200, Grammostola Rosea wrote: It's still that space right there. make is trying to call the command 'no', instead of assigning the value to the variable GCONF_CONFIG_SOURCE. Thanks for comments. Which file should I

Re: [Fwd: Re: [jack-mixer]bin/sh: no: command not found]]

2009-04-06 Thread Matthias Julius
Jonathan Wiltshire deb...@jwiltshire.org.uk writes: On Mon, Apr 06, 2009 at 12:09:50PM +0200, Grammostola Rosea wrote: make[3]: Entering directory `/tmp/buildd/jack-mixer-6' GCONF_CONFIG_SOURCE= no --makefile-install-rule ./jack_mixer.schemas ^^ It's still that space

Re: [Fwd: Re: [jack-mixer]bin/sh: no: command not found]]

2009-04-06 Thread Grammostola Rosea
Matthias Julius wrote: Jonathan Wiltshire deb...@jwiltshire.org.uk writes: On Mon, Apr 06, 2009 at 12:09:50PM +0200, Grammostola Rosea wrote: make[3]: Entering directory `/tmp/buildd/jack-mixer-6' GCONF_CONFIG_SOURCE= no --makefile-install-rule ./jack_mixer.schemas

[jack-mixer]bin/sh: no: command not found

2009-03-31 Thread Grammostola Rosea
Hi, I tried to build jack-mixer, but after running: pbuilder build *.dsc I get: make[3]: Entering directory `/tmp/buildd/jack-mixer-6' GCONF_CONFIG_SOURCE= no --makefile-install-rule ./jack_mixer.schemas

Re: [jack-mixer]bin/sh: no: command not found

2009-03-31 Thread Stephan Peijnik
On Tue, 2009-03-31 at 21:11 +0200, Grammostola Rosea wrote: Hi, I tried to build jack-mixer, but after running: pbuilder build *.dsc I get: You should probably not use globbing and use pdebuild instead. When using pdebuild you can change to the source directory and simply run pdebuild without

Re: [jack-mixer]bin/sh: no: command not found

2009-03-31 Thread Eugene V. Lyubimkin
Grammostola Rosea wrote: GCONF_CONFIG_SOURCE= no --makefile-install-rule ^ This space should be removed. -- Eugene V. Lyubimkin aka JackYF, JID: jackyf.devel(maildog)gmail.com C++/Perl developer, Debian Maintainer signature.asc Description: OpenPGP digital signature

Re: [jack-mixer]bin/sh: no: command not found

2009-03-31 Thread Grammostola Rosea
Stephan Peijnik wrote: Oh, and what jack-mixer package are you talking about? There is no jack-mixer package in Debian's repository. It's an new package, filed as RFP bug as jack_mixer \r -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject of

Re: [jack-mixer]bin/sh: no: command not found

2009-03-31 Thread Grammostola Rosea
Eugene V. Lyubimkin wrote: Grammostola Rosea wrote: GCONF_CONFIG_SOURCE= no --makefile-install-rule ^ This space should be removed. Where can I find this line? I use cdbs. \r -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a

Re: [jack-mixer]bin/sh: no: command not found

2009-03-31 Thread Neil Williams
On Tue, 31 Mar 2009 21:26:14 +0200 Grammostola Rosea rosea.grammost...@gmail.com wrote: Eugene V. Lyubimkin wrote: Grammostola Rosea wrote: GCONF_CONFIG_SOURCE= no --makefile-install-rule ^ This space should be removed. Where can I find this