GNU bug report logs - #40954
Guile 3.0.2 Fails to compile on macOS Catalina

Previous Next

Package: guile;

Reported by: wlharvey4 <at> mac.com

Date: Wed, 29 Apr 2020 08:00:02 UTC

Severity: normal

To reply to this bug, email your comments to 40954 AT debbugs.gnu.org.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-guile <at> gnu.org:
bug#40954; Package guile. (Wed, 29 Apr 2020 08:00:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to wlharvey4 <at> mac.com:
New bug report received and forwarded. Copy sent to bug-guile <at> gnu.org. (Wed, 29 Apr 2020 08:00:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: wlharvey4 <at> mac.com
To: bug-guile <at> gnu.org
Subject: Guile 3.0.2 Fails to compile on macOS Catalina
Date: Wed, 29 Apr 2020 00:40:04 -0700
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






Information forwarded to bug-guile <at> gnu.org:
bug#40954; Package guile. (Wed, 29 Apr 2020 19:09:03 GMT) Full text and rfc822 format available.

Message #8 received at 40954 <at> debbugs.gnu.org (full text, mbox):

From: "W. Lincoln Harvey" <lincolnlaw <at> mac.com>
To: 40954 <at> debbugs.gnu.org
Subject: See #39999
Date: Wed, 29 Apr 2020 11:28:10 -0700
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



This bug report was last modified 3 years and 361 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.