gEDA-dev: gschem's mkinstalldirs problem

Carlos Nieves Ónega cnieves.mail at gmail.com
Thu Sep 21 14:28:30 EDT 2006


Hi all,
when I do a "make install" with a fresh CVS checkout, gschem's
installation fails:

Making install in po
make[2]: entering directory
`/home/cnieves/temp/geda_cvs/geda_cvs_fresh/geda/gaf/gschem/po'
/bin/sh @MKINSTALLDIRS@ /home/cnieves/geda/share
/bin/sh: @MKINSTALLDIRS@: File or directory doesn't exist
make[2]: *** [install-data-yes] Error 127
make[2]: exiting directory
`/home/cnieves/temp/geda_cvs/geda_cvs_fresh/geda/gaf/gschem/po'
make[1]: *** [install-recursive] Error 1
make[1]: exiting directory
`/home/cnieves/temp/geda_cvs/geda_cvs_fresh/geda/gaf/gschem'
make: *** [gschem_install] Error 2

Here is mkinstalldirs definition in gschem/po/Makefile:
INSTALL = /usr/bin/install -c
INSTALL_DATA = ${INSTALL} -m 644
MKINSTALLDIRS = @MKINSTALLDIRS@
mkinstalldirs = $(SHELL) $(MKINSTALLDIRS)

If I change the last line by:
mkinstalldirs = ${top_srcdir}/mkinstalldirs

then it works ok. Did anyone change something in the configure or
automake stuff recently?

Thanks,

Carlos



More information about the geda-dev mailing list