add more ERROR() and GOTO() to find out why the call failed. it is in keymanagement.c :-D
1 # this file is in the Public Domain
3 # Typical pure MacPorts environment
6 export PATH=/opt/local/bin:/opt/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin
8 # Make sure the Apple python (which will be triggered by the makefile)
9 # has access to the Python libs installed for MacPorts
10 export PYTHONPATH=/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/
12 # YML processing might complain about that. Make sure the locale exists (locale -a)
13 export LC_ALL=en_US.UTF-8
15 # Search paths for includes used when doing YML processing
16 export YML_PATH=~/yml2/