bug#40954: Guile 3.0.2 Fails to compile on macOS Catalina
wlharvey4--- via "Bug reports for GUILE, GNU's Ubiquitous Extension Language" <[email protected]>
| Newsgroups | gmane.lisp.guile.bugs |
|---|---|
| Message-ID | <[email protected]> |
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