The following line in: libguile Makefile target: install-data-hook during a “make install” call
results in a "sed -e file not found" error and stops installation. $(INSTANTIATE) "$(DESTDIR)$(libdir)/$$libname-gdb.scm” When it is removed from the Makefile, Guile can be installed and “make checkinstall” passes successfully. The actual file installed is: libguile-3.0.a-gdb.scm, not libguile-3.0-gdb.scm, which is in build/libguile wlh