Bug 1130307
Summary: | MacOSX/Darwin port | ||
---|---|---|---|
Product: | [Community] GlusterFS | Reporter: | Harshavardhana <fharshav> |
Component: | core | Assignee: | bugs <bugs> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | |
Severity: | low | Docs Contact: | |
Priority: | medium | ||
Version: | 3.6.0 | CC: | bugs, cww, dennis, gluster-bugs, jclift, ndevos |
Target Milestone: | --- | Keywords: | Tracking |
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | 1089172 | Environment: | |
Last Closed: | 2014-11-11 08:37:26 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: | |||
Bug Depends On: | 1089172 | ||
Bug Blocks: |
Description
Harshavardhana
2014-08-14 19:57:53 UTC
REVIEW: http://review.gluster.org/8487 (osx: snapview-server fails to build on OSX use 'syscall.h') posted (#1) for review on release-3.6 by Harshavardhana (harsha) REVIEW: http://review.gluster.org/8488 (porting: OSX/Darwin 10.9 porting issues) posted (#1) for review on release-3.6 by Harshavardhana (harsha) COMMIT: http://review.gluster.org/8487 committed in release-3.6 by Harshavardhana (harsha) ------ commit 873e9870c8cf8926b6a9aa43bbbb7d76b0994cc1 Author: Harshavardhana <harsha> Date: Thu Aug 14 13:11:46 2014 -0700 osx: snapview-server fails to build on OSX use 'syscall.h' Change-Id: Ib9443913abb89c6a04a8723bced4c77128047bd0 BUG: 1130307 Signed-off-by: Harshavardhana <harsha> Reviewed-on: http://review.gluster.org/8487 Tested-by: Gluster Build System <jenkins.com> Reviewed-by: Kaleb KEITHLEY <kkeithle> COMMIT: http://review.gluster.org/8488 committed in release-3.6 by Harshavardhana (harsha) ------ commit a42ea55a0062ea7c39a9e0390f13e8cb16a914aa Author: Harshavardhana <harsha> Date: Mon Aug 11 17:36:12 2014 -0700 porting: OSX/Darwin 10.9 porting issues xdrproc_t() arguments are variadic and non-variadic On OSX > 10.9 ------------- typedef bool_t (*xdrproc_t)(XDR *, void *, unsigned int); On OSX < 10.9 ------------ typedef bool_t (*xdrproc_t)(XDR *, ...); FreeBSD all versions ------------ typedef bool_t (*xdrproc_t)(XDR *, ...); NetBSD 6.1.4 ----------- typedef bool_t (*xdrproc_t)(XDR *, const void *); Linux all versions ----------- typedef bool_t (*xdrproc_t)(XDR *, void *,...); This weird and odd implementations across various platforms should be handled properly. Change-Id: I49fab73cba0d965c78c71da1beba1ffb2d58b8f8 BUG: 1130307 Signed-off-by: Harshavardhana <harsha> Reviewed-on: http://review.gluster.org/8488 Tested-by: Gluster Build System <jenkins.com> Reviewed-by: Kaleb KEITHLEY <kkeithle> REVIEW: http://review.gluster.org/8970 (porting: OSX build fixes) posted (#1) for review on release-3.6 by Harshavardhana (harsha) COMMIT: http://review.gluster.org/8970 committed in release-3.6 by Harshavardhana (harsha) ------ commit 8ea1a4844975940013d8704f87ee137dcb27bfb5 Author: Harshavardhana <harsha> Date: Tue Aug 26 14:40:01 2014 -0700 porting: OSX build fixes - xml build - do not redefine AT_SYMLINK_FOLLOW Change-Id: I516b3713904a6bad946a30f76fe4821f2ac61fd3 BUG: 1130307 Signed-off-by: Harshavardhana <harsha> Reviewed-on: http://review.gluster.org/8970 Tested-by: Gluster Build System <jenkins.com> Reviewed-by: Kaleb KEITHLEY <kkeithle> This bug is getting closed because a release has been made available that should address the reported issue. In case the problem is still not fixed with glusterfs-3.6.1, please reopen this bug report. glusterfs-3.6.1 has been announced [1], packages for several distributions should become available in the near future. Keep an eye on the Gluster Users mailinglist [2] and the update infrastructure for your distribution. [1] http://supercolony.gluster.org/pipermail/gluster-users/2014-November/019410.html [2] http://supercolony.gluster.org/mailman/listinfo/gluster-users |