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 1QqVHN-0003Xw-Hv for garchives@archives.gentoo.org; Mon, 08 Aug 2011 19:14:25 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B0AB721C021; Mon, 8 Aug 2011 19:14:13 +0000 (UTC) Received: from mail-vx0-f181.google.com (mail-vx0-f181.google.com [209.85.220.181]) by pigeon.gentoo.org (Postfix) with ESMTP id 86B1C21C021 for ; Mon, 8 Aug 2011 19:13:04 +0000 (UTC) Received: by vxi39 with SMTP id 39so3326755vxi.40 for ; Mon, 08 Aug 2011 12:13:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=7QIy8Hj9KOXP9W46mXaXxWGjjPOnxP3zUn+FY49KHzY=; b=fjE62DxJjAIzeFPbUvW7h9YqSj1lR8j3qWLwBGS0dfb21n0GMYfXhantyCa7pHLs+w jLfLGI4JTWRyWT7V5sGn9pfCoPomAypENXsfk+6fq7u32+qzKDPgoK+7CPpHFhK61g06 8RKuHgOVOGx5mP6CpMr77Vtwqs6/Y5jYuHVaA= Received: by 10.52.179.35 with SMTP id dd3mr6113868vdc.438.1312830784054; Mon, 08 Aug 2011 12:13:04 -0700 (PDT) Received: from [192.168.2.5] (adsl-74-240-55-112.jan.bellsouth.net [74.240.55.112]) by mx.google.com with ESMTPS id ca9sm3142951vdc.27.2011.08.08.12.13.01 (version=SSLv3 cipher=OTHER); Mon, 08 Aug 2011 12:13:03 -0700 (PDT) Message-ID: <4E403539.9030308@gmail.com> Date: Mon, 08 Aug 2011 14:12:57 -0500 From: Dale User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.19) Gecko/20110708 Gentoo/2.0.14-r1 SeaMonkey/2.0.14 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 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] wget killed -- wonder where I went wrong... References: In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Archives-Salt: X-Archives-Hash: 060e649d02e886a5ee65a96c7fad173e Michael Mol wrote: > On Mon, Aug 8, 2011 at 2:43 PM, Paul Hartman > wrote: > >> On Mon, Aug 8, 2011 at 8:11 AM, Pandu Poluan wrote: >> >>> After installation and successful 1st reboot, all attempts at wget gets killed: >>> >> Perhaps recompile wget with -ggdb and FEATURES=nostrip to keep >> debugging symbols attached, and maybe you can debug to see where it is >> failing. >> > Out of curiosity, how would one rebuild wget without a working wget? > (How could one avoid the fetch-sources step, for example?) > > Just download the sources and put them in distfiles. You can use the -fp option to get the links to the sources and a list of what is needed. Hope that helps. Dale :-) :-)