Commit graph

32 commits

Author SHA1 Message Date
Niklas Hambüchen 85f6ff48e1 glusterfs: Make commands that gluster calls work. Fixes #25620.
Done by setting PATH and PYTHONPATH appropriately.

Adds the following patches:

* One that removes hardcodes to /sbin, /usr/bin, etc.
  from gluster, so that programs like `lvm` and `xfs_info` can be
  called at runtime; see https://bugzilla.redhat.com/show_bug.cgi?id=1450546.
* One that fixes unsubstituted autoconf macros in paths (a problem
  in the 3.10 release); see https://bugzilla.redhat.com/show_bug.cgi?id=1450588.
* One that removes uses of the `find_library()` Python function that does
  not behave as expected in Python < 3.6 (and would not behave correctly
  even on 3.6 in nixpkgs due to #25763);
  see https://bugzilla.redhat.com/show_bug.cgi?id=1450593.

I think that all of these patches should be upstreamed.

Also adds tests to check that none of the Python based utilities
throw import errors, calling `--help` or equivalent on them.
2017-05-19 16:56:30 +02:00
Niklas Hambüchen 833acf9ff1 glusterfs: Use github instead of download.gluster.org to obtain source.
This is because the source tarball available on
  https://download.gluster.org/pub/gluster/glusterfs/3.10/3.10.1/glusterfs-3.10.1.tar.gz
has different contents than the v3.10.1 tag;
for example, it lacks the file `xlators/features/ganesha/src/Makefile.am`,
which the tag has.
This is because GluserFS's release process removes some unused files.

This made impossible to apply patches written by or for upstream, as those
are written against what's in upstream's git.

As a nice side effect, we no longer have to hardcode the "3.10" in the
`3.10/${version}` part of the URL.
2017-05-19 16:56:30 +02:00
Niklas Hambüchen 2f7152f997 glusterfs: Remove no longer needed subsitutions of DESTDIR.
They were made unnecessary in commit d07154b3bc, which added
`makeFlags = "DESTDIR=$(out)";`.
2017-05-19 16:56:30 +02:00
Michael Raskin 16e12a6c42 glusterfs: 3.10.0 -> 3.10.1 2017-04-08 18:37:24 +02:00
Michael Raskin 1fc3486154 glusterfs: 3.9.1 -> 3.10.0 2017-03-09 18:47:38 +01:00
Michael Raskin c726f79023 glusterfs: 3.9.0 -> 3.9.1 2017-02-02 11:12:16 +01:00
Michael Raskin 2b44ec2e13 Merge pull request #21674 from fduraffourg/glusterfs
glusterfs: fix mount.glusterfs installation
2017-01-05 10:20:05 +00:00
Florian Duraffourg 06e16f00c4 Fix mount.glusterfs installation 2017-01-05 10:02:33 +01:00
Michael Raskin 37b8e22c72 glusterfs: 3.8.4 -> 3.9.0 2017-01-02 20:18:49 +01:00
Frederik Rietdijk 0e3b5834c0 glusterfs: use python2
configure reports that only python2 is supported.
2016-10-18 23:16:09 +02:00
Michael Raskin 72249360f9 glusterfs: 3.8.1 -> 3.8.4 2016-09-26 15:49:30 +02:00
Michael Raskin c27ea9bb6b glusterfs: 3.7.11 -> 3.8.1 2016-08-11 17:57:35 +02:00
Michael Raskin 6c96968d70 glusterfs: 3.7.10 -> 3.7.11 2016-05-15 23:49:44 +02:00
Michael Raskin 057bd04624 glusterfs: 3.7.8 -> 3.7.10 2016-04-13 14:47:04 +02:00
Michael Raskin 67ba412a8d gluseterfs: 3.7.6 -> 3.7.8 2016-02-14 21:17:07 +01:00
Michael Raskin 119de110a3 glusterfs: 3.7.3 -> 3.7.6 2016-01-01 12:30:17 +03:00
Michael Raskin 462ce2a65e GlusterFS: 3.7.2 -> 3.7.3 2015-08-08 21:01:31 +03:00
Michael Raskin 8454055ed4 GlusterFS: update 3.7.1 -> 3.7.2 2015-07-05 00:32:53 +03:00
William A. Kennington III ddf15bc78a glusterfs: Propagate acl due to header references 2015-06-30 23:54:42 -07:00
Michael Raskin f39c3ebf04 Update GlusterFS, adding new dependencies 2015-06-14 11:23:42 +03:00
Michael Raskin 193f2c0e21 Update GlusterFS 2015-05-10 13:36:46 +03:00
Michael Raskin a8e7a3ac86 Update glusterfs 2015-02-01 18:41:32 +03:00
Michael Raskin 13fbe8150a GlusterFS; 3.6.0 → 3.6.1 2014-12-21 11:14:25 +03:00
Thomas Strobel d07154b3bc FIX: Change local state dir, which must be writable, from "/nix/store/...glusterfs..." to "/var" 2014-12-18 11:20:03 +01:00
Michael Raskin 815bbfb852 Update GlusterFS 2014-11-02 23:51:58 +03:00
Michael Raskin 1fa783f55a Update glusterfs 2014-08-03 22:29:41 +04:00
Vladimir Kirillov 470f8cccc2 glusterfs: update to 3.5.0 2014-06-23 17:14:26 +03:00
Michael Raskin 213312b667 Update GlusterFS to 3.4.3 2014-06-14 00:23:12 +04:00
Michael Raskin d072cf56ad Update GlusterFS 2014-03-08 21:12:59 +04:00
Michael Raskin e38f86a887 Updating GlusterFS to 3.4.1 2013-10-20 21:10:25 +04:00
Michael Raskin 8a6b0087a9 Update GlusterFS 2012-12-04 21:54:20 +04:00
Eelco Dolstra c726012afe * Refactoring: move most filesystem utilities / FUSE filesystems to
tools/filesystems.  Previously they were all over the place.

svn path=/nixpkgs/trunk/; revision=18809
2009-12-04 15:39:49 +00:00