#56748 closed defect (fixed)
guile 2.2.3 build fails: sed: -i may not be used with stdin
Reported by: | kencu (Ken) | Owned by: | Ken <21211439+kencu@…> |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | drkp (Dan Ports) | |
Port: | guile |
Description
Looks like this build failed on every system from 10.6.8 x84_64
on up. Did I miss the fix?
Attachments (1)
Change History (6)
Changed 6 years ago by kencu (Ken)
Attachment: | guile-223-10.6.8.fail.log added |
---|
comment:1 Changed 6 years ago by kencu (Ken)
comment:2 Changed 6 years ago by kencu (Ken)
Indeed, adding this works to fix the build:
depends_build-append port:gsed configure.env-append SED=${prefix}/bin/gsed build.env-append SED=${prefix}/bin/gsed
comment:3 Changed 6 years ago by Ken <21211439+kencu@…>
Owner: | set to Ken <21211439+kencu@…> |
---|---|
Resolution: | → fixed |
Status: | new → closed |
comment:4 follow-up: 5 Changed 6 years ago by ryandesign (Ryan Carsten Schmidt)
Here is a log of the failure before the fix was applied.
I have reported the bug to the developers of guile.
comment:5 Changed 6 years ago by ryandesign (Ryan Carsten Schmidt)
Replying to ryandesign:
I have reported the bug to the developers of guile.
Note: See
TracTickets for help on using
tickets.
This may be helpful <https://stackoverflow.com/questions/21242932/sed-i-may-not-be-used-with-stdin-on-mac-os-x>