unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
* bug#40954: Guile 3.0.2 Fails to compile on macOS Catalina
@ 2020-04-29  7:40 wlharvey4--- via Bug reports for GUILE, GNU's Ubiquitous Extension Language
  2020-04-29 18:28 ` bug#40954: See #39999 W. Lincoln Harvey via Bug reports for GUILE, GNU's Ubiquitous Extension Language
  0 siblings, 1 reply; 2+ messages in thread
From: wlharvey4--- via Bug reports for GUILE, GNU's Ubiquitous Extension Language @ 2020-04-29  7:40 UTC (permalink / raw)
  To: 40954

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







^ permalink raw reply	[flat|nested] 2+ messages in thread

* bug#40954: See #39999
  2020-04-29  7:40 bug#40954: Guile 3.0.2 Fails to compile on macOS Catalina wlharvey4--- via Bug reports for GUILE, GNU's Ubiquitous Extension Language
@ 2020-04-29 18:28 ` W. Lincoln Harvey via Bug reports for GUILE, GNU's Ubiquitous Extension Language
  0 siblings, 0 replies; 2+ messages in thread
From: W. Lincoln Harvey via Bug reports for GUILE, GNU's Ubiquitous Extension Language @ 2020-04-29 18:28 UTC (permalink / raw)
  To: 40954

This problem is discussed in #39999; sorry.  
The error is caused by MacOS using BSD sed, which requires a mandatory argument of a zero-length string to the -i option to edit a file in-place, whereas Gnu sed has an optional argument to the -i option to edit a file in-place.  
The different syntax causes the "file not found" error.

wlh




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-04-29 18:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-29  7:40 bug#40954: Guile 3.0.2 Fails to compile on macOS Catalina wlharvey4--- via Bug reports for GUILE, GNU's Ubiquitous Extension Language
2020-04-29 18:28 ` bug#40954: See #39999 W. Lincoln Harvey via Bug reports for GUILE, GNU's Ubiquitous Extension Language

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).