[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug #61265] macOS sed(1) warns during `make install`
From: |
John Gardner |
Subject: |
[bug #61265] macOS sed(1) warns during `make install` |
Date: |
Sat, 2 Oct 2021 15:34:43 -0400 (EDT) |
User-agent: |
Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:92.0) Gecko/20100101 Firefox/92.0 |
URL:
<https://savannah.gnu.org/bugs/?61265>
Summary: macOS sed(1) warns during `make install`
Project: GNU troff
Submitted by: alhadis
Submitted on: Sun 03 Oct 2021 06:34:41 AM AEDT
Category: None
Severity: 3 - Normal
Item Group: Build/Installation
Status: None
Privacy: Public
Assigned to: None
Open/Closed: Open
Discussion Lock: Any
Planned Release: None
_______________________________________________________
Details:
I've been seeing these warnings at the end of a `make install` for the past
few weeks now. They seem to be trivial (although I'm basing that on my ability
to smoke-test the compiled binaries from my local checkout…) and are of the
form:
sed: 1: "1i .lf 1 doc/meintro.me
": command i expects \ followed by text
BSD sed(1) (or at least the version that ships with macOS) doesn't support
same-line text insertion, so a portable alternative to the above would be:
1i\
.lf 1 doc/meintro.me
I've attached the output from the entire build run. Also attached—though I
doubt it's relevant—is output from a failed `make install` which may or may
not be expected to fail.
_______________________________________________________
File Attachments:
-------------------------------------------------------
Date: Sun 03 Oct 2021 06:34:41 AM AEDT Name: build.log Size: 56KiB By:
alhadis
<http://savannah.gnu.org/bugs/download.php?file_id=52012>
-------------------------------------------------------
Date: Sun 03 Oct 2021 06:34:41 AM AEDT Name: install.log Size: 24KiB By:
alhadis
<http://savannah.gnu.org/bugs/download.php?file_id=52013>
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?61265>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
- [bug #61265] macOS sed(1) warns during `make install`,
John Gardner <=