Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 71670 - net-fs/arla-0.37.ebuild
Summary: net-fs/arla-0.37.ebuild
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Network Filesystems
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-18 07:55 UTC by Johannes Brügmann
Modified: 2006-10-05 17:50 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
net-fs/arla/arla-0.37.ebuild (arla-0.37.ebuild,2.49 KB, text/plain)
2004-11-18 08:02 UTC, Johannes Brügmann
Details
nnpfs didn't compile because of -Wno-return-type in nnpfs_dev.c (nnpfs_dev.c.patch,869 bytes, patch)
2004-11-18 08:07 UTC, Johannes Brügmann
Details | Diff
nnpfs didn't compile because of -Wno-return-type in nnpfs_inodeops.c (nnpfs_inodeops.c.patch,549 bytes, patch)
2004-11-18 08:09 UTC, Johannes Brügmann
Details | Diff
start script /etc/init.d/arla, small gentoo specific changes (arla,3.62 KB, text/plain)
2004-11-18 08:12 UTC, Johannes Brügmann
Details

Note You need to log in before you can comment on or make changes to this bug.
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.