[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

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



Matthias Julius wrote:
Jonathan Wiltshire <debian@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 right there. make is trying to call the command
'no', instead of assigning the value to the variable
GCONF_CONFIG_SOURCE.

>From the Make Manual:
,----
| 6.5 Setting Variables
| | To set a variable from the makefile, write a line starting with the
| variable name followed by ‘=’ or ‘:=’. Whatever follows the ‘=’ or
| ‘:=’ on the line becomes the value. For example,
| | objects = main.o foo.o bar.o utils.o | | defines a variable named objects. Whitespace around the variable name
| and immediately after the ‘=’ is ignored.
`----

So the space should not hurt.

Thanks.

Ok, so what can be the problem instead?

The upstream author says
"Yes, gconf is called by make. The suse packager requested the --disable-schemas-install configure option and this made it for him. If you have better suggestion, do it."

Don't know if it is related...

\r


Reply to: