* [gentoo-user] {OT} "make uninstall" with no rule
@ 2009-06-12 16:02 Grant
2009-06-12 16:08 ` Paul Hartman
2009-06-12 16:09 ` [gentoo-user] " Harry Putnam
0 siblings, 2 replies; 4+ messages in thread
From: Grant @ 2009-06-12 16:02 UTC (permalink / raw
To: Gentoo mailing list
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?
- Grant
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [gentoo-user] {OT} "make uninstall" with no rule
2009-06-12 16:02 [gentoo-user] {OT} "make uninstall" with no rule Grant
@ 2009-06-12 16:08 ` Paul Hartman
2009-06-12 16:09 ` [gentoo-user] " Harry Putnam
1 sibling, 0 replies; 4+ messages in thread
From: Paul Hartman @ 2009-06-12 16:08 UTC (permalink / raw
To: gentoo-user
On Fri, Jun 12, 2009 at 11:02 AM, Grant<emailgrant@gmail.com> wrote:
> 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?
Hopefully your manually-installed version was installed to /usr/local
and the ebuild version will be installed to /usr ... once the ebuild
is installed, check out the files list and then manually delete those
same files from the /usr/local hierarchy. That's what I would do
anyway :) If you did not install the original to /usr/local then yeah
I think just having it overwrite the files should be okay in this
case.
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-user] Re: {OT} "make uninstall" with no rule
2009-06-12 16:02 [gentoo-user] {OT} "make uninstall" with no rule Grant
2009-06-12 16:08 ` Paul Hartman
@ 2009-06-12 16:09 ` Harry Putnam
2009-06-12 18:18 ` Grant
1 sibling, 1 reply; 4+ messages in thread
From: Harry Putnam @ 2009-06-12 16:09 UTC (permalink / raw
To: gentoo-user
Grant <emailgrant@gmail.com> 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 >../<package>_install.log 2>&1
Then from the install log you can see what has been installed and
remove it by hand.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [gentoo-user] Re: {OT} "make uninstall" with no rule
2009-06-12 16:09 ` [gentoo-user] " Harry Putnam
@ 2009-06-12 18:18 ` Grant
0 siblings, 0 replies; 4+ messages in thread
From: Grant @ 2009-06-12 18:18 UTC (permalink / raw
To: gentoo-user
>> 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 >../<package>_install.log 2>&1
>
> Then from the install log you can see what has been installed and
> remove it by hand.
That worked brilliantly, thanks a lot.
- Grant
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2009-06-12 18:18 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-12 16:02 [gentoo-user] {OT} "make uninstall" with no rule Grant
2009-06-12 16:08 ` Paul Hartman
2009-06-12 16:09 ` [gentoo-user] " Harry Putnam
2009-06-12 18:18 ` Grant
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox