[CM] install-data-yes ERROR (snd snapshot 20051211)

Bill Schottstaedt bil@ccrma.Stanford.EDU
Sun, 11 Dec 2005 07:19:27 -0800


> /bin/sh: ../.././mkinstalldirs: No such file or directory 

In the po/Makefile, top_builddir should be "..", but for some reason,
in your case, it must be set to "../.." -- this is handled by the NLS configuration
process, not technically a part of Snd (I have no control over it, and
only get angry when I try to read it).  I don't know why it's messed up
(I just ran that snapshot from scratch here, and it installed without
problem).  You could fix the makefile by hand, or copy mkinstalldirs
up a level (it's a standard script that normally is propogated in
hundreds of copies all over your machine), or comment out the
entire NLS process (by hand in Snd's makefile, or via the --disable-nls
configuration switch).

There's a not-quite-zero chance that config.log would explain the
builddir screw-up.