Gentoo Archives: gentoo-user

From: Marcus Wanner <marcusw@×××.net>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Trying to make portage use "puf" instead of "wget"
Date: Fri, 18 Dec 2009 17:27:36
Message-Id: 4B2BBB4C.70104@cox.net
In Reply to: [gentoo-user] Trying to make portage use "puf" instead of "wget" by Ronan Mainbourg
1 On 12/18/2009 10:40 AM, Ronan Mainbourg wrote:
2 > Because my Internet connection is not very fast, I'd like to make portage
3 > fetch files using net-misc/puf (wich can dl several chunks of a file at the
4 > same time) instead of wget.
5 >
6 > I tried to do this setting the parameter FETCHCOMMAND in my make.conf, but
7 > it doesn't work:
8 >
9 > FETCHCOMMAND="/usr/bin/puf \${URI} -P \${DISTDIR}/\${FILE}"
10 >
11 > ... Give me when I try emerging a package (here"media-libs/libdvbpsi" for
12 > instance):
13 >
14 > !!! Couldn't download 'libdvbpsi5-0.1.6.tar.bz2'. Aborting.
15 >
16 > Any Ideas ?
17 >
18 Does it actually download the file but put it in the wrong place? Can
19 you attach a complete log?
20
21 Marcus