You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@couchdb.apache.org by "Gavin Sherry (JIRA)" <ji...@apache.org> on 2010/02/23 15:12:27 UTC

[jira] Updated: (COUCHDB-666) Solaris sed requires newline character at end of input: causes build failure in src/couchdb

     [ https://issues.apache.org/jira/browse/COUCHDB-666?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gavin Sherry updated COUCHDB-666:
---------------------------------

    Attachment: Makefile.am.diff

> Solaris sed requires newline character at end of input: causes build failure in src/couchdb
> -------------------------------------------------------------------------------------------
>
>                 Key: COUCHDB-666
>                 URL: https://issues.apache.org/jira/browse/COUCHDB-666
>             Project: CouchDB
>          Issue Type: Bug
>          Components: Build System
>    Affects Versions: 1.0
>         Environment: Solaris 10
>            Reporter: Gavin Sherry
>         Attachments: Makefile.am.diff
>
>
> This patch ensures that couchdb can be build on Solaris which does not have GNU sed available. Solaris sed requires an end of line character. Adding a new line to the output does not affect other operating systems so I've added this for every platform (except Windows, which is in a different ifdef block.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.