Re: [gentoo-user] Openoffice: emerge --resume

2005-04-23 Thread Kiawud
Taken from another email thread about the same subject:

mel <[EMAIL PROTECTED]> wrote:
--
1. add the keyword "keepwork ccache" to FEATURES section in your make.conf
2. install ccache if you have not.

emerge --resume will restart an emerge from scratch if you don't
have "keepwork" in make.conf, so it does not really resume an
emerge. also having "keepwork" will enable you to do the
following in the event the computer crashes, etc during an emerge:

ebuild /usr/portage/cate-gory/prog/prog-x.y.z.ebuild compile
ebuild /usr/portage/cate-gory/prog/prog-x.y.z.ebuild install
ebuild /usr/portage/cate-gory/prog/prog-x.y.z.ebuild qmerge

ebuild will basically check /var/tmp/portage/prog-x.y.z/work
and continues from there - again, if you have "keepwork" in make.conf.

that being said - make sure you rm -Rf /var/tmp/portage/* if using
keepwork since they can grow quite huge...
---
HTH,

-hani

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Openoffice: emerge --resume

2005-04-23 Thread John Myers
On Tuesday 19 April 2005 05:01, Kurt Guenther wrote:
> Just checking if I'm missing something.   I resumed a merge that ran
> over night and it appears to start from the beginning again.   As this
> merge won't complete in the 10 hrs I give it, is there some other trick
> I can play?
FYI: emerge --resume only resumes from whatever _package_ it left off on. 
Portage does not directly support resuming an individual package. My 
suggestion: openoffice-bin.


pgpQCNViJbWBC.pgp
Description: PGP signature


Re: [gentoo-user] Openoffice: emerge --resume

2005-04-19 Thread S. Schwartz
Kurt Guenther wrote:
...is there some other trick I can play?
You could do something like this:
# ebuild ".ebuild" compile install qmerge
Probably it does a ./configure again, but even so, afterwards it 
continues almost exactly where the emerge-process stopped.
Maybe you get some problems with dependencies, but dealing with an 
emerge of a single package this should work.

Sigi
--
gentoo-user@gentoo.org mailing list


Re: [gentoo-user] Openoffice: emerge --resume

2005-04-19 Thread Bruno Lustosa
On 4/19/05, Mrugesh Karnik <[EMAIL PROTECTED]> wrote:
> OK, I don't remember who it was, but just last week, someone mentioned
> using the feature "keeptmp" (the name could be wrong. I don't remember
> properly and strangly I've somehow not archived the mail :S ) in
> make.conf. That makes portage keep all the cache intact, but consumes a
> lot of hard disk space, especially if you're talking about OOo. Use this
> option with ccache and it'll resume the build "dynamically"  or so
> have I heard!

To resume an emerge, I normally do as follows:
1-go to /var/tmp/portage//work/
2-"make"
3-after make completes, I call ebuild directly passing 'install' as
argument, and then qmerge.

However, I don't know why (and haven't bothered to discover), mas
sometimes this works, sometimes it doesn't. I guess there's something
in control files to tell portage in which stage it stopped.

-- 
Bruno Lustosa, aka Lofofora  | Email: [EMAIL PROTECTED]
Network Administrator/Web Programmer | ICQ: 1406477
Rio de Janeiro - Brazil  |

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Openoffice: emerge --resume

2005-04-19 Thread Mrugesh Karnik
Luis Felipe Strano Moraes wrote:
On Tue, Apr 19, 2005 at 08:01:38AM -0400, Kurt Guenther wrote:
Just checking if I'm missing something.   I resumed a merge that ran
over night and it appears to start from the beginning again.   As this
merge won't complete in the 10 hrs I give it, is there some other trick
I can play? 

If not, I'll just do this on the weekend.  I can let it run for 3 days.
I don't know if there's anything you can do now, but next time you should 
try
using ccache. Should help you alot.
--lf

--Kurt
--
gentoo-user@gentoo.org mailing list
OK, I don't remember who it was, but just last week, someone mentioned 
using the feature "keeptmp" (the name could be wrong. I don't remember 
properly and strangly I've somehow not archived the mail :S ) in 
make.conf. That makes portage keep all the cache intact, but consumes a 
lot of hard disk space, especially if you're talking about OOo. Use this 
option with ccache and it'll resume the build "dynamically"  or so 
have I heard!
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Openoffice: emerge --resume

2005-04-19 Thread Luis Felipe Strano Moraes
On Tue, Apr 19, 2005 at 08:01:38AM -0400, Kurt Guenther wrote:
> 
> Just checking if I'm missing something.   I resumed a merge that ran
> over night and it appears to start from the beginning again.   As this
> merge won't complete in the 10 hrs I give it, is there some other trick
> I can play? 
> 
> If not, I'll just do this on the weekend.  I can let it run for 3 days.
I don't know if there's anything you can do now, but next time you should try
using ccache. Should help you alot.

--lf

> 
> --Kurt
> 
> -- 
> gentoo-user@gentoo.org mailing list
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Openoffice: emerge --resume

2005-04-19 Thread Kurt Guenther

Just checking if I'm missing something.   I resumed a merge that ran
over night and it appears to start from the beginning again.   As this
merge won't complete in the 10 hrs I give it, is there some other trick
I can play? 

If not, I'll just do this on the weekend.  I can let it run for 3 days.

--Kurt

-- 
gentoo-user@gentoo.org mailing list