nixpkgs/pkgs/tools/filesystems/glusterfs
Niklas Hambüchen abc96aae47 glusterfs: Fix glusterfind's crawlers dlopen() error.
This fixes:

  Traceback (most recent call last):
    File "/nix/store/7f9arl3f9xyj8sm05mkanh2mlp217192-glusterfs-3.10.2/libexec/glusterfs/glusterfind/changelog.py", line 22, in <module>
      import libgfchangelog
    File "/nix/store/7f9arl3f9xyj8sm05mkanh2mlp217192-glusterfs-3.10.2/libexec/glusterfs/glusterfind/libgfchangelog.py", line 21, in <module>
      libgfc = CDLL("libgfchangelog.so", use_errno=True, mode=RTLD_GLOBAL)
    File "/nix/store/nlyr5ankhi7yvva8zndi718zj37js270-python-2.7.13-env/lib/python2.7/ctypes/__init__.py", line 362, in __init__
      self._handle = _dlopen(self._name, mode)
  OSError: libgfchangelog.so: cannot open shared object file: No such file or directory
  Connection to 10.0.0.2 closed.

when running `glusterfind pre`.

Done by setting PYTHONPATH/LD_LIBRARY_PATH as for the other
Python scripts.
2017-09-08 04:29:20 +02:00
..
default.nix glusterfs: Fix glusterfind's crawlers dlopen() error. 2017-09-08 04:29:20 +02:00
default.upstream glusterfs: 3.9.1 -> 3.10.0 2017-03-09 18:47:38 +01:00
glusterfs-fix-bug-1489610-glusterfind-var-data-under-prefix.patch glusterfs: Patch upstream bug preventing glusterfind from running. 2017-09-08 04:29:13 +02:00
glusterfs-fix-unsubstituted-autoconf-macros.patch glusterfs: Make commands that gluster calls work. Fixes #25620. 2017-05-19 16:56:30 +02:00
glusterfs-glusterfind-log-remote-node_cmd-error.patch glusterfs: Patch upstream bug preventing glusterfind from running. 2017-09-08 04:29:13 +02:00
glusterfs-python-remove-find_library.patch glusterfs: Make commands that gluster calls work. Fixes #25620. 2017-05-19 16:56:30 +02:00
glusterfs-use-PATH-instead-of-hardcodes.patch glusterfs: Upgrade to 3.10.2 2017-05-19 16:56:31 +02:00