[vtk-developers] TestSetGet timeouts on RogueResearch machines

Sean McBride sean at rogue-research.com
Wed Feb 20 20:00:21 EST 2013


On Wed, 20 Feb 2013 19:32:58 -0500, David Cole said:

>Run "cmake -E environment" (or even just "env | sort") in your login
>prompt and the cron env and then we can analyze the env diffs and see
>what might cause it. Maybe something in that report will pop out at
>somebody if this doesn't already trigger a thought about what it could be.

From plain login:

__CF_USER_TEXT_ENCODING=0x1F5:0:0
_=/Applications/CMake.app/Contents/bin/cmake
Apple_PubSub_Socket_Render=/tmp/launch-pgHTvW/Render
Apple_Ubiquity_Message=/tmp/launch-WrtzC9/Apple_Ubiquity_Message
CLICOLOR=1
COMMAND_MODE=unix2003
EDITOR=vim
HOME=/Users/builder
LANG=en_CA.UTF-8
LOGNAME=builder
MANPATH=/opt/subversion/man::/usr/local/man
PATH=/Library/Frameworks/Python.framework/Versions/2.7/bin:/Users/builder/llvm/llvm-rel-install/bin:/Applications/CMake.app/Contents/bin:/opt/subversion/bin:/usr/local/git/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/git/bin
PWD=/Users/builder
SHELL=/bin/bash
SHLVL=1
SSH_AUTH_SOCK=/tmp/launch-hW5FFs/Listeners
TERM_PROGRAM_VERSION=309
TERM_PROGRAM=Apple_Terminal
TERM_SESSION_ID=E1428CD8-7DAB-4E8B-8FE4-34F77107305D
TERM=xterm-256color
TMPDIR=/var/folders/fk/hnnmm2h91xl6zvz8dl4y6b8r0000gn/T/
USER=builder

From the shell script that launchctl launches, much less:

__CF_USER_TEXT_ENCODING=0x1F5:0:0
_=/Applications/CMake.app/Contents/bin/cmake
Apple_PubSub_Socket_Render=/tmp/launch-pgHTvW/Render
Apple_Ubiquity_Message=/tmp/launch-WrtzC9/Apple_Ubiquity_Message
HOME=/Users/builder
LOGNAME=builder
PATH=/usr/bin:/bin:/usr/sbin:/sbin
PWD=/
SHELL=/bin/bash
SHLVL=1
SSH_AUTH_SOCK=/tmp/launch-hW5FFs/Listeners
TMPDIR=/var/folders/fk/hnnmm2h91xl6zvz8dl4y6b8r0000gn/T/
USER=builder

The only ones that are *different* (not just not present) are: PATH and PWD.

Sean





More information about the vtk-developers mailing list