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

Bug 118928

Summary: Fuseftp-0.8.ebuild (new package)
Product: Gentoo Linux Reporter: Adam Penser <apense>
Component: New packagesAssignee: Chris White (RETIRED) <chriswhite>
Status: RESOLVED UPSTREAM    
Severity: enhancement CC: ag, mintshows, perl, wschlich
Priority: High Keywords: EBUILD
Version: unspecified   
Hardware: All   
OS: Linux   
URL: http://www.yousns.com
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: fuseftp-0.8.ebuild
fuseftp-0.8.ebuild
Fuse ebuild
modified fuseftp ebuild including dependencies
made a mistake with dependencies... Here is a correction
the Cache ebuild...
the File-NFSLock ebuild

Description Adam Penser 2006-01-13 15:09:49 UTC
This is a preliminary (unless there are no errors) ebuild for the Fuseftp perl app.  It utilizes the perl-app eclass.  This is an application that uses the FUSE filesystem to mount ftp locations onto a local computer.
I am not sure how to handle the needed perl modules, since some of the modules are not available on portage, but the g-cpan package handles them fine.
Comment 1 Adam Penser 2006-01-13 15:11:30 UTC
Created attachment 77032 [details]
fuseftp-0.8.ebuild
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2006-01-13 16:51:00 UTC
Two notes:

1/ License is invalid - http://dev.gentoo.org/~ciaranm/docs/mw-faq/licence.txt
2/ You shouldn't set RDEPEND="${DEPEND}", it's default anyway.
Comment 3 Adam Penser 2006-01-13 18:04:37 UTC
Created attachment 77039 [details]
fuseftp-0.8.ebuild

updated to correct the licence and RDEPEND
Comment 4 distances 2006-03-28 11:38:50 UTC
Created attachment 83318 [details]
Fuse ebuild

Here's a fresh ebuild I've just made to include with...
Comment 5 distances 2006-03-28 11:40:58 UTC
Created attachment 83319 [details]
modified fuseftp ebuild including dependencies

... And a modified fuseftp ebuild including dependencies (Fuse, Cache and TermReadKey)
Comment 6 distances 2006-03-28 12:35:20 UTC
Created attachment 83325 [details]
made a mistake with dependencies... Here is a correction

Corrected dependencies; new dependencies fallow...
Comment 7 distances 2006-03-28 12:36:07 UTC
Created attachment 83327 [details]
the Cache ebuild...

the Cache ebuild...
Comment 8 distances 2006-03-28 12:37:29 UTC
Created attachment 83328 [details]
the File-NFSLock ebuild

And (last?), the File-NFSLock ebuild
Comment 9 Chris White (RETIRED) gentoo-dev 2006-04-16 03:17:55 UTC
Taking package assignment.
Comment 10 Chris White (RETIRED) gentoo-dev 2006-04-16 23:41:16 UTC
main / # fuseftp --cache=memory --ask-password /home/chris/test_mount XXX@vXXX:~/
fuseftp 0.8 - 2005 (c) by Marcus Thiesen <marcus@thiesen.org>
Password:
Successfully logged into vserver
Backgrounding...

perl: fuse_opt.c:67: fuse_opt_insert_arg: Assertion `pos <= args->argc' failed.

Can't get it to work as per the documentation. This needs to be solved upstream first.