Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"sed -i" in bootstrap.conf is not platform-neutral #3

Closed
vollkommenheit opened this issue Feb 16, 2017 · 0 comments
Closed

"sed -i" in bootstrap.conf is not platform-neutral #3

vollkommenheit opened this issue Feb 16, 2017 · 0 comments

Comments

@vollkommenheit
Copy link

vollkommenheit commented Feb 16, 2017

Commit 32e26dc causes bootstrap to fail on OS X with:

  • invoke gl_INIT in ./configure.ac.
    Creating lib/unicase/special-casing-table.h for gperf < 3.1
    sed: 1: "lib/unicase/special-cas ...": extra characters at the end of l command
    ./bootstrap: bootstrap_post_import_hook failed

Per the discussion at
https://stackoverflow.com/questions/5694228/sed-in-place-flag-that-works-both-on-mac-bsd-and-linux, the -i option is not part of POSIX Sed, and is apparently implemented differently on BSD/Apple OS X/macOS.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant