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 1QqWRE-0004p6-Bk for garchives@archives.gentoo.org; Mon, 08 Aug 2011 20:28:40 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5601821C1BF; Mon, 8 Aug 2011 20:28:26 +0000 (UTC) Received: from mail-ww0-f53.google.com (mail-ww0-f53.google.com [74.125.82.53]) by pigeon.gentoo.org (Postfix) with ESMTP id 2BA3F21C1A4 for ; Mon, 8 Aug 2011 20:27:32 +0000 (UTC) Received: by wwf25 with SMTP id 25so2242487wwf.10 for ; Mon, 08 Aug 2011 13:27:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=from:to:cc:subject:date:message-id:user-agent:in-reply-to :references:mime-version:content-transfer-encoding:content-type; bh=rH6lOcFsNn/uOm5/NQ88zMxIbuYOarj4XIM344QrPc8=; b=oJFnYQmPmD/7+1t2DyvxMcM09DNHYOH6JKdBS0PDyWwaN8F4MGlRkxR5f3RLhZ5k21 wOQL6X52v2gB52QAc0PgUbfo4gdOWfYQUPEHqp2Tu/kKpRPbpMoibzfNN5E1dxmpEZPz VTqTXMNKnk8mabpZMviNylsmFcTwhxkGn3t/U= Received: by 10.216.90.8 with SMTP id d8mr135314wef.25.1312835252388; Mon, 08 Aug 2011 13:27:32 -0700 (PDT) Received: from nazgul.localnet (196-210-153-55.dynamic.isadsl.co.za [196.210.153.55]) by mx.google.com with ESMTPS id b13sm4772396wbh.41.2011.08.08.13.27.29 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 08 Aug 2011 13:27:30 -0700 (PDT) From: Alan McKinnon To: gentoo-user@lists.gentoo.org Cc: Michael Mol Subject: Re: [gentoo-user] wget killed -- wonder where I went wrong... Date: Mon, 08 Aug 2011 22:26:56 +0200 Message-ID: <37535404.acnOhUOER0@nazgul> User-Agent: KMail/4.7.0 (Linux/2.6.39-ck-r2; KDE/4.7.0; x86_64; ; ) In-Reply-To: References: 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 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="utf-8" X-Archives-Salt: X-Archives-Hash: 40d07143901506b03d221dabfbccdaa3 On Mon 08 August 2011 14:49:18 Michael Mol did opine thusly: > 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?) use curl to d/l the sources, or any other http downloader. Even firefox will do at a pinch. emerge -pvf shows what you'll need to fetch. Now that I think about it, there's a FETCH setting in make.conf where you can define the d/l command portage uses. -- alan dot mckinnon at gmail dot com