bug#30011: BSD sed incompatibility as of guile 2.2.3

2018-02-16 Thread Ludovic Courtès
ilove zfs skribis: > The following commit broke compatibility with BSD/macOS's version of sed: > http://git.savannah.gnu.org/gitweb/?p=guile.git;a=commit;h=81d2e352663bc5f80734312fec90f250b1fbe2e4 > > The error is "sed: -i may not be used with stdin" as described in > https://stackoverflow.com/qu

bug#30011: BSD sed incompatibility as of guile 2.2.3

2018-01-07 Thread ilove zfs
In case it helps, here are full build logs: https://github.com/Homebrew/homebrew-core/pull/22542 https://jenkins.brew.sh/job/Homebrew%20Core%20Pull%20Requests/16097/version=high_sierra/console https://jenkins.brew.sh/job/Homebrew%20Core%20Pull%20Requests/16097/version=sierra/console https://jen

bug#30011: BSD sed incompatibility as of guile 2.2.3

2018-01-07 Thread ilove zfs
The build is indeed using https://ftp.gnu.org/gnu/guile/guile-2.2.3.tar.xz I don't run into that in my build of 2.2.3 on macosx. You may have gnu-sed installed then. On Jan 07, 2018, at 11:41 AM, Dan Kegel wrote: Builds from release tarball might not run into this, as the tarball alre

bug#30011: BSD sed incompatibility as of guile 2.2.3

2018-01-07 Thread Dan Kegel
Builds from release tarball might not run into this, as the tarball already includes the file that rule creates; at any rate, I don't run into that in my build of 2.2.3 on macosx.

bug#30011: BSD sed incompatibility as of guile 2.2.3

2018-01-07 Thread ilove zfs
The following commit broke compatibility with BSD/macOS's version of sed: http://git.savannah.gnu.org/gitweb/?p=guile.git;a=commit;h=81d2e352663bc5f80734312fec90f250b1fbe2e4 The error is "sed: -i may not be used with stdin" as described in https://stackoverflow.com/questions/21242932/sed-i-may