Package Details: openafs 1.8.11-1

Git Clone URL: https://aur.archlinux.org/openafs.git (read-only, click to copy)
Package Base: openafs
Description: Open source implementation of the AFS distributed file system
Upstream URL: http://www.openafs.org
Licenses: IPL-1.0
Conflicts: openafs-features
Submitter: None
Maintainer: Bevan
Last Packager: Bevan
Votes: 61
Popularity: 0.000000
First Submitted: 2006-02-01 17:18 (UTC)
Last Updated: 2024-03-24 14:23 (UTC)

Latest Comments

« First ‹ Previous 1 .. 27 28 29 30 31 32

<deleted-account> commented on 2010-05-08 17:51 (UTC)

I have a small bug report: it seems that if I have configured in `/etc/makepkg.conf` the MAKEFLAGS=-j8 the build breaks as the OpenAFS build system was not designed for this, so in order to fix this I had to add a `-j1` in the line `make || exit 1` and everything worked just fine.