GNU bug report logs -
#40954
Guile 3.0.2 Fails to compile on macOS Catalina
Previous Next
To reply to this bug, email your comments to 40954 AT debbugs.gnu.org.
Toggle the display of automated, internal messages from the tracker.
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):
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):
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 4 years and 212 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.