Bug 1408784
Summary: | Failed to build on MacOSX | ||||||
---|---|---|---|---|---|---|---|
Product: | [Community] GlusterFS | Reporter: | Amar Tumballi <amarts> | ||||
Component: | build | Assignee: | bugs <bugs> | ||||
Status: | CLOSED DUPLICATE | QA Contact: | |||||
Severity: | medium | Docs Contact: | |||||
Priority: | low | ||||||
Version: | mainline | CC: | atumball, bugs | ||||
Target Milestone: | --- | Keywords: | Triaged | ||||
Target Release: | --- | ||||||
Hardware: | Unspecified | ||||||
OS: | Mac OS | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | If docs needed, set a value | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2019-05-09 20:34:39 UTC | Type: | Bug | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Attachments: |
|
*** This bug has been marked as a duplicate of bug 1155181 *** |
Created attachment 1235483 [details] patch for fixing the build (not yet complete, but does most of the fixes). Description of problem: On a MacOSX (With XCode installed) one can't build glusterfs master branch right now. Version-Release number of selected component (if applicable): mainline How reproducible: 100% Steps to Reproduce: bash# ./autogen.sh ; ./configure ; make Actual results: Many errors. Expected results: No errors. Additional info: I understand the goal of the project may not be to support build on Darwin/MacOSX, but as a developer, it helps me to contribute if the build is successful.