Summary: | net-fs/curlftpfs-0.9.1 fails on large file uploads | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Jonathan Lombardi <jwlombardi> |
Component: | Current packages | Assignee: | Network Filesystems <net-fs> |
Status: | RESOLVED FIXED | ||
Severity: | major | CC: | fauli |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | x86 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
Patch to add streaming write support to curlftpfs
ebuild for patch |
Description
Jonathan Lombardi
2008-05-22 17:06:59 UTC
Created attachment 153961 [details, diff]
Patch to add streaming write support to curlftpfs
Modification of the Novell/SuSE patch which patched curlftpfs-0.9
Patch info sent to upstream author
Created attachment 153963 [details]
ebuild for patch
Add this ebuild to your portage overlay to test the patch. Kludgy, but it works.
try to emerge this ebuild but when I do: ebuild /usr/local/portage/net-fs/curlftpfs/curlftpfs-0.9.1.ebuild digest : command not foundnet-fs/curlftpfs/curlftpfs-0.9.1.ebuild: line 4: : command not foundnet-fs/curlftpfs/curlftpfs-0.9.1.ebuild: line 8: * * ERROR: net-fs/curlftpfs-0.9.1 failed. * Call stack: * ebuild.sh, line 1696: Called source '/usr/local/portage/net-fs/curlftpfs/curlftpfs-0.9.1.ebuild' '* curlftpfs-0.9.1.ebuild, line 9: Called inherit 'eutils * ebuild.sh, line 1173: Called die * The specific snippet of code: * [ ! -e "$location" ] && die "${1}.eclass could not be found by inherit()" * The die message: .eclass could not be found by inherit() * * If you need support, post the topmost build error, and the call stack if relevant. * This ebuild is from an overlay: '/usr/local/portage/' emerge --info Portage 2.1.4.4 (default-linux/amd64/2007.0, gcc-4.1.2, glibc-2.6.1-r0, 2.6.25-gentoo-r7-customkernel x86_64) ================================================================= System uname: 2.6.25-gentoo-r7-customkernel x86_64 Intel(R) Pentium(R) Dual CPU E2180 @ 2.00GHz Timestamp of tree: Wed, 03 Sep 2008 13:06:01 +0000 app-shells/bash: 3.2_p17 dev-java/java-config: 1.3.7, 2.1.6 dev-lang/python: 2.4.4-r6 dev-python/pycrypto: 2.0.1-r6 sys-apps/baselayout: 1.12.9-r2 sys-apps/sandbox: 1.2.18.1-r2 sys-devel/autoconf: 2.61-r1 sys-devel/automake: 1.9.6-r2, 1.10 sys-devel/binutils: 2.18-r1 sys-devel/gcc-config: 1.3.16 sys-devel/libtool: 1.5.24 virtual/os-headers: 2.6.22-r2 ACCEPT_KEYWORDS="amd64" CBUILD="x86_64-pc-linux-gnu" CFLAGS="-O2 -pipe -march=k8" CHOST="x86_64-pc-linux-gnu" CONFIG_PROTECT="/etc /var/bind" CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/gconf /etc/revdep-rebuild /etc/terminfo /etc/udev/rules.d" CXXFLAGS="-O2 -pipe -march=k8" DISTDIR="/usr/portage/distfiles" FEATURES="distlocks metadata-transfer sfperms strict unmerge-orphans userfetch" GENTOO_MIRRORS="ftp://xxxxxxxxxxx/gentoo-distfiles/" LANG="en_GB" MAKEOPTS="-j3" PKGDIR="/usr/portage/packages" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" PORTDIR_OVERLAY="/usr/local/portage" What I do for ebuild? Best regards, Truzzone :? 0.9.2 is in the tree which incorporates this fix. Thank you for your contribution and your patience. Above version will be stabled within 30 days (when no problems occur). |