LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   gentoo + emerge (https://www.linuxquestions.org/questions/linux-general-1/gentoo-emerge-328985/)

kurrupt 05-31-2005 03:39 PM

gentoo + emerge
 
hey guys i have a quick question.

I was emerging openoffice and wow that thing takes 3 days to compile.. i woke up the 2nd day and it was still going.. so what i did was a ctrl+c to kill it..


iam just wondering if its safe to kill a emerge?

and is there a command which can check if ur system has any missing dependencies ?

Thanks :D

bulliver 05-31-2005 03:44 PM

I would not get in a habit of it.

Standalone app like OO is probably ok...

However, if it is a system target you may break stuff doing that. Also, you will have a bunch of crap left in /tmp/portage/ you will have to remove manually now.

PS: there are binary packages for OO available...

Pete M 05-31-2005 03:58 PM

Try as bulliver suggested

app-office/openoffice-bin

kurrupt 05-31-2005 06:27 PM

ok so i know nextime just to let it go through.

so i just rm -r * in /tmp/portage/ ? and that will clear the junk in there from the interrupted emerge?

JunctaJuvant 05-31-2005 07:53 PM

By the way, when you use [ctrl-c] to abort an emerge, you can resume it later (if you haven't emerged anything else in the mean time) with the command "emerge --resume". This way you can shutdown your computer and only the work on the last package will be lost instead of everything.
Otherwise (if it's one very large package) you can use things like [ctrl-z] to pauze it and the "fg" command to resume. Or adjust the niceness of portage for a more usable system while emerge is running.

Hope that helps.

bulliver 06-02-2005 03:56 PM

kurrupt: Sorry, the temp files are under /var/tmp/portage, not /tmp/portage


All times are GMT -5. The time now is 04:55 PM.