Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 71670

Summary: net-fs/arla-0.37.ebuild
Product: Gentoo Linux Reporter: Johannes Brügmann <johannes>
Component: New packagesAssignee: Network Filesystems <net-fs>
Status: RESOLVED WONTFIX    
Severity: enhancement    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: net-fs/arla/arla-0.37.ebuild
nnpfs didn't compile because of -Wno-return-type in nnpfs_dev.c
nnpfs didn't compile because of -Wno-return-type in nnpfs_inodeops.c
start script /etc/init.d/arla, small gentoo specific changes

Description Johannes Brügmann 2004-11-18 07:55:39 UTC
Arla is a free AFS implementation. 
It works with gcc-3.4.3 and 2.6.x.
http://www.stacken.kth.se/projekt/arla/


Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Johannes Brügmann 2004-11-18 08:02:36 UTC
Created attachment 44225 [details]
net-fs/arla/arla-0.37.ebuild

tested on i686 gcc-3.4.3 kernel-2.6.9-ck3 (i didn't test milko).
with krb5/heimdal. 2 patches to build nnpfs.ko: nnpfs_dev.c and
nnpfs_inodeops.c
maybe supersedes bug #20514
Comment 2 Johannes Brügmann 2004-11-18 08:07:55 UTC
Created attachment 44227 [details, diff]
nnpfs didn't compile because of -Wno-return-type in nnpfs_dev.c

At least for me it worked.
Comment 3 Johannes Brügmann 2004-11-18 08:09:56 UTC
Created attachment 44228 [details, diff]
nnpfs didn't compile because of -Wno-return-type in nnpfs_inodeops.c

At least for me it worked.
Comment 4 Johannes Brügmann 2004-11-18 08:12:44 UTC
Created attachment 44230 [details]
start script /etc/init.d/arla, small gentoo specific changes  

At least for me it worked.
Comment 5 Johannes Brügmann 2004-11-18 08:21:49 UTC
sorry, typo:
in ebuild replace ARCH=$(shell ...) with

ARCH=$(uname -m | sed -e 's,i.86,i386,' -e 's,sun4u,sparc64,' -e 's,arm.*,arm,' -e 's,sa110,arm,' -e 's,s390x,s390,' -e 's,parisc64,parisc,')
Comment 6 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2006-10-05 17:50:24 UTC
upstream looks pretty dead, with mentions of 2.6.14 on the main page.

If you're still interested, please clean up the ebuild to gcc-4.1 standards, use linux-mod for the kernel modules, and tell us that it works on 2.6.18 and 2.6.19-rc1.