develooper Front page | perl.beginners | Postings from December 2002

Re: weird problems (dunno a good subject)

Thread Previous | Thread Next
From:
Ramprasad A Padmanabhan
Date:
December 9, 2002 22:06
Subject:
Re: weird problems (dunno a good subject)
Message ID:
3DF5845E.2080701@ho.netcore.co.in
why bother , play america's army a little later; let kde finish ;-)

anyway you should be catching signals ( like ctrl-c ) in your script and 
reset all environment variables and try giving a way so that the next 
time you car run the script and it picks up from where it had left




Christopher J Bottaro wrote:
> hello again,
> i wrote a perl script to compile and install kde for me.  compiling kde from 
> scratch can be an all day affair so its nice to have an automated script to 
> do it overnight or whatever.  it works great if it finishes the whole way 
> thru, but the problem arises when i kill the script before it finishes...
> 
> say for instance my kde install script compiles and installs 7 kde packages.  
> i decide to kill it via ctrl-c so i can use my computer for something else 
> (like playing america's army, hehe).  then i want to manually finish 
> installing kde.  the problem is, it won't let me manually finish installing 
> kde.  when i run make, it bombs out saying something about a libtool file 
> being moved.
> 
> i don't understand why compiling kde via the script works all the way thru, 
> but not if i use the script to do half then manually do the other half.
> 
> i'm using system() to exec stuff like "configure", "make" and "make install".
> 
> any insight would greatly be appreciated...
> 
> thanks,
> christopher


Thread Previous | Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About