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 1MF9KB-0005qn-Jl for garchives@archives.gentoo.org; Fri, 12 Jun 2009 16:09:51 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A0AC5E071E; Fri, 12 Jun 2009 16:09:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 7F27DE071E for ; Fri, 12 Jun 2009 16:09:49 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id 187166517D for ; Fri, 12 Jun 2009 16:09:49 +0000 (UTC) X-Virus-Scanned: amavisd-new at gentoo.org X-Spam-Score: -3.911 X-Spam-Level: X-Spam-Status: No, score=-3.911 required=5.5 tests=[AWL=-0.312, BAYES_00=-2.599, RCVD_IN_DNSWL_LOW=-1] Received: from smtp.gentoo.org ([127.0.0.1]) by localhost (smtp.gentoo.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id HlHwe2gj44B9 for ; Fri, 12 Jun 2009 16:09:42 +0000 (UTC) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id AF5DB655FF for ; Fri, 12 Jun 2009 16:09:39 +0000 (UTC) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1MF9Ju-0006KC-SB for gentoo-user@gentoo.org; Fri, 12 Jun 2009 16:09:34 +0000 Received: from c-98-215-178-110.hsd1.in.comcast.net ([98.215.178.110]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 12 Jun 2009 16:09:34 +0000 Received: from reader by c-98-215-178-110.hsd1.in.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 12 Jun 2009 16:09:34 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org From: Harry Putnam Subject: [gentoo-user] Re: {OT} "make uninstall" with no rule Date: Fri, 12 Jun 2009 11:09:37 -0500 Organization: Still searching... Message-ID: References: <49bf44f10906120902k5afb962ap8eeb4b16cae5a150@mail.gmail.com> 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-Type: text/plain; charset=us-ascii X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: c-98-215-178-110.hsd1.in.comcast.net User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.3 (windows-nt) Cancel-Lock: sha1:76WmzlE7aQLB5aggvjmAtldm43E= Sender: news X-Archives-Salt: 91d84fc7-bd0f-4674-93f1-8b1680d1e081 X-Archives-Hash: f248522221af8e3cf18966207a66a636 Grant writes: > I'm just now learning how to compile and install manually. I > installed makemkv-1.4.1 manually and now I found an ebuild so I'd like > to install the latest version via the ebuild, but I get: > > # make uninstall > make: *** No rule to make target `uninstall'. Stop. > > The makefile doesn't mention uninstall. Should I just install over > the current installation via the ebuild? Is there any way to do this > cleanly? When I've wanted to remove manually built packages... I've rerun make install like this: make install >../_install.log 2>&1 Then from the install log you can see what has been installed and remove it by hand.