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 1RLMIc-0000zz-LX for garchives@archives.gentoo.org; Tue, 01 Nov 2011 21:55:14 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DA2D721C1DA; Tue, 1 Nov 2011 21:55:05 +0000 (UTC) Received: from mail-yw0-f53.google.com (mail-yw0-f53.google.com [209.85.213.53]) by pigeon.gentoo.org (Postfix) with ESMTP id 55C2B21C02F for ; Tue, 1 Nov 2011 21:54:09 +0000 (UTC) Received: by ywe9 with SMTP id 9so9024144ywe.40 for ; Tue, 01 Nov 2011 14:54:09 -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=rWI2h2myTPQ+KEoWOeA5n8tbw7iDXb62Om9bsdLUqvI=; b=vFX9BxYLnQTQa0lx5mcieV8CzfaCVCAjncZ7mrUuTOVJSnYZOfYCVunCSv4h1gAmxb 0v7HjnNXQC2hCITfp/Sij4aJWWAOANd/V5jTC0+2EKGAYLL+hM/BLf9/dwsqnyAUS/fK 5Hjs75zeKLCwOtjP5QCmLIQ6ntMICPmPnw3wA= Received: by 10.236.175.4 with SMTP id y4mr1871374yhl.128.1320184449392; Tue, 01 Nov 2011 14:54:09 -0700 (PDT) Received: from [192.168.2.5] (adsl-65-0-89-228.jan.bellsouth.net. [65.0.89.228]) by mx.google.com with ESMTPS id j25sm544651yhm.12.2011.11.01.14.54.07 (version=SSLv3 cipher=OTHER); Tue, 01 Nov 2011 14:54:08 -0700 (PDT) Message-ID: <4EB06A7E.1060304@gmail.com> Date: Tue, 01 Nov 2011 16:54:06 -0500 From: Dale User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:7.0.1) Gecko/20111022 Firefox/7.0.1 SeaMonkey/2.4.1 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] Unable to login to gentoo References: <4EB04D4A.50509@gmail.com> <20111101230057.6cdb5ecb@rohan.example.com> <1574544.FikBLsCgfO@pc> In-Reply-To: <1574544.FikBLsCgfO@pc> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Archives-Salt: 5165e05d-35ca-412e-845c-fc5e30ebca60 X-Archives-Hash: 4fb0268cac11932281d6fb71c4b5dc2b Michael Schreckenbauer wrote: > Am Dienstag, 1. November 2011, 23:00:57 schrieb Alan McKinnon: >> On Tue, 01 Nov 2011 14:49:30 -0500 >> >> Dale wrote: >>> Vishnupradeep wrote: >>>> On Tue, Nov 1, 2011 at 2:48 PM, Mick>>> >>>> > wrote: >>>> emerge -1aDv app-portage/gentoolkit >>>> >>>> revdep-rebuild -v --ask >>>> >>>> i can't use emerge command as it is shown as command not found. can >>>> u tell the correct path of emerge. >>> /usr/bin/emerge >>> >>> Little bit of learning here: >>> >>> root@smoker / # which emerge >>> /usr/bin/emerge >>> root@smoker / # >>> >>> Now you know where it is and how I found out where it is. Trick is >>> remembering a command you rarely use. >> That won't work. The $PATH is broken so the shell can't find ls and >> emerge. >> >> Well, it won't find which either :-) >> >> Solution: You run which which and tell the OP which directory contains >> which so he can run /path/towhich emerge to find out where emerge is. > Or just use "type -a", because that's a builtin. > ~ $ type -a emerge > emerge is /usr/bin/emerge > > Best, > Michael > > > > That is better. Now to remember that command. ;-) Dale :-) :-)