Package Details: openafs 1.8.13.1-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-12-21 09:26 (UTC)

Latest Comments

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

nickoe commented on 2010-12-03 12:49 (UTC)

Thank you

szym commented on 2010-12-02 22:02 (UTC)

Thanks go to iamcraig and Eothred.

Eothred commented on 2010-12-02 13:53 (UTC)

@nickoe I already sent my suggestion to the maintainer by e-mail some days ago. I placed it in my dropbox public here for the time being: http://dl.dropbox.com/u/2293502/openafs-1.4.12.1-3.src.tar.gz You obviously then decide to trust me if you use it...

nickoe commented on 2010-12-02 08:37 (UTC)

Does anyone want to update the PKGBUILD? I am not familiar with patching stuff, and I am very busy with school stuff. Sincerely nickoe

Bevan commented on 2010-11-29 23:24 (UTC)

I can confirm the problem and for me the patch worked, too (without patching files in /doc).

<deleted-account> commented on 2010-11-27 11:19 (UTC)

After upgrading to kernel26 2.6.36.1-3, rebuilding openafs 1.4.12.1-2 failed with "error: implicit declaration of function ‘inode_setattr’". This appears similar to the Gentoo bug reported at http://bugs.gentoo.org/342101. Using the patch attached to that thread (with some modification for missing and existing files) appears to have fixed the problem for now.

Bevan commented on 2010-06-29 06:35 (UTC)

After building the package yaourt complains of a reference to $srcdir in the package. Is this expected behaviour?

chneukirchen commented on 2010-06-27 17:08 (UTC)

s/compile_et/afs_compile_et/

szym commented on 2010-05-18 19:49 (UTC)

1.4.12-2 replaces invalidate_inode_pages (absent from 2.6.34) with invalidate_mapping_pages

<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.