You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by "Alexander Shorin (JIRA)" <ji...@apache.org> on 2015/08/22 20:51:45 UTC

[jira] [Resolved] (COUCHDB-2761) Build errors in Fedora 22 regarding _BSD_SOURCE

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

Alexander Shorin resolved COUCHDB-2761.
---------------------------------------
       Resolution: Fixed
         Assignee: Alexander Shorin
    Fix Version/s: 1.7.0

Fix with [90a9dac|https://git-wip-us.apache.org/repos/asf?p=couchdb.git;h=90a9dac], Simple replace breaks support of glibc <2.19, the fix helps to support both older and newer glibc releases.

> Build errors in Fedora 22 regarding _BSD_SOURCE
> -----------------------------------------------
>
>                 Key: COUCHDB-2761
>                 URL: https://issues.apache.org/jira/browse/COUCHDB-2761
>             Project: CouchDB
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: Build System
>            Reporter: Teddy Caddy
>            Assignee: Alexander Shorin
>             Fix For: 1.7.0
>
>
> When building from source on Fedora 22 64bit, it configures OK, but when you try to run `make`, it outputs this error message:
> _BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE
> If I grep through all the source files and replace "_BSD_SOURCE" with "_DEFAULT_SOURCE", `make` will run OK.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)