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

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



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 look at?

Personally I would unpack the upstream source somwhere convenient and
grep it for 'GCONF_CONFIG_SOURCE' to see if that error is in there. If
it is, blame upstream.

(of course, my experience is limited and a DD may have a different
theory.)

In Makefile.am I find

if GCONF_SCHEMAS_INSTALL
install-data-hook:
GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(srcdir)/$(schema_DATA)

uninstall-hook:
GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-uninstall-rule $(srcdir)/$(schema_DATA)
   rm -vf $(DESTDIR)$(bindir)/jack_mixer
endif

In Makefile.in :

install-exec-hook:
   ln -vfs jack_mixer.py $(DESTDIR)$(bindir)/jack_mixer

@GCONF_SCHEMAS_INSTALL_TRUE@install-data-hook:
@GCONF_SCHEMAS_INSTALL_TRUE@ GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(srcdir)/$(schema_DATA)

@GCONF_SCHEMAS_INSTALL_TRUE@uninstall-hook:
@GCONF_SCHEMAS_INSTALL_TRUE@ GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-uninstall-rule $(srcdir)/$(schema_DATA)
@GCONF_SCHEMAS_INSTALL_TRUE@    rm -vf $(DESTDIR)$(bindir)/jack_mixer
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:





Reply to: