Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 39611 - pure-ftpd does not have large file support included
Summary: pure-ftpd does not have large file support included
Status: RESOLVED DUPLICATE of bug 11215
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High minor (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-27 14:51 UTC by Eric Paynter
Modified: 2005-07-17 13:06 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Paynter 2004-01-27 14:51:29 UTC
pure-ftpd supports "--with-largefile" being passed to config, but there is no support in the ebuild

Reproducible: Always
Steps to Reproduce:
1. grep largefile /usr/portage/net-ftp/pure-ftpd/*ebuild
2. using an ftp client, ls a directory with files > 2GB.
Actual Results:  
1. grep finds no matches.
2. the large files are not listed and cannot be downloaded.

Expected Results:  
1. grep should return something like this:

/usr/portage/net-ftp/pure-ftpd/pure-ftpd-1.0.16b.ebuild:        --with-
largefile 
/usr/portage/net-ftp/pure-ftpd/pure-ftpd-1.0.16c.ebuild:        --with-
largefile 

2. the large files should show and be downloadable.

Workaround:

Apply the following patch to the ebuild to include large file support:

*** pure-ftpd-1.0.16b.ebuild.orig       Tue Jan 27 14:49:42 2004
--- pure-ftpd-1.0.16b.ebuild    Tue Jan 27 08:43:47 2004
***************
*** 28,35 ****
--- 28,36 ----
        use postgres && myconf="${myconf} --with-pgsql"
        use ssl && myconf="${myconf} --with-tls"

        econf \
+               --with-largefile \
                --with-altlog --with-extauth \
                --with-puredb --with-cookie \
                --with-throttling --with-ratios \
                --with-quotas --with-ftpwho \
Comment 1 SpanKY gentoo-dev 2004-01-27 18:43:59 UTC

*** This bug has been marked as a duplicate of 11215 ***