Hi Vitalii, I pondered that in the past and decided not to
Search Criteria
Package Details: nfs-ganesha 6.5-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/nfs-ganesha.git (read-only, click to copy) |
---|---|
Package Base: | nfs-ganesha |
Description: | NFS and 9P protocols in user mode. |
Upstream URL: | http://nfs-ganesha.github.io/ |
Licenses: | LGPL-3.0-only |
Submitter: | omgold |
Maintainer: | FabioLolix |
Last Packager: | FabioLolix |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2017-06-02 13:41 (UTC) |
Last Updated: | 2025-04-22 21:39 (UTC) |
Dependencies (22)
- acl (acl-gitAUR)
- btrfs-progs (btrfs-progs-gitAUR)
- dbus (dbus-gitAUR, dbus-selinuxAUR)
- e2fsprogs (e2fsprogs-gitAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR)
- jemalloc (jemalloc-gitAUR)
- krb5 (krb5-gitAUR)
- libcap
- libunwind (libunwind-carbonAUR, libunwind-gitAUR)
- liburcu (liburcu-gitAUR)
- libwbclient
- nfsidmap
- rdma-core (rdma-core-gitAUR)
- util-linux-libs (util-linux-libs-aesAUR, util-linux-libs-selinuxAUR)
- xfsprogs (xfsprogs-gitAUR)
- cmake (cmake-gitAUR, cmake3AUR) (make)
- doxygen (doxygen-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- graphviz (make)
- Show 2 more dependencies...
Required by (0)
Sources (3)
Latest Comments
FabioLolix commented on 2025-04-22 21:42 (UTC)
vitaliikuzhdin commented on 2025-04-22 19:30 (UTC)
Please consider switch to a system-wide ntirpc. Let me know if it needs any changes.
rageltman commented on 2021-07-27 04:47 (UTC)
The package tries to interpolate a variable using single quotes: source=("$pkgname"::'https://github.com/nfs-ganesha/nfs-ganesha/archive/V${pkgver}.tar.gz')
which results in:
[2021-07-27T03:58:02.695Z] ==> Synchronizing chroot copy [/mnt/aur/build/root] -> [nfs-ganesha]...done
[2021-07-27T03:58:02.695Z] /mnt/aur/build/nfs-ganesha/etc/makepkg.conf: line 57: gcc: command not found
[2021-07-27T03:58:02.695Z] % Total % Received % Xferd Average Speed Time Time Time Current
[2021-07-27T03:58:02.695Z] Dload Upload Total Spent Left Speed
[2021-07-27T03:58:02.695Z]
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 141 100 141 0 0 1620 0 --:--:-- --:--:-- --:--:-- 1620
[2021-07-27T03:58:02.695Z]
0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
[2021-07-27T03:58:02.695Z] curl: (22) The requested URL returned error: 404
[2021-07-27T03:58:02.695Z] ==> ERROR: Failure while downloading https://github.com/nfs-ganesha/nfs-ganesha/archive/V${pkgver}.tar.gz
[2021-07-27T03:58:02.695Z] Aborting...
Sonic-Y3k commented on 2019-05-24 07:47 (UTC)
Hi @icebal,
I had problems compiling your package, therefore I slightly modified your package and updated it to 2.7.3 with ntirpc. I also removed make-dependencies that are in the base-devel group as they are prerequisites (https://wiki.archlinux.org/index.php/Arch_User_Repository#Prerequisites).
https://github.com/Sonic-Y3k/nfs-ganesha/blob/master/PKGBUILD
Greetings, Sonic-Y3k
icebal commented on 2019-02-07 00:46 (UTC)
FYI for those that try this package, it is still a work in progress now that the nfs-ganesha is using gitmodules for libntirpc, and no compile instructions.
icebal commented on 2018-08-05 12:03 (UTC)
also, package is not putting down systemd files located here: https://github.com/nfs-ganesha/nfs-ganesha/tree/b9685b89acb5a21db2a44a6b5bf5d85709e98b7d/src/scripts/systemd
it looks like the names have changed, so installing *.service won't work anymore.
icebal commented on 2018-08-05 11:55 (UTC)
needs conflict with nfs-ganesha-git set, both packages try to overwrite files instead of warning.
kumofly commented on 2018-06-23 12:10 (UTC)
NFS-Ganesha updated to V2.6.2.
Pinned Comments
icebal commented on 2019-02-07 00:46 (UTC)
FYI for those that try this package, it is still a work in progress now that the nfs-ganesha is using gitmodules for libntirpc, and no compile instructions.