Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 10531 - sfs-0.6-ebuild (new package)
Summary: sfs-0.6-ebuild (new package)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal
Assignee: Matt Keadle
URL: http://www.fs.net/
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-11-10 09:51 UTC by Marshall T. Vandegrift
Modified: 2003-03-18 20:44 UTC (History)
1 user (show)

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


Attachments
sfs-0.6 ebuild and init scripts (sfs.tar.bz2,2.33 KB, application/octet-stream)
2002-11-10 09:52 UTC, Marshall T. Vandegrift
Details
sfs-0.7.2 ebuild and foo (sfs.tar.bz2,2.22 KB, application/octet-stream)
2002-12-24 20:06 UTC, Marshall T. Vandegrift
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Marshall T. Vandegrift 2002-11-10 09:51:25 UTC
Please find sfs.tar.b2 attached, containing an ebuild for sfs-0.6 and RC scripts
for the SFS client and server daemons.

From the Web page:

   SFS is a secure, global network file system with completely decentralized
   control. SFS lets you access your files from anywhere and share them with
   anyone, anywhere. Anyone can set up an SFS server, and any user can access
   any server from any client. SFS lets you share files across administrative
   realms without involving administrators or certification authorities.

It seems that net-fs/sfs would be a convenient place to put it.
Comment 1 Marshall T. Vandegrift 2002-11-10 09:52:41 UTC
Created attachment 5538 [details]
sfs-0.6 ebuild and init scripts
Comment 2 Matt Keadle 2002-12-11 17:43:50 UTC
I get the following when I try to compile:


c++ -DHAVE_CONFIG_H -I. -I. -I..   -I.. -I../async -I../arpc -I../
crypt -I../sfsmisc -I../sfsrodb -I../adb -I../svc -I../svc -DEXECD
IR=\"//lib/sfs-0.6\" -DETCDIR=\"/etc/sfs\" -DDATADIR=\"/usr/share/
sfs\" -DPIDDIR=\"/var/run\" -DSFSDIR=\"/var/sfs\"  -march=i686 -O3
 -pipe -Wall -Werror  -c parse.cc
flex   scan.ll && mv lex.yy.c scan.cc
c++ -DHAVE_CONFIG_H -I. -I. -I..   -I.. -I../async -I../arpc -I../
crypt -I../sfsmisc -I../sfsrodb -I../adb -I../svc -I../svc -DEXECD
IR=\"//lib/sfs-0.6\" -DETCDIR=\"/etc/sfs\" -DDATADIR=\"/usr/share/
sfs\" -DPIDDIR=\"/var/run\" -DSFSDIR=\"/var/sfs\"  -march=i686 -O3
 -pipe -Wall -Werror  -Wno-error -c scan.cc
lex.yy.c:1342: arguments given to macro `yywrap'
lex.yy.c:1690: arguments given to macro `yywrap'
make[2]: *** [scan.o] Error 1
make[2]: Leaving directory `/var/tmp/portage/sfs-0.6/work/sfs-0.6/
rpcc'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/sfs-0.6/work/sfs-0.6'
make: *** [all-recursive-am] Error 2

Quite honestly, I'm not sure what it means at the moment.

I do notice that version 0.7.1 is available now. Could I talk you into taking
one more look at it and maybe updating to the current version?
Comment 3 Marshall T. Vandegrift 2002-12-24 20:06:24 UTC
Created attachment 6725 [details]
sfs-0.7.2 ebuild and foo

New ebuild for sfs-0.7.2...  I have no idea what caused the problem you found. 
Maybe it's now gone?  Wouldn't that be nice ;-)
Comment 4 Wout Mertens (RETIRED) gentoo-dev 2003-03-18 20:44:44 UTC
Since I need it, and it's a very nice ebuild, and it built just fine, and it works, too, I committed it 
with some minor cosmetic changes. It does have a section that I think is obsolete, pkg_config, but 
since that doesn't get executed, there is no harm in keeping it. Setting up an sfs server entails more 
than just building the key, so nothing is lost. 
 
Very good ebuild, I wish all submitted ebuilds were of this quality :)