make install failed with:

test -z "/Applications/LyX1.5svn.app/Contents/Resources/doc/es/biblio " || /bin/sh ../../config/mkinstalldirs "/Applications/LyX1.5svn.app/ Contents/Resources/doc/es/biblio " /usr/bin/install -c -m 644 'es/biblio/alphadin.bst' '/Applications/ LyX1.5svn.app/Contents/Resources/doc/es/biblio /alphadin.bst' install: /Applications/LyX1.5svn.app/Contents/Resources/doc/es/ biblio /alphadin.bst: No such file or directory /usr/bin/install -c -m 644 'es/biblio/LyXDocs.bib' '/Applications/ LyX1.5svn.app/Contents/Resources/doc/es/biblio /LyXDocs.bib' install: /Applications/LyX1.5svn.app/Contents/Resources/doc/es/ biblio /LyXDocs.bib: No such file or directory
make[3]: *** [install-dist_esbibliodocDATA] Error 71

I have checked that the /Applications/LyX1.5svn.app/Contents/ Resources/doc/es/biblio directories are generated.

Problem appears to be that the /lib/doc/Makefile.am line
esbibliodocdir = $(pkgdatadir)/doc/es/biblio
ends with a space

which results in
 "/Applications/LyX1.5svn.app/Contents/Resources/doc/es/biblio "

In the /lib/doc/Makefile, I removed the space after biblio  in
esbibliodocdir = $(pkgdatadir)/doc/es/biblio
make install then performed successfully producing a working 1.5.2svn

Roger

Reply via email to