From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1NLiE9-0005sl-Jw for garchives@archives.gentoo.org; Fri, 18 Dec 2009 19:11:01 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C6604E0566; Fri, 18 Dec 2009 19:10:32 +0000 (UTC) Received: from mail-yx0-f174.google.com (mail-yx0-f174.google.com [209.85.210.174]) by pigeon.gentoo.org (Postfix) with ESMTP id A7951E0566 for ; Fri, 18 Dec 2009 19:10:32 +0000 (UTC) Received: by yxe4 with SMTP id 4so3055309yxe.32 for ; Fri, 18 Dec 2009 11:10:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to :content-type; bh=kMmhoNk7iH1yVI/N1CtSEFFAXbrx8dPVSyobZWjlOog=; b=X9wDY+0SZ0j3U9Qp7JbwJXc6r+fCPCLBBjnKByyOAHmwF/s8VvQlJHEk4f38QeWynQ Mv/wJcvzTepCY/5Bp9SfXXwQtaKoM4s4eZ9CitQ+xWp3+z5Kc5WCgdT52ubymixUKSJg UKNT/+Oy7IgS0W14U5TwtSjbhB2otdH8Sxo9E= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; b=lMUs1DbDVTexaXZ0tnfIpXY7+xxPb2p1AEebrZF6FMhS6ka/WmkqQhvvj0fDxf+9rI mi7EsBauFUoThFJAkPuJVgWAIPU0PcFU6ZsfswnUlZjZXqtNgWrCz/kENilk7ny4TTnu MHtYElWyo2t6VeP/hJcyivY/wN5ZZzVdjGvDw= Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Sender: paul.hartman@gmail.com Received: by 10.150.38.4 with SMTP id l4mr6758761ybl.340.1261163432205; Fri, 18 Dec 2009 11:10:32 -0800 (PST) In-Reply-To: <7985d0a50912180740x65abbf69m9fa4160703402baa@mail.gmail.com> References: <7985d0a50912180740x65abbf69m9fa4160703402baa@mail.gmail.com> Date: Fri, 18 Dec 2009 13:10:32 -0600 X-Google-Sender-Auth: 6edb823528be8710 Message-ID: <58965d8a0912181110j673e65d3q3464cd505e70918e@mail.gmail.com> Subject: Re: [gentoo-user] Trying to make portage use "puf" instead of "wget" From: Paul Hartman To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=ISO-8859-1 X-Archives-Salt: 36ef1928-1a31-4f9e-8f78-1ab6fb64f765 X-Archives-Hash: 8bd395e610fc5da0ae79e83b6e59ecd7 On Fri, Dec 18, 2009 at 9:40 AM, Ronan Mainbourg wrote: > Because my Internet connection is not very fast, I'd like to make portage > fetch files using net-misc/puf (wich can dl several chunks of a file at the > same time) instead of wget. > I tried to do this setting the parameter FETCHCOMMAND in my make.conf, but > it doesn't work: > > FETCHCOMMAND="/usr/bin/puf \${URI} -P \${DISTDIR}/\${FILE}" > > ... Give me when I try emerging a package (here"media-libs/libdvbpsi" for > instance): > !!! Couldn't download 'libdvbpsi5-0.1.6.tar.bz2'. Aborting. > > > Any Ideas ? I think the syntax should be: FETCHCOMMAND="/usr/bin/puf \${URI} -P \${DISTDIR} -O \${FILE}" That works for me if I run emerge as normal user. If I run as root, it crashes... weird.