From: Greg Ercolano <erco@(email surpressed)>
Subject: Re: nuke path
   Date: Wed, 25 Jun 2008 12:31:37 -0400
Msg# 1768
View Complete Thread (10 articles) | All Threads
Last Next
Gary Jaeger wrote:
> hmm. So it still fails. I get:
> 
> [..]
>     NUKEFLAGS: -V -i
>   BATCHFRAMES: 1 (4-4)
>       RETRIES: 3 (Fail after 3 retries)
>          PATH: /usr/local/rush/bin:/usr/local/rush/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin:/usr/local/rush/bin 

    Make sure there's no leading '#' on that $ENV{PATH} line.

    The PATH: above shows your change to the $ENV{PATH} line have not taken
    effect, which means the line is still commented out.

    Double check your /Volumes/coreAPPS/rush/rushscripts/submit-nuke.pl script,
    and make sure the MAC section reads:

{
    ### MAC
    $ENV{PATH} = "/Applications/Nuke5.0v2/Nuke5.0v2.app/Contents/MacOS:$ENV{PATH}";
}

    Note there's no leading '#' in front of the $ENV{PATH}

> Executing: nuke5.0 -V -i -x /Volumes/JOBSB/0813_Conor_PCR08/nuke/0813_spin2.nk  4,4
> Can't exec "nuke5.0": No such file or directory at /Volumes/coreAPPS/rush/rushscripts/.common.pl line 252.
> --- nuke5.0: Command not found. (Probably 'nuke5.0' is not in your PATH)


-- 
Greg Ercolano, erco@(email surpressed)
Rush Render Queue, http://seriss.com/rush/
Tel: (Tel# suppressed)
Fax: (Tel# suppressed)
Cel: (Tel# suppressed)

     ********************  N O T I C E  *************************
     ***   I'll be on vacation June 18th through June 28th.   ***
     ***   During this time I will be watching email, but it  ***
     ***   may take up to a day for me to reply.              ***
     ************************************************************


Last Next